Claude Skill
crabwise-ai/crabwalk
Crabwalk provides real-time monitoring and oversight for OpenClaw AI agents. A TypeScript-based companion system for tracking agent activities and performance.
Overview
Repository
Install this Skill
docker run -d \Registry
docker run -d \git clone https://github.com/luccast/crabwalk.gitnpm install
Summary
Crabwalk is a real-time companion monitoring system designed specifically for OpenClaw AI agents, providing live oversight and tracking capabilities.
🦀 蟹行追踪 🦀 OpenClaw智能体的实时伴侣监控系统
Key features
- Real-time monitoring for OpenClaw agents
- Companion system for AI agent oversight
- Live tracking and observation capabilities
- Built with TypeScript for reliability
Use cases
- Monitoring OpenClaw agent activities in real-time
- Overseeing AI agent performance and behavior
- Tracking agent interactions and responses
- Companion system for AI development workflows
README excerpt
# 🦀 Crabwalk Real-time companion monitor for [OpenClaw (Clawdbot)](https://github.com/openclaw/openclaw) agents by [@luccasveg](https://x.com/luccasveg). 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** - Monitor agents across all messaging platforms simultaneously - **Real-time streaming** - WebSocket connection to openclaw gateway - **Action tracing** - Expand nodes to inspect tool args and payloads - **Session filtering** - Filter by platform, search by recipient ## Installation ### Via OpenClaw Agent Paste this link to your OpenClaw agent and ask it to install/update Crabwalk: ``` https://raw.githubusercontent.com/luccast/crabwalk/master/public/skill.md ``` ### CLI Install ```bash VERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '"tag_name"' | cut -d'"' -f4) mkdir -p ~/.crabwalk ~/.local/bin curl -sL "https://github.com/luccast/crabwalk/releases/download/${VERSION}/crabwalk-${VERSION}.tar.gz" | tar -xz -C ~/.crabwalk cp ~/.crabwalk/bin/crabwalk ~/.local/bin/ chmod +x ~/.local/bin/crabwalk ``` ## CLI Usage ### Commands ```bash crabwalk # Start server (default: 0.0.0.0:3000) crabwalk start --daemon # Run in background crabwalk stop # Stop background server crabwalk status # Check if running crabwalk update # Update to latest version ``` ### Options ``` -p, --port <port> Server port (default: 3000) -H, --host <host> Bind address (default: 0.0