claw

Send prompts to NanoClaw agent containers from the terminal.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/LIMITLESS-LONGEVITY/limitless --skill claw-limitless-longevity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claw
Source: https://github.com/LIMITLESS-LONGEVITY/limitless/tree/main/apps/nanoclaw/.claude/skills/claw
Command: npx skills add https://github.com/LIMITLESS-LONGEVITY/limitless --skill claw-limitless-longevity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you run NanoClaw agent containers directly from your terminal so you can send prompts and receive agent responses without using a chat application, eliminating repetitive container commands and UI friction.

Core Features & Use Cases

  • Direct CLI prompts: Send a prompt to any registered group by name, folder, or JID from the terminal.
  • Session control and automation: Resume previous sessions with a session ID, read prompts from stdin for scripting, and list registered groups.
  • Runtime and image options: Auto-detects container or docker runtimes, allows runtime and image overrides, and supports custom timeouts and verbose debugging.
  • Use case: Pipe a report into claw to generate a summarized response programmatically and capture the output in a script.

Quick Start

Run the claw command in your NanoClaw directory to send a prompt to the main group and receive the agent response.

Frequently Asked Questions about claw

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

FAQPage Schema
How do I run container agents from the terminal without a chat interface?

To run container agents from the terminal, send prompts directly to NanoClaw agent containers. This eliminates repetitive container commands and UI friction by piping prompts from stdin and printing agent output to stdout.

Can I pipe stdin prompts into a Docker agent for shell scripting?

Yes, you can pipe prompts from stdin into Docker agents for shell scripting. The tool reads the piped input, sends it to the NanoClaw agent container, and returns the generated response programmatically.

How do I resume a previous agent session from the command line?

You resume a previous agent session by providing the original session ID. The tool resumes the container session, allowing continued interactions while emitting new session IDs to stderr.

Does NanoClaw work with both Docker and other container runtimes?

NanoClaw auto-detects container or docker runtimes automatically. It also supports runtime and image overrides, allowing custom configurations for running agents without needing a specific runtime environment.

How do I list registered agent groups in a local NanoClaw setup?

You list registered agent groups by running the command in your local NanoClaw directory. This displays available groups, letting you invoke specific agents by name, folder, or JID.

Do I need a local .env file to pass secrets to container agents?

A local .env file is required for passing secrets to container agents. The tool reads secrets from this file to authenticate and configure NanoClaw agents during terminal execution.