OneCLI — миграция секретов в защищённое хранилище
security
init-onecli is a Claude Code skill that installs and initializes the OneCLI Agent Vault — a secrets store used within the NanoClaw ecosystem. It migrates existing `.env` credentials into the vault, enabling secure, container-isolated storage of API keys and tokens. The skill is intended for two scenarios: running after `update-nanoclaw` when OneCLI is introduced as a breaking change, or performing a first-time OneCLI setup on a fresh NanoClaw install — the same step that `nanoclaw.sh` handles automatically when registering Anthropic credentials. It removes the need to manage secrets through plain configuration files, making it particularly useful for users migrating from earlier NanoClaw versions or setting up credential management for the first time.
- #security
- #workflow
- #migration