{
  "skill_id": "multi-skill-bundle-pricer",
  "name": "Multi-Skill Bundle Pricer",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 4.99,
  "category": "Commerce",
  "tier": "standard",
  "tags": [
    "pricing",
    "bundles",
    "catalog",
    "commerce",
    "x402"
  ],
  "summary": "Price skill bundles without cannibalizing single-skill sales.",
  "when_to_use": [
    "Designing a 3-skill starter pack",
    "Networking shelf needs a $19–29 bundle",
    "Worried bundles undercut $4.99 singles"
  ],
  "outline": [
    "List component list prices and contribution margins",
    "Pick anchor (highest willingness) vs filler (habit formers)",
    "Set bundle discount band (e.g. 15–30%) with floor margin",
    "Define anti-cannibal rules: no bundle if buyer only needs one micro-skill",
    "Emit bundle-card.json + pricing sheet"
  ],
  "capabilities": [
    "Component margin table",
    "Anchor/filler role assignment",
    "Discount band with floor",
    "Anti-cannibal eligibility rules"
  ],
  "decision_criteria": [
    "You need this when: Designing a 3-skill starter pack",
    "You get capability: Component margin table",
    "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=multi-skill-bundle-pricer",
  "sample": "https://lvlltd.com/skills/multi-skill-bundle-pricer/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=multi-skill-bundle-pricer",
  "teaser": "https://lvlltd.com/sealed/multi-skill-bundle-pricer/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/multi-skill-bundle-pricer/outline.json",
    "GET /api/pay?skill=multi-skill-bundle-pricer",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
