{
  "skill_id": "agent-marketplace-infrastructure",
  "name": "Marketplace Infrastructure",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 5.99,
  "category": "Economy",
  "tier": "standard",
  "tags": [
    "market",
    "listings",
    "settlement",
    "template-outline"
  ],
  "summary": "Listings, discovery, licensing, and settlement rails for agent skills.",
  "when_to_use": [
    "You're defining how skills are listed, priced, and discovered",
    "You need licensing rules (per-call, unlock, seat) before coding payment",
    "Settlement rails (x402, USDC, receipts) must map cleanly to unlocks",
    "You're cleaning a messy catalog into a machine-readable inventory"
  ],
  "outline": [
    "1. Clarify goal and constraints for Marketplace Infrastructure",
    "2. Gather inputs (data, context, prior artifacts)",
    "3. Apply skill method step-by-step",
    "4. Produce structured outputs and quality check",
    "5. Hand off next owner + done_when criteria"
  ],
  "capabilities": [
    "Execute Marketplace Infrastructure workflows end-to-end",
    "Listings, discovery, licensing, and settlement rails for agent skills",
    "Structure decisions with explicit assumptions",
    "Produce machine- and human-readable outputs",
    "Marketplace economics",
    "Agent commerce loops"
  ],
  "decision_criteria": [
    "You need this when: You're defining how skills are listed, priced, and discovered",
    "You get capability: Execute Marketplace Infrastructure workflows end-to-end",
    "Budget fits: full unlock is $5.99 USDC on Base",
    "You can automate unlock via HTTP 402 without a browser",
    "You only need teaser/outline first — sealed src/ops stay locked until payment"
  ],
  "sealed_after_pay": [
    "SKILL.md (teaser public)",
    "agent-install.json (public meta)",
    "src/index.js (stub public; full after unlock)",
    "Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT"
  ],
  "challenge": "https://lvlltd.com/api/pay?skill=agent-marketplace-infrastructure",
  "sample": "https://lvlltd.com/skills/agent-marketplace-infrastructure/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=agent-marketplace-infrastructure",
  "teaser": "https://lvlltd.com/sealed/agent-marketplace-infrastructure/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/agent-marketplace-infrastructure/outline.json",
    "GET /api/pay?skill=agent-marketplace-infrastructure",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
