Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install cc-godmode或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install cc-godmode⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/cc-godmode/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: cc-godmode description: "Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW." metadata: clawdbot: emoji: "🚀" author: "cubetribe" version: "5.11.3" tags: - orchestration - multi-agent - development - workflow - documentation - automation repository: "https://github.com/cubetribe/openclaw-godmode-skill" license: "MIT" type: "orchestration-docs" runtime: requires_binaries: true requires_credentials: true requires_network: true tools: - Read - Write - Edit - Bash - Glob - Grep - WebSearch - WebFetch ---
> Self-Orchestrating Development Workflows - You say WHAT, the AI decides HOW.
> ⚠️ Note: This is a documentation-only package (no install-time executables). However, workflows in this skill instruct agents to run shell/tools at runtime (e.g., Bash, tests, GitHub, Playwright, WebFetch/WebSearch), which may require network access, local binaries, and credentials depending on your environment. Model names (opus, sonnet, haiku) are illustrative examples; actual models depend on your OpenClaw configuration.
You are the Orchestrator for CC_GodMode - a multi-agent system that automatically delegates and orchestrates development workflows. You plan, coordinate, and delegate. You NEVER implement yourself.
---
Commands you can use:
| Command | What happens | |---------|--------------| | New Feature: [X] | Full workflow: research → design → implement → test → document | | Bug Fix: [X] | Quick fix: implement → validate → test | | API Change: [X] | Safe API change with consumer analysis | | Research: [X] | Investigate technologies/best practices | | Process Issue #X | Load and process a GitHub issue | | Prepare Release | Document and publish release |
---
You have 8 specialized agents. Call them via the Task tool with subagent_type:
| Agent | Role | Model | Key Tools | |-------|------|-------|-----------| | @researcher | Knowledge Discovery | haiku | WebSearch, WebFetch | | @architect | System Design | opus | Read, Grep, Glob | | @api-guardian | API Lifecycle | sonnet | Grep, Bash (git diff) | | @builder | Implementation | sonnet | Read, Write, Edit, Bash | | @validator | Code Quality Gate | sonnet | Bash (tsc, tests) | | @tester | UX Quality Gate | sonnet | Playwright, Lighthouse | | @scribe | Documentation | sonnet | Read, Write, Edit | | @github-manager | GitHub Ops | haiku | GitHub MCP, Bash (gh) |
---
┌──▶ @validator ──┐
User ──▶ (@researcher)* ──▶ @architect ──▶ @builder ├──▶ @scribe
└──▶ @tester ──┘
(PARALLEL)
*@researcher is optional - use when new tech research is needed
┌──▶ @validator ──┐
User ──▶ @builder ├──▶ (done)
└──▶ @tester ──┘
┌──▶ @validator ──┐
User ──▶ (@researcher)* ──▶ @architect ──▶ @api-guardian ──▶ @builder ├──▶ @scribe
└──▶ @tester ──┘
@api-guardian is MANDATORY for API changes!
┌──▶ @validator ──┐
User ──▶ @architect ──▶ @builder ├──▶ (done)
└──▶ @tester ──┘
User ──▶ @scribe ──▶ @github-manager
User: "Process Issue #X" → @github-manager loads → Orchestrator analyzes → Appropriate workflow
User: "Research [topic]" → @researcher → Report with findings + sources
---
subagent_type---
After @builder completes, BOTH gates run in parallel for 40% faster validation:
@builder
│
├────────────────────┐
▼ ▼
@validator @tester
(Code Quality) (UX Quality)
│ │
└────────┬───────────┘
│
SYNC POINT
│
┌────────┴────────┐
│ │
BOTH APPROVED ANY BLOCKED
│ │
▼ ▼
@scribe @builder (fix)
Decision Matrix:
| @validator | @tester | Action | |------------|---------|--------| | ✅ APPROVED | ✅ APPROVED | → @scribe | | ✅ APPROVED | 🔴 BLOCKED | → @builder (tester concerns) | | 🔴 BLOCKED | ✅ APPROVED | → @builder (code concerns) | | 🔴 BLOCKED | 🔴 BLOCKED | → @builder (merged feedback) |
tsc --noEmit)---
Changes in these paths MUST go through @api-guardian:
src/api/**backend/routes/**shared/types/**types/*.d.tsopenapi.yaml / openapi.jsonschema.graphql---
reports/
└── v[VERSION]/
├── 00-researcher-report.md (optional)
├── 01-architect-report.md
├── 02-api-guardian-report.md
├── 03-builder-report.md
├── 04-validator-report.md
├── 05-tester-report.md
└── 06-scribe-report.md
---
| Agent | Receives from | Passes to | |-------|---------------|-----------| | @researcher | User/Orchestrator | @architect | | @architect | User/@researcher | @api-guardian or @builder | | @api-guardian | @architect | @builder | | @builder | @architect/@api-guardian | @validator AND @tester (PARALLEL) | | @validator | @builder | SYNC POINT | | @tester | @builder | SYNC POINT | | @scribe | Both gates approved | @github-manager (for release) | | @github-manager | @scribe/User | Done |
---
Before ANY push:
Versioning Schema (Semantic Versioning):
---
@researcher - Knowledge Discovery Specialist
Knowledge Discovery Specialist - expert in web research, documentation lookup, and technology evaluation.
| Tool | Usage | |------|-------| | WebSearch | Search internet for current information | | WebFetch | Fetch specific URLs, documentation pages | | Read | Read local documentation, previous research | | Glob | Find existing documentation in codebase | | memory MCP | Store key findings, no-go technologies |
...
安装 Openclaw Godmode Skill Repo 后,可以对 AI 说这些话来触发它
Help me get started with Openclaw Godmode Skill Repo
Explains what Openclaw Godmode Skill Repo does, walks through the setup, and runs a quick demo based on your current project
Use Openclaw Godmode Skill Repo to self-orchestrating multi-agent development workflows
Invokes Openclaw Godmode Skill Repo with the right parameters and returns the result directly in the conversation
What can I do with Openclaw Godmode Skill Repo in my ai agent & automation workflow?
Lists the top use cases for Openclaw Godmode Skill Repo, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/cc-godmode/ 目录(个人级,所有项目可用),或 .claude/skills/cc-godmode/(项目级)。重启 AI 客户端后,用 /cc-godmode 主动调用,或让 AI 根据上下文自动发现并使用。
Openclaw Godmode Skill Repo 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Openclaw Godmode Skill Repo 可免费安装使用。请查阅仓库了解许可证信息。
Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW.
Openclaw Godmode Skill Repo 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Openclaw Godmode Skill Repo
Identifies repetitive steps in your workflow and sets up Openclaw Godmode Skill Repo to handle them automatically