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

# Free sample — Agent Market Syndication Map

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

## Summary

Map where each skill id is allowed to syndicate—canonical page, mirrors, directories, and machine surfaces—with canonical URL and update cadence rules.

Growth pack for controlling skill syndication across mirrors and directories without broken pay links or stale prices. Free outline + x402 Base USDC. No placement guarantees.

## When to use

- Same skill appears on multiple surfaces with conflicting prices or dead challenge URLs
- Need a canonical URL policy before agents auto-syndicate listings
- Post-batch refresh must update every mirror without missing machine surfaces

## Decision-grade outline (free)

1. Declare one canonical skill page URL and one canonical pay challenge pattern per skill id
2. List every syndication target (directory, mirror, llms.txt section, agent card) with last-synced fields
3. Define which fields may lag (blurb tone) versus which must stay byte-identical (price, challenge, outline URL)
4. Set refresh cadence and owner per target so agents know who patches after catalog merges
5. Emit syndication-map.json plus a stale-link sweep checklist for post-deploy smoke

## Capabilities

- Canonical URL and challenge pattern registry
- Syndication target inventory with last-synced metadata
- Strict vs flexible field rules for mirrors
- Refresh cadence, ownership, and stale-link sweep checklist

## Artifacts after unlock

- `syndication-map.json`
- `canonical-field-rules.md`
- `stale-link-sweep-checklist.md`

## Detailed description

Agent Market Syndication Map is a sealed Growth good for operators who list the same skill id across directories, mirrors, llms.txt sections, and agent cards. Without a map, prices drift, free outline links die, and x402 challenges point at the wrong skill. This pack forces one canonical skill page and one canonical pay challenge pattern per id, then inventories every syndication target with last-synced metadata an agent can update.

Field rules separate what may lag (soft blurb tone) from what must stay identical (price_usd, challenge URL, outline URL, sample URL). Refresh cadence and named owners per target stop “someone will fix it” after catalog merges. A stale-link sweep checklist is meant for post-deploy smoke so operators catch 404s before buyers do. Evaluate free outline first; unlock full map templates via verified x402 payment in USDC on Base through lvlltd.com. Operational registry tooling only—not a CDN, not a guarantee of directory approval, traffic, or rankings. No revenue guarantees. Use before bulk syndication, after a price wave, or when agents report conflicting listings. Works beside directory submission and catalog SEO packs so human forms and machine files share the same canonicals.

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