setup

Automate NanoClaw bootstrap and environment setup via a CLI-guided script.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Arno37/nanoclaw_test --skill setup-arno37
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/Arno37/nanoclaw_test/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/Arno37/nanoclaw_test --skill setup-arno37

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the initial NanoClaw bootstrap and environment setup, reducing manual configuration and setup time for new deployments.

Core Features & Use Cases

  • Bootstrap git remotes and repository state, install dependencies, and prepare the runtime environment.
  • Configure Node.js, container runtime selection, and service registration to streamline onboarding.
  • Orchestrate multi-step setup flows across macOS, Linux, WSL, and Docker-based sandboxes for consistent deployments.

Quick Start

Run bash setup.sh to bootstrap the environment, then run npx tsx setup/index.ts --step environment to begin.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I automate NanoClaw bootstrap and environment setup?

Automate NanoClaw bootstrap by running bash setup.sh to prepare the environment, then execute npx tsx setup/index.ts --step environment to install dependencies and configure the runtime.

Can I use this setup script to configure Docker containers on WSL?

Yes, the setup script orchestrates multi-step configuration across macOS, Linux, WSL, and Docker-based sandboxes, handling container runtime selection and service registration for consistent deployments.

What does NanoClaw bootstrap configuration include for new deployments?

NanoClaw bootstrap covers fork management, Node.js bootstrap, git remotes, dependency installation, container runtime selection, channel setup, and service registration to streamline onboarding.

Does the NanoClaw setup script support troubleshooting and logging?

Yes, the CLI-guided script orchestrates setup steps, parses status blocks, and emits logs specifically to support troubleshooting during the NanoClaw bootstrap and environment configuration process.

What's the best way to onboard new users across multiple operating systems with NanoClaw?

Use the automated setup script to orchestrate multi-step flows across macOS, Linux, WSL, and Docker sandboxes, ensuring consistent dependency installation, node bootstrap, and service configuration.