Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
← Back to list

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.sh script.
  • 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

  1. "I want to install NanoClaw" → Claude tells you to run bash nanoclaw.sh in your terminal.
  2. "Help me configure nanoclaw" → same script path, with the script walking each stage.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
↓ Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/nanocoai/nanoclaw.git.
  3. Create the skills folder: mkdir -p ~/.claude/skills.
  4. Copy the skill: cp -r nanoclaw/.claude/skills/setup ~/.claude/skills/nanoclaw-setup.
  5. Restart Claude Code and say "install NanoClaw" to confirm the skill triggers.
  6. The real installation happens when you run bash nanoclaw.sh inside the cloned nanoclaw directory.