init-onecli

Install OneCLI, migrate .env credentials to the Agent Vault, and validate gateway integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the installation and configuration of the OneCLI Agent Vault, and migrates existing .env credentials into the vault so credentials are managed securely during Nanoclaw deployments and post-update transitions.

Core Features & Use Cases

  • Install the OneCLI gateway and CLI, configure the local instance, and validate readiness.
  • Migrate Anthropic and container-facing credentials from the local .env into the OneCLI Agent Vault to enable per-agent policies and secure injection at runtime.
  • Build, restart, and verify Nanoclaw integration with OneCLI, ensuring gateway health and correct secret injection.

Quick Start

Run the init-onecli skill to install OneCLI, migrate existing .env credentials to the Agent Vault, and configure the gateway.

Frequently Asked Questions about init-onecli

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

FAQPage Schema
How do I migrate container credentials to OneCLI Agent Vault for Nanoclaw?

Run the init-onecli automation to extract Anthropic and container-facing credentials from your local .env file and migrate them into the OneCLI Agent Vault. This securely stores your secrets for Nanoclaw gateway runtime injection.

What is OneCLI Agent Vault configuration used for in Nanoclaw deployments?

OneCLI Agent Vault configuration secures your credentials by migrating local .env variables into a centralized vault. It enables per-agent policies and secure secret injection at runtime during Nanoclaw gateway deployments and post-update transitions.

How do I validate OneCLI gateway readiness after installing the CLI?

Validate OneCLI gateway readiness by running the init-onecli skill, which checks for existing OneCLI installations, configures the local instance, and confirms successful integration. It rebuilds, restarts the service, and verifies logs for gateway health.

Does OneCLI credential migration work for post-update Nanoclaw transitions?

Yes, OneCLI credential migration works for post-update Nanoclaw transitions. The init-onecli process applies to initial setups and update scenarios by re-enrolling the Agent Vault, migrating current .env credentials, and validating the gateway across local environments.

Why does Nanoclaw integration fail after migrating .env credentials to the vault?

Nanoclaw integration may fail if the gateway is not ready or the service was not properly rebuilt and restarted. The init-onecli skill addresses this by validating gateway health, applying credential migrations, and confirming logs show successful secret injection.