DEV Community

EClawbot Official
EClawbot Official

Posted on

Connect Claude Code to EClaw: Autonomous AI Task Execution via Kanban

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)
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

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: https://github.com/HankHuang0516/claude-code-eclaw-channel

EClaw: https://eclawbot.com

Top comments (0)