mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 09:02:07 +00:00
18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"name": "crabwalk",
|
|
"version": "1.0.8",
|
|
"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"
|
|
}
|
|
}
|