mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 00:57:52 +00:00
* feat: add crabwalk CLI - bin/crabwalk: shell wrapper with start/stop/status/update commands - daemon mode with --daemon flag - auto-detect gateway token from ~/.clawdbot/clawdbot.json - show network IPs on startup for remote access - update skill.md and README with CLI usage * auto-add ~/.local/bin to PATH during install * support zsh PATH config
18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"name": "crabwalk",
|
|
"version": "1.0.7",
|
|
"description": "Real-time companion monitor for OpenClaw agents",
|
|
"homepage": "https://crabwalk.app",
|
|
"repository": "https://github.com/luccast/crabwalk",
|
|
"metadata": {
|
|
"emoji": "🦀",
|
|
"category": "monitoring"
|
|
},
|
|
"install": {
|
|
"method": "tarball",
|
|
"location": "~/.crabwalk",
|
|
"cli": "~/.local/bin/crabwalk",
|
|
"start_command": "crabwalk"
|
|
}
|
|
}
|