Crabwalk
Real-time companion monitor for OpenClaw agents
Watch your AI agents work across WhatsApp, Telegram, Discord, and Slack in a live node graph. See thinking states, tool calls, and response chains as they happen.
โจ Features
Live Activity Graph
ReactFlow visualization of agent sessions and action chains
Multi-Platform Monitoring
Monitor agents across WhatsApp, Telegram, Discord, Slack simultaneously
Real-Time Streaming
WebSocket connection to OpenClaw gateway for instant updates
Action Tracing
Expand nodes to inspect tool arguments and payloads
Session Filtering
Filter by platform, search by recipient
๐ Installation
๐ณ Docker (Recommended)
docker run -d -p 3000:3000 -e OPENCLAW_API_TOKEN=your-token ghcr.io/luccast/crabwalk:latest Or use docker-compose for easier management
๐ป From Source
git clone https://github.com/luccast/crabwalk.git
cd crabwalk
npm install
OPENCLAW_API_TOKEN=your-token npm run dev Open http://localhost:3000/monitor
โ๏ธ Configuration
Get Gateway Token
Find your token in the OpenClaw config file
cat ~/.openclaw/openclaw.json | grep api_token Export Token
Set the token as an environment variable
export OPENCLAW_API_TOKEN=$(cat ~/.openclaw/openclaw.json | grep -o '"api_token": *"[^"]*"' | cut -d'"' -f4) ๐ ๏ธ Tech Stack
Ready to Monitor Your Agents?
Get Crabwalk running and visualize your OpenClaw/Clawdbot activity in real-time