{
  "skill_id": "agent-skill-onboarding-runbook",
  "name": "Agent Skill Onboarding Runbook",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 4.99,
  "category": "Onboarding",
  "tier": "standard",
  "tags": [
    "onboarding",
    "install",
    "skills",
    "ops",
    "x402"
  ],
  "summary": "First-hour checklist after unlocking a sealed agent skill pack.",
  "when_to_use": [
    "Just unlocked a skill and need a safe install path",
    "Operators hand skills to junior agents",
    "Reducing “bought but never used” waste"
  ],
  "outline": [
    "Unpack sealed files; verify integrity if hash available",
    "Map required secrets and tools; refuse prod if missing",
    "Run dry-run eval cases shipped in pack or sample.md",
    "Set kill criteria (cost, error rate) before live traffic",
    "Emit onboarded.json status for fleet inventory"
  ],
  "capabilities": [
    "Install checklist with refuse-prod gates",
    "Dry-run eval harness outline",
    "Kill criteria before live",
    "Fleet inventory status object"
  ],
  "decision_criteria": [
    "You need this when: Just unlocked a skill and need a safe install path",
    "You get capability: Install checklist with refuse-prod gates",
    "Budget fits: full unlock is $4.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=agent-skill-onboarding-runbook",
  "sample": "https://lvlltd.com/skills/agent-skill-onboarding-runbook/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=agent-skill-onboarding-runbook",
  "teaser": "https://lvlltd.com/sealed/agent-skill-onboarding-runbook/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/agent-skill-onboarding-runbook/outline.json",
    "GET /api/pay?skill=agent-skill-onboarding-runbook",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
