plugin-updater

Update third-party Claude marketplace plugins automatically at session start.

56|5|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/diegomarino/claude-toolshed --skill plugin-updater
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plugin-updater
Source: https://github.com/diegomarino/claude-toolshed/tree/main/plugins/plugin-updater/skills/plugin-updater
Command: npx skills add https://github.com/diegomarino/claude-toolshed --skill plugin-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of updating third-party plugins installed in your Claude environment, ensuring you always have the latest features and security patches without manual intervention.

Core Features & Use Cases

  • Automatic Updates: Plugins are checked and updated automatically on session start.
  • Manual Update Trigger: You can force an immediate update of all plugins.
  • Status Dashboard: View the health and update status of all installed plugins and marketplaces.
  • Use Case: Ensure your development tools and productivity plugins are always current by simply starting your Claude session.

Quick Start

Run /plugin-updater to force an immediate update of all your third-party plugins.

Frequently Asked Questions about plugin-updater

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically update third-party marketplace plugins for Claude?▼

You can automatically update third-party marketplace plugins for Claude by using a skill that checks local and remote repository versions upon session start. This ensures your environment has the latest features and security patches without manual intervention.

How do I check the update status of installed Claude plugins?▼

To check the update status of installed Claude plugins, you can generate a status dashboard. This dashboard displays the health and update availability of all installed plugins and marketplaces by comparing local and remote repository versions.

Can I force an immediate update of all my Claude plugins?▼

Yes, you can force an immediate update of all your Claude plugins. By triggering a manual update command, the system executes bash scripts to check against remote repositories and pull the latest versions for your installed third-party plugins.

What is the best way to manage plugin versions in a Claude environment?▼

The best way to manage plugin versions in a Claude environment is to automate version control checks against local and remote repositories. This process ensures your third-party marketplace plugins are always current and reduces manual maintenance overhead.

Do I need bash scripts to automate Claude plugin updates?▼

Yes, bash scripts are required to automate Claude plugin updates. The automation relies on bash scripts for execution to compare local and remote repository versions and apply updates for third-party marketplace plugins.