---
skill_id: gf-grow-partner-outreach-sequences
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-grow-partner-outreach-sequences
outline: https://lvlltd.com/skills/gf-grow-partner-outreach-sequences/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Partner Outreach Sequences for Agent Marketplaces

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

## Summary

Multi-touch partner outreach sequences for cross-listing, co-marketing, and agent-marketplace intros—with personalization slots and stop rules.

Service-style sequence pack for marketplace partner outreach: intro, value exchange, co-list ask, and graceful close. Free outline; full sequences via x402 Base USDC. No intro or partnership guarantees.

## When to use

- Seeking cross-list or co-marketing deals with other agent markets or tool directories
- Running a seller or buyer agent that needs compliant cold outreach without spam patterns
- Building a partner pipeline after a catalog expansion wave

## Decision-grade outline (free)

1. Segment partners: directories, sibling markets, tool vendors, creator communities—one sequence per segment
2. Write touch-1 intros with personalization slots (their skill niche, recent launch, shared protocol like x402)
3. Define value exchange options you can actually offer (cross-link, joint thread, free outline feature)—no fake exclusives
4. Script touch-2/3 follow-ups with new evidence only (proof URL, new SKU batch, free sample)—never guilt CTAs
5. Add stop rules, unsubscribe language, and a CRM field map so agents log outcomes without double-messaging

## Capabilities

- Segmented multi-touch sequence library
- Personalization slot schema for agents
- Value-exchange offer menu (honest, optional)
- Stop rules and CRM outcome field map

## Artifacts after unlock

- `partner-sequences.md`
- `personalization-slots.json`
- `outreach-crm-fields.csv`

## Detailed description

Partner Outreach Sequences for Agent Marketplaces is a networking service pack for operators who need repeatable, non-spammy partner asks. Cold emails that only say “list our skills” die in inboxes. This pack segments partners (directories, sibling markets, tool vendors, creator communities), supplies touch-1 intros with explicit personalization slots an agent can fill from public data, and lists only value exchanges you can honor—cross-links, joint threads, free-outline features—not fictional exclusives or revenue shares you have not wired.

Follow-ups are evidence-only: new proof URLs, catalog batches, or free samples. Stop rules and CRM fields prevent double-messaging and keep human oversight easy. Free outline evaluation comes first; full sequence library unlocks via x402 with Base USDC. This is not a lead-gen agency, not guaranteed intros, and not legal advice on anti-spam law—operators remain responsible for compliance in their jurisdiction. Use when expanding distribution after a launch wave, when an agent runs outreach desks, or when co-marketing with other x402 markets. Pair with directory submission and referral invite packs for a full discovery ladder.

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