TopRank Skills

Home / Claw Skills / Git / GitHub / cc-godmode
Official OpenClaw rules 54%

cc-godmode

Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 cc-godmode 技能。 若已安装,则直接安装 cc-godmode 技能。

Overview

Skill Key
cubetribe/cc-godmode
Author
cubetribe
Source Repo
openclaw/skills
Version
-
Source Path
skills/cubetribe/cc-godmode
Latest Commit SHA
f3ca79e45e6cd1ead4d183d3750b7a2555e700c5

Extracted Content

SKILL.md excerpt

# CC_GodMode 🚀

> **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.

---

## Quick Start

**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 |

---

## Your Subagents

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) |

---

## Standard Workflows

### 1. New Feature (Full Workflow)...

README excerpt

# 🚀 OpenClaw GodMode Skill

> **Self-Orchestrating Multi-Agent Development Workflows for Claude Code**
>
> *You say WHAT, the AI decides HOW.*

[![ClawHub](https://img.shields.io/badge/ClawHub-cc--godmode-blue)](https://clawhub.ai/skills/cc-godmode)
[![Version](https://img.shields.io/badge/version-5.11.1-green)](./CHANGELOG.md)
[![License](https://img.shields.io/badge/license-MIT-blue)](./LICENSE)
[![OpenClaw](https://img.shields.io/badge/OpenClaw-compatible-orange)](https://openclaw.ai)
[![Claude Code](https://img.shields.io/badge/Claude_Code-required-purple)](https://claude.ai/code)

---

## ⚠️ Important: Requirements

### 🔧 Claude Code Required
This skill **requires [Claude Code](https://claude.ai/code)** (Anthropic's CLI agent). It will not work with the web interface or API alone.

### 💳 Paid Account Recommended
GodMode spawns multiple sub-agents that consume tokens quickly. We **strongly recommend**:

| Plan | Recommendation |
|------|----------------|
| Free | ❌ Not recommended (tokens exhaust very quickly) |
| Pro ($20/mo) | ✅ Good for smaller projects |
| **Max ($200/mo)** | ⭐ **Recommended** for heavy use |

The multi-agent orchestration is powerful but token-intensive. With a free account, you'll hit limits within minutes.

---

## 🔀 Two Versions of GodMode

### This Repo: OpenClaw GodMode Skill
**Optimized for [OpenClaw](https://openclaw.ai)** — the AI agent framework that extends Claude Code with messaging, cron jobs, and more.

- 📦 Installable via ClawHub
- 🔗 Integrates with OpenClaw's skill system
- 💬 Works with Telegram, WhatsApp, Discord channels
- ⏰ Can be triggered via cron jobs

### Original: [ClawdBot-GodMode](https://github.com/cubetribe/ClawdBot-GodMode)
**The standalone CLAUDE.md version** — perfect for server administration from your local machine.

- 🖥️ Ideal for managing VPS and remote servers
- 🔧 Great for administering machines running OpenClaw
- 📝 Documentation-first approach with excellent versioning
- 🚀 Battle-tested on...

Related Claw Skills