update

Reinstall all AgentOps skills globally from the latest source. Triggers: "update skills", "reinstall skills", "sync skills".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "update" with this command: npx skills add boshu2/agentops/boshu2-agentops-update

/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 <(curl -fsSL https://raw.githubusercontent.com/boshu2/agentops/main/scripts/install.sh)

Run 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 the installer. If the failure is isolated to one skill, tell the user to inspect the target agent's installed skill or plugin directory and restore just that skill from the latest repo copy.

# Retry the full installer:
bash <(curl -fsSL https://raw.githubusercontent.com/boshu2/agentops/main/scripts/install.sh)

Step 3: Report

Tell the user:

  1. How many skills installed successfully
  2. Any failures and how to fix them

Examples

Routine skill update

User says: /update

What happens:

  1. Runs the install script to pull the latest skills from the repository and install them globally.
  2. Verifies the output confirms all skills installed with no failures.
  3. Reports the total count of successfully installed skills.

Result: All AgentOps skills are updated to the latest version and available globally across all agent sessions.

Recovering from a partial failure

User says: /update (after a previous run failed for some skills)

What happens:

  1. Re-runs the install script which re-downloads and overwrites all skills from the latest source.
  2. Detects that 2 of 50 skills failed to install and identifies them by name.
  3. Reports the failures and provides manual sync commands as a fallback.

Result: 48 skills installed successfully, with clear instructions to retry the installer and recover the 2 failed skills from the latest repo copy if needed.

Troubleshooting

ProblemCauseSolution
curl: command not foundcurl is not installedInstall curl via your package manager
Download failsNetwork or GitHub unreachableCheck connectivity; retry
Individual skills failPermissions issue in the agent's install or plugin directoryFix permissions on the target agent's install home, then re-run /update
Skills not available after installAgent session not restartedRestart your agent session
EACCES: permission deniedRestrictive permissions on the install targetFix permissions on the install target, then re-run /update

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

council

No summary provided by upstream source.

Repository SourceNeeds Review
1.5K-boshu2
Automation

swarm

No summary provided by upstream source.

Repository SourceNeeds Review
281-boshu2
Automation

bug-hunt

No summary provided by upstream source.

Repository SourceNeeds Review
259-boshu2
Automation

pre-mortem

No summary provided by upstream source.

Repository SourceNeeds Review
255-boshu2