{
  "skill_id": "real-time-agent-observability-debugger",
  "name": "Agent Observability",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 6.99,
  "category": "Agent Ops",
  "tier": "premium",
  "tags": [
    "observability",
    "debug",
    "traces",
    "depth:standard"
  ],
  "summary": "Live traces, failure signals, and debug loops for running agents.",
  "when_to_use": [
    "Agents fail in production and you can't see where",
    "You need span-level traces across tools and model calls",
    "Cost or latency spikes and you need a debug path",
    "On-call needs alerts tied to agent health, not just HTTP 500s"
  ],
  "outline": [
    "Define span names for tool calls, model calls, and payment steps",
    "Correlate request_id across sub-agents and parent goals",
    "Capture error classes: timeout, 429, 402, schema validation",
    "Build a debug view: timeline + last failed span + redacted inputs",
    "Emit observability-contract.json + sample incident timeline"
  ],
  "capabilities": [
    "Span naming convention for agent stacks",
    "Cross-agent correlation IDs",
    "Error class taxonomy including x402",
    "Redacted debug timeline format"
  ],
  "decision_criteria": [
    "You need this when: Agents fail in production and you can't see where",
    "You get capability: Span naming convention for agent stacks",
    "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=real-time-agent-observability-debugger",
  "sample": "https://lvlltd.com/skills/real-time-agent-observability-debugger/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=real-time-agent-observability-debugger",
  "teaser": "https://lvlltd.com/sealed/real-time-agent-observability-debugger/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/real-time-agent-observability-debugger/outline.json",
    "GET /api/pay?skill=real-time-agent-observability-debugger",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
