AI Skill Hub 强烈推荐:cc-connect Agent工作流 是一款优质的Agent工作流。已获得 9.6k 颗 GitHub Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
cc-connect Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
cc-connect Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:go install(推荐) go install github.com/chenhg5/cc-connect@latest # 方式二:从源码编译 git clone https://github.com/chenhg5/cc-connect cd cc-connect go build -o cc-connect . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/chenhg5/cc-connect/releases
# 查看帮助 cc-connect --help # 基本运行 cc-connect [options] <input> # 详细使用说明请查阅文档 # https://github.com/chenhg5/cc-connect
# cc-connect 配置说明 # 查看配置选项 cc-connect --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CC_CONNECT_CONFIG="/path/to/config.yml"
<p align="center"> <img src="./docs/images/banner.svg" alt="CC-Connect Banner" width="800"/> </p>
<p align="center"> <a href="https://github.com/chenhg5/cc-connect/actions/workflows/ci.yml"> <img src="https://github.com/chenhg5/cc-connect/actions/workflows/ci.yml/badge.svg" alt="CI Status"/> </a> <a href="https://github.com/chenhg5/cc-connect/releases"> <img src="https://img.shields.io/github/v/release/chenhg5/cc-connect?include_prereleases" alt="Release"/> </a> <a href="https://www.npmjs.com/package/cc-connect"> <img src="https://img.shields.io/npm/dm/cc-connect?logo=npm" alt="npm downloads"/> </a> <a href="https://github.com/chenhg5/cc-connect/blob/main/LICENSE"> <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License"/> </a> <a href="https://goreportcard.com/report/github.com/chenhg5/cc-connect"> <img src="https://goreportcard.com/badge/github.com/chenhg5/cc-connect" alt="Go Report Card"/> </a> </p>
<p align="center"> <a href="https://discord.gg/kHpwgaM4kq"> <img src="https://img.shields.io/badge/Discord-Join-5865F2?logo=discord&logoColor=white" alt="Discord"/> </a> <a href="https://t.me/+odGNDhCjbjdmMmZl"> <img src="https://img.shields.io/badge/Telegram-Group-26A5E4?logo=telegram&logoColor=white" alt="Telegram"/> </a> </p>
<p align="center"> <a href="./README.md">English</a> | <a href="./README.zh-CN.md">中文</a> </p>
<p align="center"> <a href="https://trendshift.io/repositories/23266" target="_blank"> <img src="https://trendshift.io/api/badge/repositories/23266" alt="chenhg5/cc-connect | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/> </a> </p>
High-level view of what each built-in platform can do in cc-connect.
Legend
| Symbol | Meaning |
|---|---|
| ✅ | Works in **stable** cc-connect with typical configuration |
| ⚠️ | Partial, needs extra config (e.g. speech / ASR), or limited by the vendor app or API |
| ❌ | Not supported or not applicable in practice |
† QQ (NapCat / OneBot) — unofficial self-hosted bridge; behaviour depends on your NapCat / network setup.
| Capability | Feishu | WPS Xiezuo | DingTalk | Telegram | Slack | Discord | LINE | WeCom | **Weixin**<br>*(personal)* | QQ† | QQ Bot | Matrix | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Text & slash commands | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Markdown / cards | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⚠️ | ⚠️ | ❌ | ✅ | ✅ | ✅ | ⚠️ |
| Streaming / chunked replies | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Images & files | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ⚠️ | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ |
| Voice / STT / TTS | ⚠️ | ❌ | ⚠️ | ✅ | ⚠️ | ⚠️ | ❌ | ⚠️ | ❌ | ✅ | ⚠️ | ⚠️ | ❌ |
| Private (DM) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Group / channel | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⚠️ | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ |
WeCom: Webhook mode needs a public URL; long-connection / WS style setups often do not. Voice row: many platforms need[speech]/ TTS providers enabled inconfig.toml; values are a best-effort summary. Per-platform setup: Platform setup guides below.
The easiest way — Send this to Claude Code or any AI coding agent, and it will handle the entire installation and configuration for you:
Follow https://raw.githubusercontent.com/chenhg5/cc-connect/refs/heads/main/INSTALL.md to install and configure cc-connect.
Via npm:
npm install -g cc-connect
Via Homebrew (macOS / Linux):
brew install cc-connect
Download binary from GitHub Releases:
```bash
| Platform | Guide | Connection | Public IP? |
|---|---|---|---|
| Feishu (Lark) | [docs/feishu.md](docs/feishu.md) | WebSocket | No |
| DingTalk | [docs/dingtalk.md](docs/dingtalk.md) | Stream | No |
| WPS Xiezuo | [docs/wps-xiezuo.md](docs/wps-xiezuo.md) | WebSocket | No |
| Telegram | [docs/telegram.md](docs/telegram.md) | Long Polling | No |
| Slack | [docs/slack.md](docs/slack.md) | Socket Mode | No |
| Discord | [docs/discord.md](docs/discord.md) | Gateway | No |
| [docs/weibo.md](docs/weibo.md) | WebSocket | No | |
| WeChat Work | [docs/wecom.md](docs/wecom.md) | WebSocket / Webhook | No (WS) / Yes (Webhook) |
| Weixin (personal) | [docs/weixin.md](docs/weixin.md) | HTTP long polling (ilink) | No |
| QQ / QQ Bot | [docs/qq.md](docs/qq.md) | WebSocket | No |
| Matrix | [docs/matrix.md](docs/matrix.md) | /sync (Long Polling) | No |
💡 Tip: Use the Web UI to configure — After installing, runcc-connect webto configure the web admin and open the dashboard in your browser. You can visually create projects, add platforms, manage providers, and chat with your agent — no need to manually edit TOML files. Note:cc-connect webonly configures and opens the browser — you still need to runcc-connectseparately to start the service.
If you prefer manual configuration:
mkdir -p ~/.cc-connect
cp config.example.toml ~/.cc-connect/config.toml
vim ~/.cc-connect/config.toml
Set admin_from = "alice,bob" in a project to allow those user IDs to run privileged commands such as /dir and /shell. admin_from must be placed under [[projects]] (not under [projects.platforms.options]). You can use /whoami or /status to get your current User ID. When a user runs /dir reset, cc-connect restores the configured work_dir and clears the persisted override stored under data_dir/projects/<project>.state.json.
5 Languages — Native support for English, Chinese (Simplified & Traditional), Japanese, and Spanish. Built-in i18n ensures everyone feels at home.
<p align="center"> <img src="docs/images/screenshot/cc-connect-lark.JPG" alt="飞书" width="32%" /> <img src="docs/images/screenshot/cc-connect-telegram.JPG" alt="Telegram" width="32%" /> <img src="docs/images/screenshot/cc-connect-wechat.JPG" alt="微信" width="32%" /> </p> <p align="center"> <em>Left:Lark | Telegram | Right:Wechat</em> </p>
架构清晰的工作流桥接方案,Go语言高效实现。9.6k星表明认可度高,适合规模化AI编码集成。持续维护,生态完善。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
总体来看,cc-connect Agent工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | cc-connect |
| 原始描述 | 开源AI工作流:Bridge local AI coding agents (Claude Code, Cursor, Gemini CLI, Codex) to messag。⭐9.6k · Go |
| Topics | AI工作流编码助手多模型集成开源 |
| GitHub | https://github.com/chenhg5/cc-connect |
| 语言 | Go |
收录时间:2026-05-18 · 更新时间:2026-05-19 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端