update
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese/update — Reinstall AgentOps Skills
/update — 重新安装AgentOps技能
Purpose: One command to pull the latest skills from the repo and install them globally across all agents.
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
用途: 一条命令即可从代码仓库拉取最新技能,并在所有Agent中全局安装。
你必须执行此工作流,不能仅进行描述。
Execution
执行步骤
Step 1: Install
步骤1:安装
bash
npx skills@latest add boshu2/agentops --all -gRun this command. Wait for it to complete.
bash
npx skills@latest add boshu2/agentops --all -g运行此命令,等待执行完成。
Step 2: Verify
步骤2:验证
Confirm the output shows all skills installed with no failures.
If any skills failed to install, report which ones failed and suggest re-running or manual sync:
bash
undefined确认输出显示所有技能均安装成功,无失败项。
若有技能安装失败,报告失败的技能名称,并建议重新运行命令或手动同步:
bash
undefinedManual sync for a failed skill (replace <skill-name>):
手动同步失败的技能(替换<skill-name>):
yes | cp -r skills/<skill-name>/ ~/.claude/skills/<skill-name>/
undefinedyes | cp -r skills/<skill-name>/ ~/.claude/skills/<skill-name>/
undefinedStep 3: Report
步骤3:反馈
Tell the user:
- How many skills installed successfully
- Any failures and how to fix them
告知用户:
- 成功安装的技能数量
- 任何失败情况及修复方法