AI Skill Hub 强烈推荐:CCG工作流编排系统 是一款优质的Agent工作流。已获得 5.1k 颗 GitHub Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
CCG工作流编排系统 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
CCG工作流编排系统 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:go install(推荐) go install github.com/fengshao1227/ccg-workflow@latest # 方式二:从源码编译 git clone https://github.com/fengshao1227/ccg-workflow cd ccg-workflow go build -o ccg-workflow . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/fengshao1227/ccg-workflow/releases
# 查看帮助 ccg-workflow --help # 基本运行 ccg-workflow [options] <input> # 详细使用说明请查阅文档 # https://github.com/fengshao1227/ccg-workflow
# ccg-workflow 配置说明 # 查看配置选项 ccg-workflow --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CCG_WORKFLOW_CONFIG="/path/to/config.yml"
<img src="assets/logo/ccg-logo-cropped.png" alt="CCG Workflow" width="400">
简体中文 | English | Documentation
</div>
npx ccg-workflow
npx ccg-workflow@latest # Update to latest
npx ccg-workflow doctor # Check health after update
npx ccg-workflow uninstall # Clean uninstall
Option A — full install (multi-model orchestration + commands + hooks + binary, recommended)
```bash
~/.claude/
├── commands/ccg/ # Slash commands
├── hooks/ccg/ # Hook scripts (5 files)
├── skills/ccg/ # Quality gates + 100+ domain knowledge
├── rules/ # Auto-trigger rules
├── .ccg/
│ ├── config.toml # Model routing, MCP, performance
│ ├── engine/ # 10 strategy files + model router
│ └── prompts/ # Expert prompts (codex/gemini/claude)
└── bin/codeagent-wrapper # Multi-model bridge (Go binary)
Set in ~/.claude/settings.json under "env":
| Variable | Default | Description |
|---|---|---|
CODEX_TIMEOUT | 7200 | Wrapper timeout (seconds) |
CODEAGENT_POST_MESSAGE_DELAY | 5 | Post-completion delay |
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS | unset | Set 1 for parallel Agent Teams |
npx ccg-workflow # Interactive menu
npx ccg-workflow init # 4-step install wizard
npx ccg-workflow doctor # Environment health check
npx ccg-workflow status # Installation overview
npx ccg-workflow codex-mode install # Install Codex-Led mode
npx ccg-workflow codex-mode uninstall # Uninstall Codex-Led mode
npx ccg-workflow dsh install # Install CCG into DeepSeek Harness
npx ccg-workflow dsh list # Which dsh profiles have it
npx ccg-workflow dsh uninstall # Remove it from every profile
npx ccg-workflow uninstall # Uninstall CCG
npx ccg-workflow config mcp # Configure MCP tokens
npx ccg-workflow diagnose-mcp # Diagnose MCP issues
Self-contained skills, each usable on its own or auto-triggered by intent. Drawn from real site-building work and shipped with their scripts:
| Skill | What it does |
|---|---|
/ccg:bt-panel | Drive a **BaoTa / aaPanel** server over its HTTP API — deploy a build, update a live site, read/write files, run shell, run MySQL. No SSH or rsync; just a panel URL + API key. Ships bt_client.py + one-shot bt_deploy.py. |
/ccg:seo-page-builder | Build, audit, or optimize **SEO tool pages** (AI generator / remover / enhancer / converter / editor). SERP-intent driven, with a runnable onpage-audit.py keyword-density meter. |
/ccg:adsense-site-auditor | Audit a site for **Google AdSense** readiness against the full official checklist — eligibility, ownership, content quality, ads.txt, privacy, Publisher Policies — before you apply or after a rejection. |
bt-panelreads credentials only from env vars / a git-ignoredsites.json; nothing is hardcoded.seo-page-builderis adapted from yuzeiki's skill of the same name (see its SKILL.md).
| Command | Description |
|---|---|
/ccg:spec-init | Initialize OPSX environment |
/ccg:spec-research | Requirements → constraints |
/ccg:spec-plan | Constraints → zero-decision plan |
/ccg:spec-impl | Execute plan + archive |
/ccg:spec-review | Dual-model cross-review |
综合型AI工程平台,集成多模型协作优势显著。命令丰富覆盖全流程,零配置快速上手。Go高性能实现、社区热度高,是团队AI开发的理想选择
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,CCG工作流编排系统 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | ccg-workflow |
| 原始描述 | 开源AI工作流:多模型协作开发系统 - Claude 编排 + Codex 后端 + Gemini 前端,28 个命令覆盖开发全流程,一键安装零配置。⭐5.1k · Go |
| Topics | AI协作工作流编排多模型CLI工具开发自动化 |
| GitHub | https://github.com/fengshao1227/ccg-workflow |
| License | MIT |
| 语言 | Go |
收录时间:2026-05-16 · 更新时间:2026-05-19 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端