claude-code-bridge

Dispatch coding tasks between OpenClaw and Claude Code via file-based IPC.

16|2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/syphax/openclaw-tools --skill claude-code-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-bridge
Source: https://github.com/syphax/openclaw-tools/tree/main/skills/claude-code-bridge
Command: npx skills add https://github.com/syphax/openclaw-tools --skill claude-code-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-agent-sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill enables seamless two-way communication between OpenClaw and Claude Code, allowing for complex coding tasks to be delegated and managed interactively.

Core Features & Use Cases

  • Task Dispatch: Send detailed coding prompts to Claude Code for execution.
  • Status Monitoring: Track the progress of coding tasks.
  • Interactive Clarification: Relay questions from Claude Code back to the user and send answers.
  • Result Retrieval: Obtain the final code or output from completed tasks.
  • Use Case: Delegate the creation of a new Python script to generate a report from a CSV file, including handling potential errors and asking for clarification on specific output formats.

Quick Start

Use the claude-code-bridge skill to dispatch a task to build a Python script for data analysis.

Frequently Asked Questions about claude-code-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate coding tasks from OpenClaw to Claude Code?

To delegate coding tasks from OpenClaw to Claude Code, use a file-based IPC mechanism to dispatch coding prompts and retrieve the final output. It manages task dispatch and result retrieval seamlessly.

Can I track the status of background coding jobs sent to Claude Code?

Yes, you can track the status of background coding jobs sent to Claude Code. The bridge monitors task progress by polling status updates through the file-based IPC mechanism during background execution.

How does interactive question-answering work when Claude Code needs clarification?

Interactive question-answering relays questions from Claude Code back to the user through OpenClaw, waits for the user's clarification, and sends the answers to resume the coding task.

Do I need the claude-agent-sdk to use the Claude Code bridge?

Yes, you need the claude-agent-sdk installed, as it is a required dependency for the bridge to facilitate bidirectional communication and execute coding tasks between OpenClaw and Claude Code.

What is the best way to automate Python script generation through Claude Code?

The best way to automate Python script generation through Claude Code is to dispatch a detailed prompt via the OpenClaw bridge, which handles task execution, asks for clarification on output formats, and retrieves the final script.