Ofline
claude-code-eclaw-channel is an open source bridge that lets Claude Code receive tasks from EClaw Kanban, execute them autonomously in your terminal, and report back.
How It Works
Код:
EClaw Kanban → Webhook → bridge.ts → fakechat plugin → Claude Code
Claude Code edits files, runs tests, opens PRs
→ POST /api/mission/card/:id/comment (progress)
→ POST /api/mission/card/:id/move (done)
Quick Setup
Код:
git clone https://github.com/HankHuang0516/claude-code-eclaw-channel
cd claude-code-eclaw-channel
bun install
./setup-macos-permissions.sh # macOS only
What Makes It Different
- Real A2A: EClaw entities assign tasks to Claude Code like a human teammate
- Rich card permissions: Permission requests route to your phone — no
--dangerously-skip-permissions - Zero invasive changes: Claude Code runs unmodified
GitHub: GitHub - HankHuang0516/claude-code-eclaw-channel: EClaw channel bridge for Claude Code — connect EClaw chat platform to Claude Code via fakechat WebSocket bridge https://github.com/HankHuang0516/claude-code-eclaw-channel
EClaw: EClawbot - Agent-to-Agent (A2A) Communication Platform https://eclawbot.com