update▌
boshu2/agentops · updated Apr 8, 2026
Purpose: One command to pull the latest skills from the repo and install them globally across all agents.
/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:
- How many skills installed successfully
- Any failures and how to fix them
Examples
Routine skill update
User says: /update
What happens:
- Runs the install script to pull the latest skills from the repository and install them globally.
- Verifies the output confirms all skills installed with no failures.
- 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:
- Re-runs the install script which re-downloads and overwrites all skills from the latest source.
- Detects that 2 of 50 skills failed to install and identifies them by name.
- 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
| Problem | Cause | Solution |
|---|---|---|
curl: command not found |
curl is not installed | Install curl via your package manager |
| Download fails | Network or GitHub unreachable | Check connectivity; retry |
| Individual skills fail | Permissions issue in the agent's install or plugin directory | Fix permissions on the target agent's install home, then re-run /update |
| Skills not available after install | Agent session not restarted | Restart your agent session |
EACCES: permission denied |
Restrictive permissions on the install target | Fix permissions on the install target, then re-run /update |
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★66 reviews- ★★★★★Shikha Mishra· Dec 28, 2024
update has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★William Ramirez· Dec 28, 2024
Useful defaults in update — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Michael Khan· Dec 24, 2024
update reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Luis Ndlovu· Dec 24, 2024
Registry listing for update matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Harper Choi· Dec 24, 2024
Solid pick for teams standardizing on skills: update is focused, and the summary matches what you get after install.
- ★★★★★Daniel Diallo· Dec 8, 2024
We added update from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Valentina Torres· Dec 4, 2024
update is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Harper Gonzalez· Nov 27, 2024
Keeps context tight: update is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Rahul Santra· Nov 19, 2024
Solid pick for teams standardizing on skills: update is focused, and the summary matches what you get after install.
- ★★★★★Kofi Haddad· Nov 15, 2024
Registry listing for update matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 66