NanoClaw — первичная установка и настройка
documentation
setup is a Claude Code skill that handles the initial installation and configuration of NanoClaw by running the nanoclaw.sh script, which installs Node, pnpm, and Docker if missing, registers your Anthropic credential with OneCLI, builds the agent container, and pairs your first messaging channel — iMessage, Telegram, Discord, WhatsApp, or a local CLI. If any step fails, Claude Code is invoked automatically to diagnose the issue and resume from the point of failure. The skill triggers on commands like "setup", "install", and "configure nanoclaw", making it the entry point for anyone deploying NanoClaw on a fresh machine. The entire flow runs as a single deterministic path, handing off to Claude Code only where judgment or guided decisions are needed.
- #workflow
- #documentation