OpenClaw-CC: Autonomous AI assistant plugin for Claude Code with 5 MCP servers, 21 skills, 3-tier persistent memory, knowledge graph, and multi-agent orchestration
npx claudepluginhub kit4some/oh-my-claudeclawAutonomous AI assistant with 3-tier persistent memory, knowledge graph, 21 workflow skills, and multi-agent orchestration via Discord/Telegram
Autonomous AI Assistant Plugin for Claude Code
Turn Claude Code into a self-improving autonomous assistant with persistent memory, systematic debugging, automated releases, QA cycles, and multi-agent orchestration.
Quick Start · Features · Skills · Architecture · Plugin Install · Contributing
| Without | With OpenClaw-CC |
|---|---|
| Every session starts from zero | 3-tier persistent memory across all sessions |
| Manual debugging guesswork | 6-step systematic debugging with Iron Law |
| Copy-paste release workflow | 8.5-step automated ship (test→review→PR) |
| No safety nets | Hook-based guardrails (freeze, careful, guard) |
| Single-agent limitations | 19 OMC agents + 4 project agents orchestrated |
| No external notifications | Discord/Telegram real-time alerts |
| Stale API knowledge | 4,400+ curated docs via Context Hub |
# 1. Add marketplace
/plugin marketplace add https://github.com/Kit4Some/Oh-my-ClaudeClaw
# 2. Install plugin
/plugin install openclaw-cc@openclaw-cc
# 3. Install MCP dependencies
cd ~/.claude/plugins/cache/openclaw-cc/openclaw-cc/latest
cd mcp-servers/memory-manager && npm install && cd ../..
cd mcp-servers/knowledge-engine && npm install && cd ../..
cd mcp-servers/messenger-bot && npm install && cd ../..
cd mcp-servers/task-scheduler && npm install && cd ../..
# 1. Clone
git clone https://github.com/Kit4Some/Oh-my-ClaudeClaw.git
cd Oh-my-ClaudeClaw
# 2. Install dependencies
for dir in mcp-servers/*/; do (cd "$dir" && npm install); done
# 3. (Optional) Install Context Hub for API doc fetching
npm install -g @aisuite/chub
# 4. Generate skills from templates
node scripts/gen-skill-docs.mjs
# 5. Launch
claude
For Discord/Telegram integration, create .env:
DISCORD_BOT_TOKEN=your_token
DISCORD_CHANNEL_ID=your_channel
DISCORD_WEBHOOK_URL=your_webhook
TELEGRAM_BOT_TOKEN=your_token
TELEGRAM_CHAT_ID=your_chat_id
Episodic (30d) → Working (30d) → Long-term (permanent)
daily-logs tasks knowledge
captures sessions projects
inbox people
19 OMC agents + 4 project-local agents with intelligent routing:
| Tier | Model | Agents |
|---|---|---|
| Quick | Haiku | explore, writer, comms-agent, session-manager |
| Standard | Sonnet | executor, debugger, tracer, verifier, test-engineer, designer, scientist, memory-specialist, research-agent |
| Complex | Opus | analyst, planner, architect, critic, code-reviewer, code-simplifier, product-manager |
| Skill | Protection |
|---|---|
/freeze | Blocks Edit/Write outside a chosen directory via PreToolUse hooks |
/careful | Warns before rm -rf, DROP TABLE, force-push, reset --hard, etc. |
/guard | Activates both freeze + careful simultaneously |
21 skills generated from .tmpl templates with 11 shared blocks — zero duplication:
node scripts/gen-skill-docs.mjs # regenerate all
node scripts/gen-skill-docs.mjs ship # regenerate one
node scripts/skill-check.mjs # health dashboard
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.