init-onecli

Migrate local .env credentials into the OneCLI Agent Vault.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/nrupala/nanoclaw --skill init-onecli-nrupala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-onecli
Source: https://github.com/nrupala/nanoclaw/tree/main/.claude/skills/init-onecli
Command: npx skills add https://github.com/nrupala/nanoclaw --skill init-onecli-nrupala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The OneCLI credential migration skill helps you transition sensitive credentials from local .env files into a centralized OneCLI Agent Vault, enabling per-agent policies and safer secret management in containerized environments.

Core Features & Use Cases

  • Install the OneCLI gateway and CLI, verify installation, and set up the local environment.
  • Migrate existing .env credentials into OneCLI vault, remove raw keys from .env, and preserve non-sensitive env entries.
  • Validate vault setup and guide through post-migration verification and basic rollback if needed.

Quick Start

Run this skill to install OneCLI, migrate existing .env credentials to the vault, and verify gateway readiness.

Frequently Asked Questions about init-onecli

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

FAQPage Schema
How do I migrate credentials from a .env file to a centralized vault?

Migrating credentials from a .env file to a vault involves automating the transfer of local secrets into the OneCLI Agent Vault. This safely removes raw keys from .env files while preserving non-sensitive environment entries for containerized agents.

What is OneCLI Agent Vault used for in containerized environments?

OneCLI Agent Vault is used for centralized secret management in containerized environments. It enables per-agent policies and safer credential handling by replacing local .env file storage with a secure vault-based approach during initial setup or post-update migrations.

Do I need the OneCLI gateway installed before migrating environment secrets?

Yes, the OneCLI gateway must be configured and the CLI installed before migrating environment secrets. The migration process relies on this gateway infrastructure to validate vault readiness and transition credentials away from local .env files.

How do I remove migrated credentials from .env without breaking other environment variables?

To remove migrated credentials from .env without breaking other variables, the migration process carefully deletes only the raw secret keys transferred to the vault. It preserves all remaining non-sensitive environment values in the .env file to maintain application stability.

Can I verify vault setup and rollback .env credential migration if needed?

Yes, you can verify vault setup and rollback .env credential migration if needed. The process validates OneCLI gateway readiness post-migration and provides guidance for basic rollback procedures to restore your original environment configuration.