Skip to content

Add cowork-to-code-bridge skill — async bridge from Cowork/agents to Claude Code on local machine#1117

Open
Abhinay G (abhinaykrupa) wants to merge 1 commit into
ComposioHQ:masterfrom
abhinaykrupa:add-cowork-to-code-bridge
Open

Add cowork-to-code-bridge skill — async bridge from Cowork/agents to Claude Code on local machine#1117
Abhinay G (abhinaykrupa) wants to merge 1 commit into
ComposioHQ:masterfrom
abhinaykrupa:add-cowork-to-code-bridge

Conversation

@abhinaykrupa

Copy link
Copy Markdown

What it does

cowork-to-code-bridge is an async file-based RPC bridge that connects Claude Cowork sessions and AI agent frameworks to Claude Code running on a developer's local machine. A local daemon watches a bind-mounted bridge directory, executes queued tasks (shell commands, tool calls, test runs, deploys), and returns results — no webhooks, no VPS required.

Why it's useful

Cloud AI sandboxes (including Claude Cowork) are intentionally isolated — they can't reach localhost, mount local filesystems, or run arbitrary binaries on your machine. This creates a hard gap between powerful cloud orchestration and the local environment where actual development happens.

cowork-to-code-bridge fills that gap:

  • Cloud agents queue work via queue_task() or call_remote() with idempotency keys
  • Local daemon executes the work in the developer's real environment (with local secrets, local file access, local tools)
  • Results flow back through the shared bridge directory — fully decoupled, fully async

Framework compatibility

Works as an MCP server or direct Python client with:

  • CrewAI
  • AutoGen
  • LlamaIndex
  • LiteLLM
  • Hermes
  • n8n

Details

🤖 Generated with Claude Code

…Claude Code on local machine

Adds a new skill that lets Claude Cowork sessions and agent frameworks (CrewAI,
AutoGen, LlamaIndex, LiteLLM, Hermes, n8n) queue tasks to Claude Code running
on a developer's local machine and retrieve results through a shared async RPC bridge.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant