claude-bridge
Route requests to Claude Code via the ACP bridge. Use when user invokes /claude command.
Claude Bridge Skill
When the user invokes /claude <task>, route the task to Claude Code via ACP.
Behavior
- Extract the task text after
/claude. - Use
sessions_spawnwith:runtime: "acp"agentId: "claude"thread: truemode: "session"task: <extracted task text>
- Stream results back to the user in the same chat.
- If the task involves code execution, file operations, or web search, Claude Code will handle them with its full tool suite.
Examples
/claude analyze the memory files in ~/.openclaw/memory//claude review the code in ~/openclaw-brain/claude write a Python script to backup SQLite databases/claude search the web for latest AI agent frameworks/claude check system status and summarize