# Update Plugins

> Update all installed plugin marketplaces and their plugins concurrently. Use when the user asks to update plugins, check for updates, or refresh their plugin installations.

- **Type:** Skill
- **Install:** `agentstack add skill-necturalabs-agentskills-update-plugins`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [NecturaLabs](https://agentstack.voostack.com/s/necturalabs)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [NecturaLabs](https://github.com/NecturaLabs)
- **Source:** https://github.com/NecturaLabs/AgentSkills/tree/main/skills/update-plugins

## Install

```sh
agentstack add skill-necturalabs-agentskills-update-plugins
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Update Plugins

Update all installed plugin marketplaces concurrently, then reinstall plugins that have newer versions available.

## Procedure

### Step 1: Discover Installed Marketplaces

Run `claude plugin marketplace list` to get all registered marketplaces. Parse the output to extract marketplace names.

### Step 2: Update All Marketplaces Concurrently

Use the `superpowers:dispatching-parallel-agents` pattern — launch one subagent per marketplace, each running:

```
claude plugin marketplace update 
```

All agents run in parallel. Collect results from each.

### Step 3: Update Installed Plugins

After marketplace updates complete, run `claude plugin list` to see installed plugins. For each installed plugin, update it:

```
claude plugin update @
```

Run these concurrently as well. This uses version comparison — plugins already at the latest version are skipped.

### Step 4: Report Results

Present a summary table:

| Marketplace | Status |
|-------------|--------|
| name | Updated / Already up to date / Failed: reason |

| Plugin | Version | Status |
|--------|---------|--------|
| name@marketplace | vX.Y.Z | Updated / Already current / Failed: reason |

## Error Handling

- If a marketplace update fails, report it but continue with the others
- If a plugin reinstall fails, report it but continue with the others
- Never abort the entire operation due to a single failure

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [NecturaLabs](https://github.com/NecturaLabs)
- **Source:** [NecturaLabs/AgentSkills](https://github.com/NecturaLabs/AgentSkills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-necturalabs-agentskills-update-plugins
- Seller: https://agentstack.voostack.com/s/necturalabs
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
