What problem does it solve?
claw provides a command-line interface to send prompts directly to NanoClaw agent containers, eliminating the need for chat apps and enabling secure, scriptable interactions from the terminal.
Core Features & Use Cases
- Send a prompt to any registered group by name, folder, or JID.
- Default to the main group when no target is specified.
- Resume a previous session with a saved session ID.
- Read prompts from stdin for scripting and automation.
- List all registered groups to see available targets.
- Auto-detects container runtime (container or docker) or override with --runtime.
- Print the agent's response to stdout and the session ID to stderr.
- Verbose mode shows the command, redacted payload, and exit code for debugging.
Quick Start
Install NanoClaw, ensure the claw script is on your PATH, and run claw to start sending prompts to your agent containers.