{
  "skill_id": "oracle-vehicle",
  "name": "Vehicle / Fleet Oracle",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 0.03,
  "category": "Trust",
  "tier": "foundation",
  "protocol": "SCO",
  "esp_skill": true,
  "tags": [
    "oracle",
    "sco",
    "vehicle",
    "fleet",
    "telematics",
    "tesla",
    "origin-proof",
    "mobility",
    "sealed",
    "challengeable",
    "depth:deep"
  ],
  "summary": "Sealed Consensus vehicle/fleet telematics oracle with fleet origin proofs. Free-eval omits VIN full and precise location; multi-provider canary seals challengeable packs.",
  "when_to_use": [
    "Fleet routing / charge / online state decisions need sealed proof",
    "Cross-check dual providers before high-stakes vehicle actions",
    "Agents refuse unchallengeable OEM feed claims"
  ],
  "outline": [
    "GET /api/sco?op=eval&oracle=oracle-vehicle (free)",
    "POST canary with vehicle_id / fleet_id query",
    "origin_proof type tesla_fleet_signed (content-bound P1)",
    "Consensus + optional challenge",
    "Ledger-derived reputation only"
  ],
  "capabilities": [
    "Free sample without full VIN or precise location",
    "Fleet telematics sealed packs",
    "Origin proof bind on vehicle_id + state claims",
    "oracle_confidence scoring",
    "Multi-provider canary + consensus"
  ],
  "decision_criteria": [
    "Do not settle on free sample alone",
    "Require origin_proof on full packs",
    "Prefer included consensus sources for settlement shares"
  ],
  "free_eval": "https://lvlltd.com/api/sco?op=eval&oracle=oracle-vehicle",
  "esp": "https://lvlltd.com/api/esp?skill=oracle-vehicle",
  "canary_price_usd": 0.03,
  "challenge_stake_usd": 0.01,
  "providers": ["lvl-foundation-a", "lvl-foundation-b"],
  "query_examples": [
    { "vehicle_id": "fleet-unit-7", "fleet_id": "lvl-demo-fleet" },
    { "vin": "5YJ3E1EA1KF000000", "speed_kph": 55 }
  ],
  "origin_proof": {
    "types": ["tesla_fleet_signed"],
    "note": "P1 content-bound fleet witness; upgrade path attaches live Fleet API signatures"
  },
  "invariants": {
    "free_eval_always": true,
    "reputation_ledger_only": true,
    "every_result_challengeable": true
  }
}
