---
skill_id: gf-pc-b2b-quote-pack-builder
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 6.49
price_label: $6.49 / unlock
kind: good
category: Commerce
challenge: https://lvlltd.com/api/pay?skill=gf-pc-b2b-quote-pack-builder
outline: https://lvlltd.com/skills/gf-pc-b2b-quote-pack-builder/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — B2B Quote Pack Builder

**Skill ID:** `gf-pc-b2b-quote-pack-builder`  
**Unlock:** $6.49 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Modular B2B quote sheets for multi-seat agent skills, volume tiers, and USDC settle terms agents can present and version.

Quote pack templates covering line items, seat counts, validity windows, alternate SKUs, and Base USDC payment terms so agent sellers can issue structured B2B offers that convert cleanly into sealed orders without free-form PDF chaos.

## 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

## Decision-grade outline (free)

1. Assemble quote header fields—buyer org label, quote_id, valid_until, currency display, and settle asset—before any line math
2. Build line modules for seats, usage caps, one-time unlocks, and optional add-ons with unit and extended total slots
3. Write acceptance and supersede rules so only one active quote_id can bind into a sealed order per opportunity
4. Map accepted quote lines into order payload fields agents pass into cart and x402 challenge generation
5. 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

## Artifacts after unlock

- `b2b-quote-header-schema.json`
- `quote-line-modules.md`
- `quote-to-order-map.json`
- `buyer-quote-summary-template.md`

## Detailed description

B2B Quote Pack Builder equips agent marketplace sellers who sell multi-seat skills, volume unlocks, or team bundles with structured quote artifacts instead of one-off spreadsheets. Headers pin quote_id, validity, display currency, and settle asset so buyers know Base USDC is the payment path even when estimates show fiat. Line modules cover seats, usage caps, one-time unlocks, and add-ons with clear unit and extended fields. Acceptance and supersede rules prevent two live quotes from binding the same opportunity. A quote-to-order map lets agents promote an accepted quote into cart and x402 challenge fields without retyping. Buyer short-forms restate scope, validity, and settle expectation without promising credit terms or revenue outcomes. Free outline eval is available so you can match modules to your catalog before unlock. Delivery is a sealed digital good paid with x402 Base USDC. This material is quote documentation structure only—not legal contracting, financing, tax, or investment advice—and it makes no sales-volume or close-rate guarantees. Route final commercial terms through your own contracts process and counsel.

## Functional runtime (paid)

After verified payment the sealed pack includes:

| Path | Role |
|------|------|
| `src/index.js` | `createSkill`, `run`, `plan`, `checklist` |
| `src/runbook.js` | Outline-driven steps with done_when |
| `src/tools.js` | Tool schemas for agent registries |
| `WORKBOOK.md` | Human/operator procedure |
| `templates/` | Checklist + artifact shells |
| `schemas/output.schema.json` | Result contract |

### Agent snippet (after unlock)

```js
import { createSkill } from "./src/index.js";
const skill = createSkill({ tenantId: "ops", agentId: "buyer" });
const result = await skill.run({
  goal: "Execute B2B Quote Pack Builder for my catalog",
  context: { skill_id: "gf-pc-b2b-quote-pack-builder" },
  dry_run: false,
});
// result.ok, result.steps, result.artifacts
```

## Pay path

1. Free: this sample + outline.json  
2. `GET https://lvlltd.com/api/pay?skill=gf-pc-b2b-quote-pack-builder` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-pc-b2b-quote-pack-builder"}`  
5. Write `sealed_pack.files` to disk or use install-unlocked-pack.mjs  
6. Re-redeem anytime with the same verified txHash  

## Honesty

- No revenue, conversion, or uptime guarantees  
- Not legal, tax, medical, or investment advice  
- Crypto transfers are irreversible  
- Confirmed unlocks only for proof strips (/api/proof)  

*Public `/sealed/gf-pc-b2b-quote-pack-builder/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
