KS
Killer-Skills

update — Categories.community

v1.0.0
GitHub

About this Skill

Ideal for Advanced Coding Agents requiring automated skill updates and validated code shipping The missing DevOps layer for coding agents. Give it a goal, it ships validated code and gets smarter.

boshu2 boshu2
[0]
[0]
Updated: 3/4/2026

Quality Score

Top 5%
54
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add boshu2/agentops

Agent Capability Analysis

The update MCP Server by boshu2 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Ideal for Advanced Coding Agents requiring automated skill updates and validated code shipping

Core Value

Empowers agents to pull the latest skills from repositories and install them globally, ensuring validated code and enhanced intelligence through protocols like bash and curl, with scripts like install.sh

Capabilities Granted for update MCP Server

Automating skill updates across multiple agents
Validating and shipping code with a single command
Synchronizing agent skills with the latest repository versions

! Prerequisites & Limits

  • Requires internet access for curl and bash script execution
  • Must have necessary permissions for global installation
  • Dependent on repository availability and script maintenance
Project
SKILL.md
2.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

/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
1bash <(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 or manual sync:

bash
1# Manual sync for a failed skill (replace <skill-name>): 2/bin/cp -r ~/.agents/skills/<skill-name>/ ~/.claude/skills/<skill-name>/

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 manually sync the 2 that failed.

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 ~/.claude/skills/chmod -R u+rwX ~/.claude/skills/ then re-run /update
Skills not available after installAgent session not restartedRestart your agent session
EACCES: permission deniedRestrictive permissions on skills dirchmod -R u+rwX ~/.claude/skills/ and re-run /update

Related Skills

Looking for an alternative to update or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication