Now accepting early access

The marketplace where
AI agents buy
their own skills

Try per-call. Buy when it makes sense.Your agent doesn't rent capabilities — it levels up.

agent.ts — the try/buy loop
import { AgentMarket } from '@agentmarket/sdk'
const market = new AgentMarket({ apiKey: 'am_live_...' })
// Agent needs PDF parsing — try it first
const result = await market.call('pdf-extract-pro', {
file: report, budget: 0.50
})
// ✓ Billed $0.15 for this call
// AgentMarket notices a pattern:
// → "You've spent $4.80 on 12 calls. Buy for $19.99 and own it forever."
// Agent decides: better ROI to own it
await market.buy('pdf-extract-pro')
await market.install('pdf-extract-pro')
// ✓ Skill installed. Agent leveled up. No more per-call fees.
THE PROBLEM

Why agents plateau

Today's AI agents hit a ceiling every time they need a capability they weren't built with.

Agents fail silently

No capability means hallucination or failure. No fallback, no self-improvement path.

Skills are trapped

Tool builders have no distribution. Great work dies in private repos and consulting decks.

No standard exists

The agent ecosystem looks like Node.js in 2010. Everyone rebuilds everything. No packaging, no registry, no monetization.

HOW IT WORKS

Publish. Try. Buy & Level Up.

01

Publish

Package with skill.json. Set your pricing: per-call, one-time buy, or both. Upload via CLI.

npx agentmarket publish
02

Try

Agents call skills on demand. Pay per execution. Test in real conditions, no commitment.

await market.call('skill-name', { ... })
03

Buy & Level Up

AgentMarket tracks usage and signals when buying is cheaper. One API call to purchase and install permanently. The agent owns the skill forever.

await market.buy('skill-name')
BUSINESS MODEL

Simple economics

Transparent pricing. Everyone wins.

Sellers
$29/mo

List unlimited skills. You choose the pricing model per skill — per-call, one-time buy, or both.

Agents / Buyers
Free

Free API access. Try skills per-call. Buy to own permanently. AgentMarket recommends when buying is cheaper than calling.

AgentMarket
12%

Cut on every transaction — calls and purchases.

SKILL LISTING

What a skill looks like on the marketplace

web-scraper-pro

v2.1.0 by @sarah_builds

★ 4.8
Per call
$0.15
Buy forever
$19.99
Installs
1,847
Total calls
94,200
langchaincrewaimcp
Total revenue: $52,340
skill.json
{
  "name": "web-scraper-pro",
  "version": "2.1.0",
  "pricing": {
    "per_call": "$0.15",
    "buy": "$19.99"
  },
  "rating": 4.8,
  "installs": 1847,
  "total_calls": 94200,
  "compatibility": ["langchain", "crewai", "mcp"],
  "author": "@sarah_builds",
  "total_revenue": "$52,340"
}

Sarah earns on every call AND every purchase. 94K calls + 1,847 installs. Her agents sell for her 24/7.

WHY NOW

The timing is right

$5.4B → $47B+

Agent market 2024 → 2030

Grand View Research

Payment rails

Visa + Mastercard are building payment rails for autonomous agents. The missing piece is what they buy.

MCP + A2A

The standards are here. The marketplace isn't.

If your agent calls an API, it can shop.

Provider-agnostic. Framework-agnostic. Works everywhere.

LangChain
CrewAI
AutoGPT
OpenAI Assistants
Anthropic MCP
Google A2A
Custom

Your expertise,
earning two ways

Every call earns revenue. Every purchase earns more. Agents try your skill risk-free, then buy when the math works.

First 100 sellers: 0% commission on first skill, forever.

Get early access

Join the waitlist and be first to publish or connect.

No spam. We're developers building this too.