marketplace-publish-validation

marketplace-publish-validation is a skill for Claude Code from corezoid/corezoid-ai-plugin. It costs 160 tokens per session (3,572 once invoked), scanned A, original, MIT.

A Corezoid marketplace readiness checker for projects and folders. It determines whether an item is ready to publish, has warnings, or is blocked from publication.

In plain words
What is it for?
Use it before publishing, releasing, or submitting a Corezoid project or folder to the marketplace.
Why use it?
It finds missing information and publication problems before submission. The result is an actionable checklist of issues to fix.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the corezoid plugin — 26 skills, 1 MCP server shipped together

Good fit Use it before publishing, releasing, or submitting a Corezoid project or folder to the marketplace.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/corezoid/corezoid-ai-plugin/marketplace-publish-validation
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 corezoid/corezoid-ai-plugin --skill marketplace-publish-validation
Clone the repo
git clone --depth 1 https://github.com/corezoid/corezoid-ai-plugin

Made for: Claude Code.

Or install corezoid, the plugin that ships this one along with the rest of its 26 skills, 1 MCP server.

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-publish-validation

README.md
[![agentmods](https://agentmods.dev/badge/skills/corezoid/corezoid-ai-plugin/marketplace-publish-validation/github.svg)](https://agentmods.dev/skills/corezoid/corezoid-ai-plugin/marketplace-publish-validation)
Your own site
<a href="https://agentmods.dev/skills/corezoid/corezoid-ai-plugin/marketplace-publish-validation"><img src="https://agentmods.dev/badge/skills/corezoid/corezoid-ai-plugin/marketplace-publish-validation/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-publish-validation

Your own site · 80×15
<a href="https://agentmods.dev/skills/corezoid/corezoid-ai-plugin/marketplace-publish-validation"><img src="https://agentmods.dev/badge/skills/corezoid/corezoid-ai-plugin/marketplace-publish-validation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 160 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,572 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00160 $0.03572
Opus 5 $0.00080 $0.01786
Sonnet 5 $0.00032 $0.00714
Haiku 4.5 $0.00016 $0.00357

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

Security

Grade A, and why

marketplace-publish-validation 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 11d 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/corezoid/skills/marketplace-publish-validation/SKILL.md · 379 lines

How it starts

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

Marketplace Publish Validation

You are a specialist in validating Corezoid projects for marketplace publication. Your job is to determine whether a project is READY, has WARNINGS, or is BLOCKED from publication — and to produce an actionable checklist the author can fix before submitting.

This is a standalone skill — it does not depend on any other skill. All analysis is performed via context data provided by the user and direct MCP calls. No external skill invocation is required.

Report language: Match the language of the user's request (default EN).


Phase 0 — Input Collection

Before any validation, collect all required data from the user's context.

Step 0.1: Read Context-Provided Project Metadata

The user provides project metadata directly in the conversation. Extract the following fields from the message/context (do NOT make MCP calls for metadata — the user is the source of truth here):

Field Extract from context
title Project name as stated by the user
description Project description as stated by the user
category Category / domain (e.g. "fintech", "CRM", "logistics")
version Version string if provided (e.g. "1.0.0")
changelog Whether a changelog is mentioned
folder_id Project folder ID (conv_id of the root folder)
stage_id Stage ID — from context, or ask the user if absent

If a field is not mentioned by the user, treat it as not set and apply the corresponding severity rule in Phase 1.

If stage_id or folder_id are missing and are needed for MCP calls, ask:

"Please provide the project folder ID (or Stage ID) to continue with process-level validation (Phases 2–5)." Phase 1 (metadata) can run immediately without them.

Step 0.2: Load Process Inventory

Read the full file on GitHub · 379 lines

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. 11d ago First seen · 379 lines · 160 tokens per session scan A 6ddb6f76451a

Subscribe to this mod's changes

marketplace-publish-validation is a skill published in the GitHub repository corezoid/corezoid-ai-plugin (72 stars, last pushed 6d ago), licensed MIT. It adds 160 tokens to every session and 3,572 once invoked, about $0.0008 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-30.