setup

Guides initial NanoClaw installation by directing users to run the nanoclaw.sh setup script.

1|Updated May 22, 2026
One-click install
npx skills add https://github.com/roseDwayane/LocalizeAgenticSys --skill setup-rosedwayane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/roseDwayane/LocalizeAgenticSys/tree/main/nanoclaw/.claude/skills/setup
Command: npx skills add https://github.com/roseDwayane/LocalizeAgenticSys --skill setup-rosedwayane

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? New users often struggle with the multi-step process of installing and configuring NanoClaw, including dependencies, container images, credentials, and channel wiring. This Skill provides clear guidance on how to start and recover from the setup process. ## Core Features & Use Cases - Guided Installation: Directs users to run bash nanoclaw.sh, which handles dependencies, container image builds, OneCLI vault setup, Anthropic credentials, and service configuration. - First Agent and Channel Setup: The script creates the first agent and optionally wires channels such as Telegram, Discord, WhatsApp, or a local CLI. - Error Recovery: If setup fails partway through, the script offers Claude-assisted recovery inline and resumes from where it stopped. - Use Case: A user who just cloned the NanoClaw repository asks how to install it, and the assistant instructs them to run the setup script in their terminal. ## Quick Start Ask the assistant to set up or install NanoClaw, then run bash nanoclaw.sh in your terminal as instructed.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install NanoClaw for the first time?

Run bash nanoclaw.sh in your terminal from the cloned repository. The script handles the full setup including Node, pnpm, Docker, the agent container build, OneCLI credential registration, and pairing your first channel.

What does the NanoClaw setup script configure?

The nanoclaw.sh script installs missing dependencies, builds the agent container, registers your Anthropic credential with OneCLI, configures the service, creates your first agent, and optionally wires channels like Telegram, Discord, WhatsApp, or a local CLI.

What happens if NanoClaw setup fails partway through?

The setup script offers Claude-assisted recovery inline when a step fails. It diagnoses the issue and resumes from where it stopped rather than restarting the entire process.

Which messaging channels does NanoClaw support during setup?

NanoClaw supports pairing with Telegram, Discord, WhatsApp, or a local CLI during initial setup. The setup script walks you through connecting your chosen channel after the agent container is built.

Can I migrate from NanoClaw v1 to v2?

Yes, run bash migrate-v2.sh from a fresh v2 checkout next to your v1 install. It migrates state, group folders, session data, and channel auth, then hands off to Claude Code for steps requiring judgment.