{
  "skill_id": "aie-inference-refund-verifier",
  "name": "Inference Refund Verifier Agent",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 0.05,
  "category": "Trust",
  "tier": "starter",
  "tags": [
    "aie",
    "catalog-agent",
    "x402",
    "verify",
    "2.10",
    "depth:outline_only",
    "demoted-default"
  ],
  "summary": "Verify inference outputs and gate partial/full refunds.",
  "when_to_use": [
    "See summary; use when the capability matches your agent goal"
  ],
  "outline": [
    "Define refundable failure classes (empty, schema fail, timeout)",
    "Verify outputs against acceptance checks before refund gate",
    "Partial vs full refund rules with evidence pointers",
    "Write refund eligibility judge decision log",
    "Emit refund-policy.md + decision examples"
  ],
  "capabilities": [
    "refundable failure classes (empty, schema fail, timeout)",
    "outputs against acceptance checks before refund gate",
    "Partial vs full refund rules with evidence pointers",
    "refund eligibility judge decision log"
  ],
  "decision_criteria": [
    "You get capability: refundable failure classes (empty, schema fail, timeout)",
    "Budget fits: full unlock is $0.05 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=aie-inference-refund-verifier",
  "sample": "https://lvlltd.com/skills/aie-inference-refund-verifier/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=aie-inference-refund-verifier",
  "teaser": "https://lvlltd.com/sealed/aie-inference-refund-verifier/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/aie-inference-refund-verifier/outline.json",
    "GET /api/pay?skill=aie-inference-refund-verifier",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
