๐ฆ
Monitoring & Debugging
Featured
MIT License
Crabwalk
Real-time companion monitor for Moltbot 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 Moltbot 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 MOLTBOT_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
MOLTBOT_API_TOKEN=your-token npm run dev Open http://localhost:3000/monitor
โ๏ธ Configuration
1
Get Gateway Token
Find your token in the Moltbot config file
cat ~/.moltbot/moltbot.json | grep api_token 2
Export Token
Set the token as an environment variable
export MOLTBOT_API_TOKEN=$(cat ~/.moltbot/moltbot.json | grep -o '"api_token": *"[^"]*"' | cut -d'"' -f4) ๐ ๏ธ Tech Stack
TanStack Start ReactFlow Framer Motion tRPC TanStack DB
Ready to Monitor Your Agents?
Get Crabwalk running and visualize your Moltbot activity in real-time