init-onecli

Automate OneCLI Agent Vault setup and migrate .env credentials for NanoClaw.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill init-onecli-chiptoe-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-onecli
Source: https://github.com/chiptoe-svg/nanoclaw_gccourse/tree/main/.claude/skills/init-onecli
Command: npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill init-onecli-chiptoe-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually configuring OneCLI Agent Vault and migrating existing .env credentials is error-prone and time-consuming, especially after NanoClaw updates that introduce OneCLI as a breaking change.

Core Features & Use Cases

  • Automated OneCLI Setup: Installs and configures the OneCLI gateway and CLI, handles PATH configuration, and verifies gateway readiness.
  • Safe Credential Migration: Migrates existing .env API credentials (Anthropic, OpenAI, etc.) to the secure OneCLI Agent Vault, removing raw keys from .env files.
  • Integration Validation: Confirms OneCLI is properly integrated with the NanoClaw codebase, builds the project, restarts services, and verifies secret injection for containerized agents.
  • Use Case: After running /update-nanoclaw that adds OneCLI support, use this skill to automate the entire setup process instead of manually configuring the gateway, moving credentials, and troubleshooting integration issues.

Quick Start

Use the init-onecli skill to set up OneCLI Agent Vault and migrate your existing .env credentials to the secure vault.

Frequently Asked Questions about init-onecli

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

FAQPage Schema
How do I migrate .env API credentials to a secure vault after a NanoClaw update?

Migrating .env API credentials securely after a NanoClaw update involves automating the transfer of existing raw keys like Anthropic and OpenAI to the OneCLI Agent Vault, then removing them from your .env files.

What is OneCLI Agent Vault used for in containerized agent deployments?

OneCLI Agent Vault is used for secure secret management in containerized agent deployments, storing API credentials safely and validating secret injection without leaving raw keys exposed in .env files.

How do I set up OneCLI gateway and CLI for the first time?

Setting up OneCLI gateway and CLI for the first time requires installing the gateway, configuring the CLI, handling PATH configuration, and verifying gateway readiness before migrating credentials and validating integration.

Does the OneCLI integration process build the project and restart services automatically?

Yes, the OneCLI integration process builds the NanoClaw project, restarts services automatically, and verifies secret injection to confirm full integration for containerized agents.

Why do I need to reconfigure OneCLI after running an update that adds OneCLI support?

You need to reconfigure OneCLI after an update because NanoClaw updates can introduce OneCLI as a breaking change, making manual configuration error-prone and requiring automated setup to restore integration.

What is the best way to troubleshoot OneCLI integration issues with NanoClaw?

The best way to troubleshoot OneCLI integration issues with NanoClaw is to run an automated setup that validates full integration, checks gateway readiness, and verifies secret injection for containerized agents.