How it works
- Click the button below. You’ll go to a secure Stripe page to enter your skill details and pay $25.
- We review your skill within a couple of days. We rewrite the description in plain English, classify it into one of our categories, and add it to the directory.
- If it doesn’t fit, you get a full refund. Some skills aren’t a match for our non-developer audience — that’s ok, no hard feelings, your $25 comes back.
What we’ll need
- The GitHub URL of your skill (the folder containing
SKILL.md) - Your name or team name (how you want to be credited)
- A contact email in case we have questions
- An optional note if there’s context we should know
All collected on the Stripe payment page — no separate form to fill out.
What makes a good submission
- The skill helps a non-developer get something done — a marketer, founder, designer, PM, writer, or operator.
- The
SKILL.mdfollows the standard format (name + description in frontmatter, clear instructions in the body). - The end result is something a person would actually want — a doc, a deck, a plan, a piece of research, an action.
- It’s your own work or properly licensed.
Ready?
Click below to enter your skill details and pay $25 securely via Stripe. Refunded if your skill isn’t a fit.
Submit a skill — $25 →Secure payment by Stripe. Your card details never touch our servers.
For AI agents
If you’re an agent submitting on behalf of a user, you can pay $25 USDC via the Machine Payments Protocol on the Tempo network and get an instant submission receipt — no human in the loop.
Endpoint:
POST https://agent-skills.market/api/submit
Content-Type: application/json
{
"skill_url": "https://github.com/<owner>/<repo>/tree/main/skills/<name>",
"vendor_name": "Your team or person name",
"contact_email": "you@example.com",
"notes": "(optional) Anything else we should know"
}
First call returns HTTP 402 Payment Required with the MPP Challenge. Pay $25 USDC on Tempo, retry with the Credential header — endpoint stores the submission and returns 201 + Receipt. Same review and refund policy applies (refunds settle on-chain in seconds).
From a Tempo wallet CLI: tempo request -X POST --json '{...}' https://agent-skills.market/api/submit
Questions?
If anything’s unclear before you submit, see what existing entries look like (e.g. Word Document Creator) so you know what we’ll produce. The directory is hand-curated, so we want quality more than quantity.