What problem does it solve?
This Skill protects NauggieClaw deployments by installing OneCLI, configuring its Agent Vault gateway, and migrating raw .env credentials so agents never see secrets.
Core Features & Use Cases
- Comprehensive Pre-flight Checks: Detects existing OneCLI installations, native credential proxies, and whether the repo includes the OneCLI SDK before making changes.
- Credential Migration Flow: Installs OneCLI, directs users through either subscription or API key registration, and migrates Anthropic plus other container-facing secrets from
.env into the vault while keeping channel tokens resident.
- Build, Restart, and Verify: Rebuilds the service, restarts it via launchctl/systemd/manual steps, and validates gateway health plus log entries to prove the migration succeeded.
Quick Start
Run /init-onecli to install OneCLI, migrate credentials from .env, and restart NauggieClaw with the new gateway.