Skip to main content
ClaudeWave
Skill29.8k repo starsupdated yesterday

setup

The setup skill automates NanoClaw installation and configuration by guiding users to run a bash script that handles all dependencies, container setup, API credential configuration, service initialization, and agent creation in one operation. Use this skill when users request initial installation, configuration, or first-time setup of NanoClaw.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/nanocoai/nanoclaw /tmp/setup && cp -r /tmp/setup/.claude/skills/setup ~/.claude/skills/setup
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# NanoClaw Setup

Tell the user to run `bash nanoclaw.sh` in their terminal. That script handles the full end-to-end setup — dependencies, container image, OneCLI vault, Anthropic credential, service, first agent, and optional channel wiring.

If they hit an error partway through, the script offers Claude-assisted recovery inline and resumes from where it stopped.