claw

Send prompts to NanoClaw agent groups from a CLI.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/E01N/ClawOutreach --skill claw-e01n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claw
Source: https://github.com/E01N/ClawOutreach/tree/main/nanoclaw/.claude/skills/claw
Command: npx skills add https://github.com/E01N/ClawOutreach --skill claw-e01n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies running NanoClaw agent containers from the terminal, avoiding chat apps and enabling quick automation.

Core Features & Use Cases

  • Install and expose the claw CLI to manage NanoClaw agent groups from the command line.
  • Send prompts to registered groups by name, folder, or JID; resume sessions; read prompts from stdin; list groups; auto-detect runtime; print responses; verbose mode.
  • Use cases include devops-style agent testing, batch prompt runs, and rapid CLI-driven experimentation with NanoClaw groups.

Quick Start

Copy the claw script into your NanoClaw directory's scripts folder, create a PATH symlink to it, then verify with claw --list-groups.

Frequently Asked Questions about claw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send prompts to NanoClaw agent containers from the CLI?

You can send prompts to NanoClaw agent containers from the CLI by using the claw script to target registered groups by name, folder, or JID. It prints the agent's response to stdout with a session ID.

What do I need to set up before running NanoClaw agent groups from the command line?

To run NanoClaw agent groups from the command line, copy the claw script into your NanoClaw directory's scripts folder, create a PATH symlink, and verify the setup with claw --list-groups.

Can I run batch prompt automation against NanoClaw agent groups without a chat app?

Yes, you can run batch prompt automation against NanoClaw agent groups without a chat app by reading prompts from stdin and executing rapid CLI-driven experimentation directly from the terminal.

Does the NanoClaw CLI tool auto-detect the container runtime environment?

Yes, the NanoClaw CLI tool supports runtime auto-detection between container and docker environments, reads secrets from .env files, and offers a verbose mode for debugging agent responses.

How do I resume a previous NanoClaw agent session from the terminal?

You can resume a previous NanoClaw agent session from the terminal by specifying the session ID when sending your prompt, allowing you to continue interactions within the same agent context.

Why is my NanoClaw CLI prompt not returning a response in the terminal?

If your NanoClaw CLI prompt is not returning a response, use the verbose mode for debugging, verify your group targeting with claw --list-groups, and ensure runtime auto-detection correctly identifies your container or docker environment.