setup

Automate NauggieClaw setup with dependencies, authentication, and service configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NauggieClaw requires a complex environment with git remotes, Node/dependencies, container runtimes, Auggie authentication, and channel credentials before agents can run, and the setup skill orchestrates the entire flow so users do not need to piece these steps together manually.

Core Features & Use Cases

  • Bootstrap Automation: Converts git remotes, runs bash setup.sh, installs Node, and captures structured status to resolve missing tools without user guesswork.
  • Runtime, Authentication, and Service Guardrails: Detects Docker or Apple Container availability, guides conversions, ensures Auggie login, channel configuration, mounts, and service startup with retries and diagnostics.
  • Use Case: A new NauggieClaw fork is ready to use after invoking this skill, which handles Node installation, Docker readiness, Auggie token login, channel skill handoffs, and service verification so the user can start messaging immediately.

Quick Start

Run /setup inside the Auggie prompt to begin the fully guided installation, authentication, runtime configuration, and service startup.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I automate NauggieClaw setup after cloning the repository?

NauggieClaw setup is automated by running a guided skill that executes bash setup.sh, installs Node dependencies, configures git remotes, and captures structured status to resolve missing tools without manual intervention.

Do I need Docker or Apple Container configured before bootstrapping NauggieClaw?

NauggieClaw bootstrap does not require a pre-configured container runtime because the setup process detects Docker or Apple Container availability, guides conversions, and handles missing dependencies or runtime failures automatically.

How does Auggie authentication work during environment bootstrapping?

Auggie authentication during environment bootstrapping works by guiding you through an Auggie login process to configure tokens, wire channel credentials, and verify service startup with built-in retries and diagnostics.

What is the best way to configure channel credentials and mounts for NauggieClaw agents?

The best way to configure channel credentials and mounts for NauggieClaw agents is using the setup skill, which orchestrates channel wiring, verifies runtimes, configures remotes, and ensures all services start correctly before agents run.

Why does NauggieClaw service startup fail after running setup.sh?

NauggieClaw service startup fails when container runtimes are missing, Auggie authentication is incomplete, or channel configuration is invalid, so the setup skill applies diagnostics and retries to resolve these runtime failures automatically.

Can I use NauggieClaw without manually installing Node and dependencies?

You can use NauggieClaw without manually installing Node because the setup skill bootstraps the environment by running bash setup.sh, installing Node, resolving missing dependencies, and verifying diagnostics before agents run.