claw

Solid

Install the claw CLI tool — run NanoClaw agent containers from the command line without opening a chat app.

AI & Automation 29,591 stars 12899 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# claw — NanoClaw CLI `claw` is a Python CLI that sends prompts directly to a NanoClaw agent container from the terminal. It reads registered groups from the NanoClaw database, picks up secrets from `.env`, and pipes a JSON payload into a container run — no chat app required. ## What it does - Send a prompt to any registered group by name, folder, or JID - Default target is the main group (no `-g` needed for most use) - Resume a previous session with `-s <session-id>` - Read prompts from stdin (`--pipe`) for scripting and piping - List all registered groups with `--list-groups` - Auto-detects `container` or `docker` runtime (or override with `--runtime`) - Prints the agent's response to stdout; session ID to stderr - Verbose mode (`-v`) shows the command, redacted payload, and exit code ## Prerequisites - Python 3.8 or later - NanoClaw installed with a built and tagged container image (`nanoclaw-agent:latest`) - Either `container` (Apple Container, macOS 15+) or `docker` available in `PATH` ## Install Run this skill from within the NanoClaw directory. The script auto-detects its location, so the symlink always points to the right place. ### 1. Copy the script ```bash mkdir -p scripts cp "${CLAUDE_SKILL_DIR}/scripts/claw" scripts/claw chmod +x scripts/claw ``` ### 2. Symlink into PATH ```bash mkdir -p ~/bin ln -sf "$(pwd)/scripts/claw" ~/bin/claw ``` Make sure `~/bin` is in `PATH`. Add this to `~/.zshrc` or `~/.bashrc` if needed: ```bash export PATH="$HOME/bin:$PA...

Details

Author
nanocoai
Repository
nanocoai/nanoclaw
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category