update
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
Reinstall all AgentOps skills globally from the latest source. Triggers: "update skills", "reinstall skills", "sync skills".
2installs
Sourceboshu2/agentops
Added on
NPX Install
npx skill4agent add boshu2/agentops updateTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →/update — Reinstall AgentOps Skills
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.
Execution
Step 1: Install
bash
npx skills@latest add boshu2/agentops --all -gRun this command. Wait for it to complete.
Step 2: Verify
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
# Manual sync for a failed skill (replace <skill-name>):
yes | cp -r skills/<skill-name>/ ~/.claude/skills/<skill-name>/Step 3: Report
Tell the user:
- How many skills installed successfully
- Any failures and how to fix them