Claude Skill
crabwise-ai/crabwalk
Crabwalk 为 OpenClaw AI 智能体提供实时监控和监督。这是一个基于 TypeScript 的伴侣系统,用于追踪智能体活动和性能。
概览
仓库信息
安装这个 Skill
docker run -d \Registry 信息
docker run -d \git clone https://github.com/luccast/crabwalk.gitnpm install
项目简介
Crabwalk 是一个专为 OpenClaw 智能体设计的实时伴侣监控系统,提供实时监督和追踪功能。
🦀 Crabwalk 🦀 Real-time companion monitor for OpenClaw agents.
要点
- 为 OpenClaw 智能体提供实时监控
- AI 智能体监督的伴侣系统
- 实时追踪和观察能力
- 使用 TypeScript 构建,确保可靠性
使用场景
- 实时监控 OpenClaw 智能体活动
- 监督 AI 智能体性能和行为
- 追踪智能体交互和响应
- AI 开发工作流的伴侣系统
README 摘要
# 🦀 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