{
  "skill_id": "onchain-refund-dispute-playbook",
  "name": "On-Chain Refund & Dispute Playbook",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 6.99,
  "category": "Commerce",
  "tier": "premium",
  "tags": [
    "refunds",
    "disputes",
    "x402",
    "commerce",
    "premium"
  ],
  "summary": "Handle buyer disputes when there is no card chargeback—only chain facts.",
  "when_to_use": [
    "Buyer claims unlock empty but tx exists",
    "Need goodwill policy without training refund abuse",
    "Writing public dispute FAQ for a skill market"
  ],
  "outline": [
    "Collect chain evidence: txHash, amount, payTo, skill_id, unlock logs",
    "Classify: never paid / paid-unlocked / paid-not-unlocked / content dispute",
    "Apply policy: technical re-redeem first; goodwill only with caps",
    "If refunding, record clawback on ledger period",
    "Emit dispute-case.md + customer timeline"
  ],
  "capabilities": [
    "Evidence checklist for chain sales",
    "Dispute classification tree",
    "Goodwill refund caps",
    "Ledger clawback notes"
  ],
  "decision_criteria": [
    "You need this when: Buyer claims unlock empty but tx exists",
    "You get capability: Evidence checklist for chain sales",
    "Budget fits: full unlock is $6.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=onchain-refund-dispute-playbook",
  "sample": "https://lvlltd.com/skills/onchain-refund-dispute-playbook/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=onchain-refund-dispute-playbook",
  "teaser": "https://lvlltd.com/sealed/onchain-refund-dispute-playbook/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/onchain-refund-dispute-playbook/outline.json",
    "GET /api/pay?skill=onchain-refund-dispute-playbook",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
