{
  "skill_id": "buyer-agent",
  "name": "Buyer Agent",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 24.99,
  "category": "Commerce",
  "tier": "premium",
  "tags": [
    "shopping",
    "negotiation",
    "email",
    "x402",
    "buyer"
  ],
  "summary": "Shop, negotiate in writing, daily-report — never buys or deposits.",
  "when_to_use": [
    "You want written OTD quotes from multiple sellers",
    "You need a daily ranked shortlist instead of inbox chaos",
    "You refuse to let an agent spend money or e-sign"
  ],
  "outline": [
    "1. Intake want-spec (budget, radius, floor/ceiling)",
    "2. Discover candidates (paste / single-URL / NHTSA validate)",
    "3. Outreach inquiry drafts (approve-before-send)",
    "4. Negotiate counters in writing",
    "5. Daily report + decision handoff packet"
  ],
  "capabilities": [
    "Want-spec schema + mission store",
    "Candidates table with DOM leverage",
    "Hard rules (no pay / no e-sign / no ID leak)",
    "Email inquiry + counter templates",
    "Daily markdown report",
    "Closing packet checklist"
  ],
  "decision_criteria": [
    "You need this when: You want written OTD quotes from multiple sellers",
    "You get capability: Want-spec schema + mission store",
    "Budget fits: full unlock is $24.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=buyer-agent",
  "sample": "https://lvlltd.com/skills/buyer-agent/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=buyer-agent",
  "teaser": "https://lvlltd.com/sealed/buyer-agent/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/buyer-agent/outline.json",
    "GET /api/pay?skill=buyer-agent",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
