NanoClaw Setup
A routing skill that points first-time users to NanoClaw's single end-to-end install script.
UtilitiesBeginner★ 30,472⑂ 12,865AI score 5/10Last updated: Aug 9, 2026
What it does
- Fires automatically on phrases like "setup", "install", or "configure nanoclaw".
- Instead of improvising installation steps, it tells you to run the bundled
bash nanoclaw.shscript. - That script covers dependencies, the container image, the OneCLI vault, the Anthropic credential, the service, your first agent, and optional channel wiring.
- If something fails midway, the script offers Claude-assisted recovery inline and resumes from the point it stopped.
Who it's for
- Anyone trying NanoClaw for the first time
- Beginners unsure which command to run first
- Operators who need to reinstall or reconfigure an agent environment
Examples
- "I want to install NanoClaw" → Claude tells you to run
bash nanoclaw.shin your terminal. - "Help me configure nanoclaw" → same script path, with the script walking each stage.
- Container image build fails halfway → use the script's recovery flow to resume from where it stopped.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/nanocoai/nanoclaw/HEAD/.claude/skills/setup/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .claude/skills/setup folder from the GitHub repo nanocoai/nanoclaw into my ~/.claude/skills/setup/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/nanocoai/nanoclaw.git && mkdir -p ~/.claude/skills && cp -r nanoclaw/.claude/skills/setup ~/.claude/skills/nanoclaw-setup⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/nanocoai/nanoclaw.git. - Create the skills folder:
mkdir -p ~/.claude/skills. - Copy the skill:
cp -r nanoclaw/.claude/skills/setup ~/.claude/skills/nanoclaw-setup. - Restart Claude Code and say "install NanoClaw" to confirm the skill triggers.
- The real installation happens when you run
bash nanoclaw.shinside the clonednanoclawdirectory.
View source on GitHub ↗License: MIT