marketplace-management

marketplace-management is a skill for Claude Code, Codex from gabonio/agent-operator-toolkit. It costs 74 tokens per session (664 once invoked), scanned A, original, MIT.

A toolkit for creating, updating, checking, and releasing add-ons for Codex, Claude Code, and Gemini CLI. It also maintains the marketplace records and manifests that describe those add-ons.

In plain words
What is it for?
Use it to scaffold a new marketplace plugin, update an existing one, validate metadata and assets, synchronize registries, and prepare an authorized release.
Why use it?
Marketplace metadata can become inconsistent or contain invalid paths and missing files. This toolkit helps keep an add-on's package, registry entries, and supported CLI manifests aligned.

Skill for Claude CodeCodex

Written for Claude Code and Codex: Claude Code plugin machinery, but also agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex; mentions Gemini CLI.

Part of the marketplace-management plugin — 1 skill shipped together

Good fit Use it to scaffold a new marketplace plugin, update an existing one, validate metadata and assets, synchronize registries, and prepare an authorized release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gabonio/agent-operator-toolkit/marketplace-management
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add gabonio/agent-operator-toolkit --skill marketplace-management
Clone the repo
git clone --depth 1 https://github.com/gabonio/agent-operator-toolkit

Made for: Claude Code, Codex.

Or install marketplace-management, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for marketplace-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/gabonio/agent-operator-toolkit/marketplace-management/github.svg)](https://agentmods.dev/skills/gabonio/agent-operator-toolkit/marketplace-management)
Your own site
<a href="https://agentmods.dev/skills/gabonio/agent-operator-toolkit/marketplace-management"><img src="https://agentmods.dev/badge/skills/gabonio/agent-operator-toolkit/marketplace-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for marketplace-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/gabonio/agent-operator-toolkit/marketplace-management"><img src="https://agentmods.dev/badge/skills/gabonio/agent-operator-toolkit/marketplace-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 664 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.00664
Opus 5 $0.00037 $0.00332
Sonnet 5 $0.00015 $0.00133
Haiku 4.5 $0.00007 $0.00066

Measured 9d ago against content hash 625ae4b2aa17, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

marketplace-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/marketplace-management/skills/marketplace-management/SKILL.md · 50 lines

How it starts

The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Marketplace Management

Treat marketplace registries, plugin manifests, and the Gemini extension manifest as an integrity boundary. Read repository instructions and the target plugin before changing them.

Classify the task

  • Add plugin: scaffold a self-contained plugins/<name>/ root and append registry entries.
  • Update plugin: change the owning plugin, bump its version, and synchronize shared metadata.
  • Validate: remain read-only and report drift, malformed metadata, unsafe paths, or missing assets.
  • Release: regenerate when supported, validate, review the complete diff, and publish only authorized changes.
  • Setup problem: route user installation and discovery issues to an available setup or doctor skill.

Add or update a plugin

  1. Discover the marketplace root and read its contributor instructions.
  2. Prefer an available plugin scaffolder over hand-creating schema-sensitive manifests.
  3. Keep the outer directory and manifest name identical, lowercase, and hyphenated.
  4. Keep plugin content self-contained. Use relative paths beginning with ./ and do not depend on sibling checkouts or machine-specific locations.
  5. Maintain .claude-plugin/plugin.json and .codex-plugin/plugin.json. Shared identity fields must agree; Codex-only interface fields stay in the Codex manifest.
  6. Append matching entries to both marketplace registries without reordering or replacing unrelated plugins.
  7. Include explicit Codex installation, authentication, and category policy.
  8. Validate each SKILL.md, the plugin manifest, the marketplace registries, and referenced assets.
  9. Keep Gemini's root skills/ entrypoints and TOML commands synchronized with their authoritative plugin skills.

Release discipline

  1. Use semantic versioning and never publish changed plugin or extension content under an existing version.
  2. If the repository has a generator, edit its declared source of truth and regenerate; do not hand-edit generated outputs.
  3. Run the repository's strict check—./scripts/check in Agent Operator—then inspect Git status for generated drift and unrelated changes.
  4. Confirm install and update documentation matches the current marketplace name and repository URL.
  5. Do not install, stage, commit, push, or publish unless the user authorized that action.

Read the full file on GitHub · 50 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 50 lines · 74 tokens per session scan A 625ae4b2aa17

Subscribe to this mod's changes

marketplace-management is a skill published in the GitHub repository gabonio/agent-operator-toolkit (1 stars, last pushed 1mo ago), licensed MIT. It adds 74 tokens to every session and 664 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.