marketplace-audit

Extract plugin names and versions from marketplace.json into a table.

42|2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/robbyt/claude-skills --skill marketplace-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-audit
Source: https://github.com/robbyt/claude-skills/tree/main/.claude/skills/marketplace-audit
Command: npx skills add https://github.com/robbyt/claude-skills --skill marketplace-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Display marketplace plugin versions to help audit plugin state.

Core Features & Use Cases

  • Version listing: Show plugin names and versions from marketplace.json.
  • Cross-check: Compare marketplace versions with per-plugin version files.

Quick Start

jq '.plugins[] | {name, version}' .claude-plugin/marketplace.json

Frequently Asked Questions about marketplace-audit

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

FAQPage Schema
How do I check plugin versions in marketplace.json?

Audit plugin versions by reading marketplace.json to extract each plugin name and its current marketplace version. This Skill displays the results in a table, helping you verify which versions are deployed and identify any mismatches between your local plugins and the marketplace state.

What's the best way to list all marketplace plugin versions?

Use this Skill to display plugin names and versions from marketplace.json in a structured table format. It automates the extraction process so you can quickly assess the current state of all plugins without manually parsing the JSON file.

Can I compare marketplace versions with per-plugin version files?

Yes. This Skill reads marketplace.json and extracts plugin versions, which you can then cross-check against individual plugin version files to identify version discrepancies and ensure consistency across your plugin ecosystem.

When should I audit plugin marketplace versions?

Audit marketplace versions when you need to verify plugin state, validate deployments, troubleshoot version conflicts, or maintain an inventory of installed plugins. Regular audits help catch version drift and keep your plugin ecosystem aligned.

Do I need special tools to parse marketplace.json?

No special tools are required beyond basic JSON parsing. This Skill handles the extraction and formatting automatically, making it straightforward to audit versions without writing custom scripts or managing additional dependencies.