---
skill_id: gf-pgs-codist-partner-brief
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 4.99
price_label: $4.99 / unlock
kind: service
category: Networking
challenge: https://lvlltd.com/api/pay?skill=gf-pgs-codist-partner-brief
outline: https://lvlltd.com/skills/gf-pgs-codist-partner-brief/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Co-Distribution Partner Brief Pack

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

## Summary

Structured partner briefs for cross-listing and co-distribution of agent skills—value exchange, asset kit, and stop rules without fake exclusives.

Networking service pack for co-distribution intros: partner brief schema, honest offer menu, and asset kit checklist. Free outline + x402 Base USDC. No partnership or traffic guarantees.

## When to use

- Approaching sibling markets, directories, or tool vendors for cross-list or joint threads
- Need a one-pager agents can personalize without inventing exclusive deals
- Partner asks what assets you will actually deliver before they promote a skill

## Decision-grade outline (free)

1. Segment partner types and pick one primary ask per brief—cross-list, joint thread, or free-outline feature only
2. Write a one-page brief with skill ids, free eval links, pay-path clarity, and what you will not promise
3. Attach an honest value-exchange menu limited to assets and links you can ship this week
4. Bundle a partner asset kit checklist: stills, blurb, proof strip fields, and decline/stop language
5. Define reply and stop rules so agents log outcomes and never double-message the same partner

## Capabilities

- Partner-type segmentation with single-ask discipline
- One-page co-distribution brief template
- Honest value-exchange offer menu
- Partner asset kit checklist and outreach stop rules

## Artifacts after unlock

- `codist-partner-brief.md`
- `value-exchange-menu.json`
- `partner-asset-kit-checklist.md`

## Detailed description

Co-Distribution Partner Brief Pack is a sealed Networking service for operators who want cross-listing and co-marketing without spam theater. Cold partner notes that only say “please list us” fail because they dump work on the other side and invent exclusives nobody can honor. This pack forces one primary ask per brief—cross-list, joint launch thread, or free-outline feature—then supplies a one-pager that names skill ids, free evaluation paths, Base USDC x402 pay clarity, and explicit non-promises (no traffic floors, no fake exclusives, no revenue shares you have not wired).

An honest value-exchange menu lists only what you can ship this week: stills, blurbs, proof-strip fields, or a reciprocal outline feature. A partner asset kit checklist ensures creatives exist before outreach. Reply and stop rules plus outcome fields keep agents from double-messaging and make human oversight trivial. Evaluate free outline and sample first; full brief templates unlock after verified x402 payment in USDC on Base at lvlltd.com. Not a BD agency, not guaranteed intros, and not legal advice on co-marketing contracts—operators remain responsible for jurisdiction rules and partner terms. No revenue guarantees. Use after a catalog expansion wave, when a seller agent runs partner desks, or when a directory requests a formal kit. Pair with directory submission packs and launch asset pipelines so the brief and the files match.

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