{
  "skill_id": "oracle-critic-consensus",
  "name": "Critic / Consensus Oracle",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 0.02,
  "category": "Trust",
  "tier": "foundation",
  "tags": [
    "oracle",
    "sco",
    "critic",
    "consensus",
    "recursive",
    "judge",
    "esp",
    "x402",
    "depth:deep",
    "depth:outline_only",
    "demoted-default"
  ],
  "summary": "Recursive ESP critic: aggregates sealed oracle packs, detects disagreement, emits higher-confidence consensus pack with settlement allocation.",
  "when_to_use": [
    "After multi-source canary, need single sealed consensus",
    "Detect outliers and allocate settlement shares",
    "Recursive judge over independent sealed results"
  ],
  "outline": [
    "Free eval: method, min_sources, agreement_threshold",
    "Require input sealed pack cids",
    "POST /api/sco {op:consensus, input_cids:[...]}",
    "Receive sealed consensus + settlement_allocation"
  ],
  "capabilities": [
    "Hash-equality / weighted-median / majority",
    "Outlier exclusion",
    "Proportional settlement_allocation",
    "Recursive challengeable consensus packs"
  ],
  "decision_criteria": [
    "You need this when: After multi-source canary, need single sealed consensus",
    "You get capability: Hash-equality / weighted-median / majority",
    "Budget fits: full unlock is $0.02 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=oracle-critic-consensus",
  "sample": "https://lvlltd.com/skills/oracle-critic-consensus/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=oracle-critic-consensus",
  "teaser": "https://lvlltd.com/sealed/oracle-critic-consensus/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/oracle-critic-consensus/outline.json",
    "GET /api/pay?skill=oracle-critic-consensus",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
