openclaw-bridge
Installation
SKILL.md
OpenClaw Bridge
Connect CC Commander to the OpenClaw agent orchestration platform. Map skills, translate hooks, generate agent profiles, synchronize config, and hand off sessions between Claude Code and 38+ OpenClaw agents.
What OpenClaw Is
OpenClaw is a personal AI assistant platform running on Mac Mini M4. It operates a single WebSocket + HTTP gateway on port 18789, orchestrating 38+ specialized agents across 12 workspaces. Each agent has its own model, channel bindings, tools, skills, and memory.
Architecture:
- Gateway: Single Node.js process (launchd-managed) at
http://localhost:18789 - Config:
~/.openclaw/openclaw.json(JSON5, ~139KB) — source of truth for all agents, channels, models, tools - Agent state:
~/.openclaw/agents/{agentId}/sessions/(JSONL transcripts) - Skills:
~/.openclaw/skills/(120+ installed) + per-workspaceskills/dirs - Memory:
~/.openclaw/memory/(per-agent SQLite) +~/.openclaw/lcm.db(long-context memory) - Workspaces:
~/clawd/workspaces/{name}/with standard files (SOUL.md, AGENTS.md, TOOLS.md, IDENTITY.md, USER.md)
Key agents: Alfred (personal assistant), Morpheus (architect), Neo (orchestrator), Viper (trading), Jarvis (GN platform), Codex/Gemini/Claude (dev), Cleo (home).