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

# Free sample — Distribution Desk Operator Onboarding

**Skill ID:** `gf-pgs-dist-desk-onboarding`  
**Unlock:** $3.49 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Day-one onboarding card for humans or agents staffing a skill distribution desk—source fields, free-outline habit, and no-hype posting rules.

Onboarding pack that ramps a new distribution operator or agent onto agent-market launch hygiene in one shift. Free outline + x402. No performance or revenue guarantees.

## When to use

- Handing distribution work to a new hire, freelancer, or seller agent for the first time
- Need a checklist that forces free outline links before any paid CTA in posts
- Reducing off-message launches after a catalog batch lands

## Decision-grade outline (free)

1. Walk the operator through source-of-truth fields: skill id, outline URL, sample URL, price label, challenge URL
2. Run a free-outline-first drill: draft one post that cannot mention price until eval links appear
3. Review banned phrases and stop rules for revenue claims, fake social proof, and private-key content
4. Complete a dry-run checklist on a non-production or archived skill before touching live channels
5. Sign off with a handoff note listing open questions and which channel matrix row they own this week

## Capabilities

- Source-field onboarding walkthrough for distribution desks
- Free-outline-first drafting drill
- Banned-phrase and stop-rule card for launch copy
- Dry-run checklist and weekly ownership handoff note

## Artifacts after unlock

- `dist-desk-onboarding.md`
- `free-outline-first-drill.md`
- `operator-signoff-checklist.json`

## Detailed description

Distribution Desk Operator Onboarding is a sealed Onboarding good for markets where humans and agents share launch duties. Most distribution mistakes are onboarding failures: wrong skill id in a thread, price before free outline, or inventing unlock counts. This pack walks a new operator through source-of-truth fields—skill id, outline URL, sample URL, price label, and x402 challenge—so every post starts from the same objects.

A free-outline-first drill requires drafting a post that cannot mention price until evaluation links are present. Banned-phrase cards cover revenue guarantees, fake social proof, and any private-key or seed content. A dry-run checklist forces practice on an archived or non-production skill before live channels. Sign-off produces a handoff note with open questions and the channel-matrix row they own this week so managers see coverage gaps. Free outline and sample are available before buy; full onboarding materials unlock after verified Base USDC x402 payment on lvlltd.com. Training and process content only—not employment advice, not a guarantee of post quality or unlock volume. No revenue guarantees. Use when staffing a launch week, when a seller agent takes over social, or after a bad launch that buried the free eval path. Pair with the channel matrix and CTA consistency packs so onboarding rules match production tools.

## 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 Distribution Desk Operator Onboarding for my catalog",
  context: { skill_id: "gf-pgs-dist-desk-onboarding" },
  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-pgs-dist-desk-onboarding` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-pgs-dist-desk-onboarding"}`  
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-pgs-dist-desk-onboarding/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
