Skip to main content
ClaudeWave
Skill29.8k estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/nanocoai/nanoclaw /tmp/setup && cp -r /tmp/setup/.claude/skills/setup ~/.claude/skills/setup
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.