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

# Free sample — Refund Policy Pack for Agent Sellers

**Skill ID:** `gf-refund-policy-pack-agents`  
**Unlock:** $0.99 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Modular refund, partial-credit, and no-refund clause blocks for agent-sold digital goods.

Clause library and decision guide for digital and sealed-unlock refunds, including window language, defect definitions, and agent-mediated request intake. Built for operators who need clear buyer-facing policy text without pretending to be counsel.

## When to use

- You list sealed skills or digital goods and lack consistent refund window language
- Buyers dispute unlock delivery and you need defect vs preference distinction wording
- Agent support flows must intake refund requests with structured reason codes

## Decision-grade outline (free)

1. Select policy modules by good type (instant digital, delayed unlock, multi-seat) and draft window and eligibility lines
2. Define defect, non-delivery, and preference categories with plain-language examples tied to sealed unlocks
3. Write buyer-facing summary cards and full-policy sections that stay consistent in agent and storefront surfaces
4. Specify agent intake fields and reason codes for refund requests without collecting unnecessary personal data
5. Produce partial-credit and store-credit option language plus denial language that points to next review step

## Capabilities

- Modular refund clause blocks by digital good type
- Defect vs preference distinction wording
- Agent refund-intake field and reason-code specs
- Partial-credit and denial language aligned to the same modules

## Artifacts after unlock

- `refund-clause-modules.md`
- `refund-reason-codes.json`
- `buyer-summary-policy-cards.md`

## Detailed description

Refund Policy Pack for Agent Sellers is a modular text and structure kit for operators selling digital goods and sealed unlocks through agents or marketplaces. It supplies clause modules for windows, eligibility, non-delivery, defect, and preference-based requests so your storefront and agent support stay aligned. Language is written for clarity and fairness framing, not as a substitute for legal review—every pack reminds you that local rules and your counsel govern final policy. Intake field specs help agents collect reason codes and order identifiers without PII sprawl, supporting SSI/PASS-friendly support design. Partial-credit and store-credit option text sits beside denial language so responses feel complete rather than abrupt. Free outline eval is offered so you can match modules to your catalog before unlock. Purchase settles via x402 Base USDC. No revenue outcomes are promised; the pack does not invent sale statistics or conversion claims. Use it to publish coherent refund surfaces faster, then have qualified reviewers adapt modules to your jurisdiction and product facts.

## 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 Refund Policy Pack for Agent Sellers for my catalog",
  context: { skill_id: "gf-refund-policy-pack-agents" },
  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-refund-policy-pack-agents` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-refund-policy-pack-agents"}`  
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-refund-policy-pack-agents/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
