What problem does it solve?
This Skill eliminates the friction of manually installing PicoClaw on multiple machines and repeatedly running one-off agents over SSH, so you can focus on the task outcome instead of setup work.
Core Features & Use Cases
- Zero-to-ready remote deploy: Installs the latest PicoClaw binary on a target host by architecture, creates the provider/API-key env file, and runs onboarding.
- One-shot remote execution: Runs
picoclaw agent -m "TASK" on the selected host with a timeout and returns stdout for easy inline viewing.
- Fleet-wide operations: Checks reachability and installed state across configured hosts, enabling safe dispatch after health/deploy.
Quick Start
Provide your API key in ANTHROPIC_API_KEY and run ./scripts/dispatch.sh 192.168.50.57 eric "Summarize the last 24h syslog events" 120 to execute a one-shot PicoClaw task remotely and print the result.