init-onecli
仓库创建 2026年1月31日最近提交 23 小时前SkillHot 收录 20 天前
▸ 精选理由
便于集中管理凭据并减少明文 env 风险,适合迁移场景。
▸ 风险提示
涉及安装外部工具与敏感凭据迁移,需审查脚本并备份凭据。
这个 Skill 做什么
安装并初始化 OneCLI 凭据仓库,并将现有 .env 凭据迁移进去。
一键安装并初始化 OneCLI 的 Agent Vault,把现有的 .env 凭据自动迁移进去并配置好网关。常在升级引入 OneCLI 的破坏性改动后或首次部署时运行,省掉手动搬凭据和配置的麻烦。目标是自动修复缺失或损坏的凭据设置,让系统能继续工作。
▸ 展开 SKILL.md 英文原文
Install and initialize OneCLI Agent Vault. Migrates existing .env credentials to the vault. Use after /update-nanoclaw brings in OneCLI as a breaking change, or for first-time OneCLI setup.
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/init-onecli/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/init-onecli/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Initialize OneCLI Agent Vault This skill installs OneCLI, configures the Agent Vault gateway, and migrates any existing `.env` credentials into it. Run this after `/update-nanoclaw` introduces OneCLI as a breaking change, or any time OneCLI needs to be set up from scratch. **Principle:** When something is broken or missing, fix it. Don't tell the user to go fix it themselves unless it genuinely requires their manual action (e.g. pasting a token). ## Phase 1: Pre-flight ### Check if OneCLI is already working ```bash onecli version 2>/dev/null ``` If the command succeeds, OneCLI is installed, check for an Anthropic secret: ```bash onecli secrets list ``` If an Anthropic secret exists
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有