setup

Automate NanoClaw installation, credential setup, and first agent creation.

5|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/thmtz/nanoclaw-fleet --skill setup-thmtz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/thmtz/nanoclaw-fleet/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/thmtz/nanoclaw-fleet --skill setup-thmtz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NanoClaw setup often requires repeatable, error-prone manual steps. This Skill guides users through installing NanoClaw, configuring credentials, and wiring a first agent with minimal friction.

Core Features & Use Cases

  • One-shot setup: Guides installation, dependency checks, and first agent creation.
  • Credential provisioning: Ensures OneCLI vault integration and secure storage of credentials.
  • Channel wiring guidance: Optional integration with Discord or workspace channels for onboarding.

Quick Start

Run the setup script from the project root to install NanoClaw, configure credentials, and initialize your first agent.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I install NanoClaw and configure my environment credentials?

NanoClaw installation is automated by running the setup script from your project root, which handles dependency checks, container setup, and secure OneCLI vault credential provisioning for your environment.

What is the process for creating a first agent during NanoClaw onboarding?

First agent creation during NanoClaw onboarding is guided step-by-step by the setup script, ensuring your local machine or CI environment has completed dependency checks and container configuration before initialization.

Can I wire Discord or workspace channels for NanoClaw agent onboarding?

Yes, NanoClaw setup provides optional channel wiring guidance for Discord or workspace integrations, allowing you to connect agents to communication channels during the initial installation process.

Does NanoClaw setup work across both local machines and CI environments?

NanoClaw setup supports first-time installations across both local machines and CI environments, applying the same repeatable configuration steps for container setup and credential provisioning in either context.

Why does NanoClaw installation fail and how do I recover from setup errors?

NanoClaw installation errors are addressed by built-in helper recovery steps that detect common setup failures, ensuring dependency checks and OneCLI vault provisioning complete correctly during configuration.