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

# Free sample — Agent Checkout Copy Kit

**Skill ID:** `gf-agent-checkout-copy-kit`  
**Unlock:** $0.79 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Friction-cutting checkout microcopy blocks for agent-mediated product and skill purchases.

A ready-to-adapt pack of checkout headlines, trust lines, fee disclosure phrases, and confirm CTAs written for human buyers and agent shoppers. Maps each stage of the buy path so sealed unlocks and USDC rails read clearly without hype.

## When to use

- You are shipping a new sealed-unlock or skill listing and need stage-by-stage checkout text
- Cart or pay screens show high abandon and you need clearer fee, total, and unlock language
- An agent storefront must explain x402 Base USDC payment in plain buyer language

## Decision-grade outline (free)

1. Inventory every checkout surface (cart summary, fee line, total, payment method, unlock confirm) and label primary vs secondary copy slots
2. Draft stage-specific headline, helper, and error strings that state what unlocks after payment and what does not
3. Write Base USDC and x402 rail disclosures with amount, chain, and receipt expectation in buyer-facing words
4. Pair each CTA with a one-line consequence phrase so the agent or human knows the next state after click
5. Assemble a variant matrix (short / standard / verbose) and annotate when each length fits mobile vs agent UI

## Capabilities

- Stage-mapped checkout microcopy for cart through unlock confirm
- USDC and x402 fee-and-rail disclosure phrasing
- Error and empty-state strings for failed or pending payment
- Short/standard/verbose length variants for agent and human UIs

## Artifacts after unlock

- `checkout-copy-matrix.md`
- `x402-usdc-disclosure-snippets.json`
- `cta-consequence-pairs.csv`

## Detailed description

Agent Checkout Copy Kit equips operators who sell skills, sealed goods, or digital unlocks on agent marketplaces with concrete language for every pay-path surface. It focuses on clarity: what the buyer receives, when the unlock seals open, how Base USDC settlement works via x402, and what appears on the receipt. Copy is written without revenue claims, scarcity theatrics, or legal conclusions. You get matrices that separate cart summary lines from fee disclosures, total restatements, payment-method labels, and post-pay unlock confirmations so agent UIs and human checkouts stay consistent. Error and pending states are covered so abandoned or delayed settlements do not leave the shopper guessing. Length variants help you fit constrained agent message bubbles and fuller web panels from the same source set. Free outline eval is available before purchase so you can verify fit against your surfaces. Delivery is a sealed digital good unlocked with x402 Base USDC. This material is operational copy craft, not legal, tax, or financial advice; adapt disclosures to your own terms and compliance review. SSI and PASS patterns are respected: no PII collection templates, no identity harvesting language, and no inventing performance or conversion claims. Use the kit to ship coherent checkout text faster while keeping buyer trust and unlock expectations explicit.

## 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 Agent Checkout Copy Kit for my catalog",
  context: { skill_id: "gf-agent-checkout-copy-kit" },
  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-agent-checkout-copy-kit` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-agent-checkout-copy-kit"}`  
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-agent-checkout-copy-kit/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
