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

# Free sample — Agent Skill Distribution Channel Matrix

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

## Summary

Rank and schedule distribution channels for sealed skill SKUs—directories, X, partners, llms.txt, and agent pings—with effort caps and free-outline-first rules.

Decision-grade channel matrix for shipping agent-market skills across owned and earned surfaces without scattering copy or inventing traffic promises. Free outline + x402 Base USDC unlock. Operational tooling only; no revenue or ranking guarantees.

## When to use

- Launching a goods-factory batch and need one prioritized channel list per skill id
- Operators disagree which surfaces get first creative spend after unlock pages go live
- Seller agents must pick channels without inventing vanity metrics or exclusive deals

## Decision-grade outline (free)

1. Inventory candidate channels and tag each as owned, earned, or paid with estimated operator hours per post
2. Score every channel on buyer fit, free-outline reach, and pay-path clarity—never on invented traffic counts
3. Assign primary and secondary channels per skill id with a hard weekly effort cap so agents stop thrashing
4. Map which creative assets each channel needs (thread, screenshot, blurb, partner brief) before production starts
5. Emit channel-matrix.csv plus a kill list of low-fit surfaces to skip until proof endpoints stay green

## Capabilities

- Owned/earned/paid channel inventory schema for agent markets
- Buyer-fit and free-outline reach scoring rubric
- Per-SKU primary/secondary channel assignment with effort caps
- Creative asset demand map linked to channel rows

## Artifacts after unlock

- `distribution-channel-matrix.csv`
- `channel-scoring-rubric.md`
- `low-fit-channel-kill-list.md`

## Detailed description

Agent Skill Distribution Channel Matrix is a sealed Growth good for operators who ship sealed skills on lvlltd.com and similar agent markets and need disciplined distribution instead of random posting. Catalog waves fail when every SKU gets the same generic blast or when agents invent directory rankings and follower claims. This pack inventories owned, earned, and paid channels with realistic operator-hour estimates, then scores each surface on buyer fit, free-outline reach, and whether the pay path (outline.json, sample.md, Base USDC x402 challenge) can be stated cleanly.

Primary and secondary channel assignments per skill id come with a hard weekly effort cap so creative and outreach desks do not thrash. A creative demand map lists what each channel actually needs—thread skeleton, listing screenshot, directory blurb, partner brief—before Studio work starts. A kill list of low-fit surfaces keeps vanity channels out of the first wave until public proof endpoints stay healthy. Evaluate the free outline and sample before paying; full templates unlock after verified x402 payment in USDC on Base via lvlltd.com. This is process and spreadsheet tooling only—not a media-buying agency, not SEO ranking software, and not a promise of impressions, unlocks, or revenue. No revenue guarantees. Operators own compliance, channel policies, and final go/no-go. Dry-run the matrix on one past batch, then attach to live drops. Pair with launch asset pipelines and CTA consistency packs so distribution choices and creatives stay aligned.

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