๐Ÿฆ€
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