{
  "skill_id": "gf-grow-partner-outreach-sequences",
  "name": "Partner Outreach Sequences for Agent Marketplaces",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 4.99,
  "category": "Networking",
  "tier": "standard",
  "kind": "service",
  "tags": [
    "x402",
    "goods-factory",
    "service",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Multi-touch partner outreach sequences for cross-listing, co-marketing, and agent-marketplace intros—with personalization slots and stop rules.",
  "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"
  ],
  "outline": [
    "Segment partners: directories, sibling markets, tool vendors, creator communities—one sequence per segment",
    "Write touch-1 intros with personalization slots (their skill niche, recent launch, shared protocol like x402)",
    "Define value exchange options you can actually offer (cross-link, joint thread, free outline feature)—no fake exclusives",
    "Script touch-2/3 follow-ups with new evidence only (proof URL, new SKU batch, free sample)—never guilt CTAs",
    "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"
  ],
  "artifact_outputs": [
    "partner-sequences.md",
    "personalization-slots.json",
    "outreach-crm-fields.csv"
  ],
  "decision_criteria": [
    "Outline steps are specific to this skill (not generic templates)",
    "Sealed pack exposes createSkill().run with outline-driven steps",
    "Artifacts are named concrete deliverables",
    "No revenue guarantees or banned claims",
    "Free eval path works without payment"
  ],
  "sealed_after_pay": [
    "Full src/index.js runtime (createSkill, run, plan)",
    "src/runbook.js with skill-specific steps",
    "src/tools.js registry for agent ToolRegistry",
    "WORKBOOK.md operator procedure",
    "templates/ checklist and artifact shells",
    "schemas/output.schema.json"
  ],
  "runtime": {
    "entry": "src/index.js",
    "export": "createSkill",
    "install": "node scripts/install-unlocked-pack.mjs unlock.json ./skills"
  },
  "challenge": "https://lvlltd.com/api/pay?skill=gf-grow-partner-outreach-sequences",
  "sample": "https://lvlltd.com/skills/gf-grow-partner-outreach-sequences/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-grow-partner-outreach-sequences",
  "teaser": "https://lvlltd.com/sealed/gf-grow-partner-outreach-sequences/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "operator_notes": [
    "Confirm pay path with GET /api/pay before purchasing.",
    "Dry-run createSkill().run({ goal, dry_run: true }) after unlock.",
    "Persist payment.txHash with skill_id for re-redeem.",
    "Never commit private keys or OPS_SECRET into pack usage.",
    "Category focus: Networking. Kind: service.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}