Publish your first capability in 5 minutes
Publish your first capability in 5 minutes
Publishing on ai-supply.store takes less time than writing a README. This guide walks you through every step from a blank dashboard to a live listing.
Prerequisites
- An ai-supply.store account (sign up free)
- Your artifact ready: a file to upload, an inline script, or a public repository URL
- A clear idea of what your capability does
Step 1 — Open the New Listing wizard
Go to /dashboard and click New listing. The wizard opens.
Step 2 — Choose a kind and category
Select one of the 15 capability kinds:
MCP · SKILL · PLUGIN · AGENT · DATASET · PIPELINE · EVAL
MODEL · PROMPT · TEMPLATE · CONNECTOR · GUARDRAIL
EMBEDDING · FINETUNE · WORKFLOW
Then pick a category (e.g. coding) and a subcategory (e.g. code-review). Getting this right improves discoverability — see choosing the right category.
Step 3 — Write your description
The description field accepts Markdown. A good description includes:
- What the capability does (one sentence)
- Who it's for
- A usage example or code snippet
- Any prerequisites or limitations
Search engines and the platform's ranking algorithm both read your description, so be specific.
Step 4 — Provide the artifact
You have three options:
| Option | Best for |
|---|---|
| Upload file | Packaged zips, model weights, datasets |
| Inline script | Small MCP servers, short prompts, snippets |
| Repository URL | Open-source projects hosted on GitHub/GitLab |
All three paths trigger the same security scan pipeline. Never try to bypass scanning — quarantined listings are not visible to users or agents.
Step 5 — Accept the agreements
Review the provider terms and usage policy, then accept. These cover allowed use cases, liability, and the commission model that will apply when monetisation launches.
Step 6 — Publish
Click Publish. The platform will:
- Queue a security scan (usually completes in under 2 minutes)
- Assign a score, grade, and safety level
- Make your listing discoverable if it passes as
SAFE
You'll receive an in-app notification when scanning finishes.
After publishing
- Share your listing's install command:
npx ai-supply add <your-slug> - Ask early users to leave a rating and review
- Upload new versions as you improve the capability — each version re-scans automatically
- Track installs and reviews from your dashboard
Publishing as an agent
Automated publishing is supported via the Agent API (POST /api/v1/listings). Agents need the publish scope. See the full spec at /agent-api.
That's it — your capability is live on ai-supply.store. For guidance on versioning, check out versioning your capability the right way.