{
  "skill_id": "gf-pc-b2b-quote-pack-builder",
  "name": "B2B Quote Pack Builder",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 6.49,
  "category": "Commerce",
  "tier": "standard",
  "kind": "good",
  "tags": [
    "x402",
    "quality-factory",
    "good",
    "decision-grade",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Modular B2B quote sheets for multi-seat agent skills, volume tiers, and USDC settle terms agents can present and version.",
  "when_to_use": [
    "Enterprise or team buyers need seat-tier and validity-dated quotes before x402 unlock",
    "Agents must version quotes so superseding offers never share the same quote_id",
    "Ops wants a path from accepted quote to order fields without retyping line items"
  ],
  "outline": [
    "Assemble quote header fields—buyer org label, quote_id, valid_until, currency display, and settle asset—before any line math",
    "Build line modules for seats, usage caps, one-time unlocks, and optional add-ons with unit and extended total slots",
    "Write acceptance and supersede rules so only one active quote_id can bind into a sealed order per opportunity",
    "Map accepted quote lines into order payload fields agents pass into cart and x402 challenge generation",
    "Add buyer-facing quote summary and terms short-form that states USDC settle expectation without inventing credit facilities"
  ],
  "capabilities": [
    "Versioned B2B quote header schema",
    "Seat and add-on line modules",
    "Acceptance and supersede rules",
    "Quote-to-order field mapping",
    "Buyer quote summary short-form"
  ],
  "artifact_outputs": [
    "b2b-quote-header-schema.json",
    "quote-line-modules.md",
    "quote-to-order-map.json",
    "buyer-quote-summary-template.md"
  ],
  "decision_criteria": [
    "Outline steps are specific to this skill (not generic templates)",
    "Sealed pack exposes createSkill().run with outline-driven steps",
    "Artifacts are named concrete deliverables",
    "No revenue guarantees or banned claims",
    "Free eval path works without payment"
  ],
  "sealed_after_pay": [
    "Full src/index.js runtime (createSkill, run, plan)",
    "src/runbook.js with skill-specific steps",
    "src/tools.js registry for agent ToolRegistry",
    "WORKBOOK.md operator procedure",
    "templates/ checklist and artifact shells",
    "schemas/output.schema.json"
  ],
  "runtime": {
    "entry": "src/index.js",
    "export": "createSkill",
    "install": "node scripts/install-unlocked-pack.mjs unlock.json ./skills"
  },
  "challenge": "https://lvlltd.com/api/pay?skill=gf-pc-b2b-quote-pack-builder",
  "sample": "https://lvlltd.com/skills/gf-pc-b2b-quote-pack-builder/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-pc-b2b-quote-pack-builder",
  "teaser": "https://lvlltd.com/sealed/gf-pc-b2b-quote-pack-builder/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "operator_notes": [
    "Confirm pay path with GET /api/pay before purchasing.",
    "Dry-run createSkill().run({ goal, dry_run: true }) after unlock.",
    "Persist payment.txHash with skill_id for re-redeem.",
    "Never commit private keys or OPS_SECRET into pack usage.",
    "Category focus: Commerce. Kind: good.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}