{
  "skill_id": "subscription-to-x402-migration-kit",
  "name": "Subscription-to-x402 Migration Kit",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 8.99,
  "category": "Commerce",
  "tier": "premium",
  "tags": [
    "x402",
    "migration",
    "billing",
    "commerce",
    "premium"
  ],
  "summary": "Move a recurring product onto pay-per-unlock rails without losing regulars.",
  "when_to_use": [
    "SaaS wants agent-native micropay for features",
    "Cutting card processor fees for digital goods",
    "Need dual-run for one billing cycle"
  ],
  "outline": [
    "Inventory subscription entitlements and usage events",
    "Map each entitlement to skill packs or metered unlocks",
    "Design grandfather price and end date for legacy seats",
    "Dual-run: accept card + x402; compare revenue and support load",
    "Cutover checklist with rollback if unlock failures spike"
  ],
  "capabilities": [
    "Entitlement → unlock mapping",
    "Grandfather policy template",
    "Dual-run metrics",
    "Cutover/rollback checklist"
  ],
  "decision_criteria": [
    "You need this when: SaaS wants agent-native micropay for features",
    "You get capability: Entitlement → unlock mapping",
    "Budget fits: full unlock is $8.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=subscription-to-x402-migration-kit",
  "sample": "https://lvlltd.com/skills/subscription-to-x402-migration-kit/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=subscription-to-x402-migration-kit",
  "teaser": "https://lvlltd.com/sealed/subscription-to-x402-migration-kit/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/subscription-to-x402-migration-kit/outline.json",
    "GET /api/pay?skill=subscription-to-x402-migration-kit",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
