{
  "skill_id": "aie-cache-retrieval-billing",
  "name": "Cache Pay-Per-Retrieval Agent",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 0.03,
  "category": "Finance",
  "tier": "starter",
  "tags": [
    "aie",
    "catalog-agent",
    "x402",
    "pay",
    "2.5",
    "depth:outline_only",
    "demoted-default"
  ],
  "summary": "Bill cache hits/misses with pay-per-retrieval micropayments.",
  "when_to_use": [
    "See summary; use when the capability matches your agent goal"
  ],
  "outline": [
    "Classify cache hit vs miss with stable cache keys",
    "Price hits cheaper than full retrieval/inference",
    "Settle micropay only on billable retrievals",
    "Prevent cache poisoning from unpaid callers",
    "Emit cache-bill policy + sample receipts"
  ],
  "capabilities": [
    "cache hit vs miss with stable cache keys",
    "Price hits cheaper than full retrieval/inference",
    "micropay only on billable retrievals",
    "cache poisoning from unpaid callers"
  ],
  "decision_criteria": [
    "You get capability: cache hit vs miss with stable cache keys",
    "Budget fits: full unlock is $0.03 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-cache-retrieval-billing",
  "sample": "https://lvlltd.com/skills/aie-cache-retrieval-billing/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=aie-cache-retrieval-billing",
  "teaser": "https://lvlltd.com/sealed/aie-cache-retrieval-billing/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/aie-cache-retrieval-billing/outline.json",
    "GET /api/pay?skill=aie-cache-retrieval-billing",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
