tools-marketplace-inventory

Scan marketplace components and generate TOON or JSON inventory reports.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill tools-marketplace-inventory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tools-marketplace-inventory
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/pm-plugin-development/skills/tools-marketplace-inventory
Command: npx skills add https://github.com/cuioss/plan-marshall --skill tools-marketplace-inventory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Scans the marketplace inventory to provide a complete view of bundles, agents, commands, skills, and scripts, enabling auditing and planning.

Core Features & Use Cases

  • Scans marketplace/bundles to enumerate all components and their relationships.
  • Generates a structured inventory in TOON or JSON formats for downstream tooling.
  • Supports filtering by scope, bundles, and resource types for targeted reports.

Quick Start

Run the marketplace inventory scanner to generate a full inventory report for the marketplace.

Frequently Asked Questions about tools-marketplace-inventory

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

FAQPage Schema
How do I generate a complete inventory of marketplace components for auditing?

To generate a complete inventory of marketplace components, you can scan local marketplace structures and plugin caches. This process enumerates all bundles, agents, commands, skills, and scripts, outputting a structured TOON or JSON report for downstream auditing and automation pipelines.

What is the best way to detect dependencies and script notations across a marketplace repository?

The best way to detect dependencies and script notations is using a scanner that applies frontmatter parsing and dependency detection. It identifies script notations, skill references, imports, relative paths, and implements, providing a structured inventory for analysis.

Can I filter marketplace inventory reports by specific bundles or resource types?

Yes, you can filter marketplace inventory reports by specific scopes, bundles, and resource types. This allows you to generate targeted reports focusing on particular components like commands, skills, or scripts rather than the entire repository.

Does the inventory scanner support JSON output format for automation pipelines?

Yes, the inventory scanner supports JSON output format for automation pipelines. It generates structured JSON or TOON inventory files detailing all marketplace components, enabling seamless integration with downstream automation and dependency analysis tools.

When do I need to scan plugin caches for marketplace component relationships?

You need to scan plugin caches when auditing installed components or analyzing dependencies across local marketplace structures. This identifies relationships between bundles, agents, commands, skills, and scripts to support reporting and dependency analysis.

Why use TOON format for reporting marketplace inventory instead of standard JSON?

TOON format provides a structured inventory representation optimized for marketplace components. Both TOON and JSON outputs are supported, allowing you to choose the format that best integrates with your specific automation pipelines and downstream tooling requirements.