What problem does it solve?
It keeps you from needing the Auggie chat interface by letting you send prompts directly into NauggieClaw containers from the command line, so scripting, automation, and remote workflows stay fast and secure.
Core Features & Use Cases
- Direct CLI prompts let you target any registered group by name, folder, or JID and stream the agent response back to stdout while session IDs go to stderr.
- Session control and piping support resuming conversations with
-s, reading prompts from stdin via --pipe, and listing all registered groups with --list-groups.
- Environmental awareness detects the host runtime (
container or docker), accepts custom images or timeouts, and uses the NauggieClaw database plus .env secrets so the payload is authenticated.
- Use Case: Automate daily standups by piping meeting notes into claw to share with a project group without leaving your shell.
Quick Start
Install the claw CLI and run claw --list-groups to verify the agent connection from the terminal.