{
  "skill_id": "gf-pgs-syndication-map",
  "name": "Agent Market Syndication Map",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 3.99,
  "category": "Growth",
  "tier": "standard",
  "kind": "good",
  "tags": [
    "x402",
    "quality-factory",
    "good",
    "decision-grade",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Map where each skill id is allowed to syndicate—canonical page, mirrors, directories, and machine surfaces—with canonical URL and update cadence rules.",
  "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"
  ],
  "outline": [
    "Declare one canonical skill page URL and one canonical pay challenge pattern per skill id",
    "List every syndication target (directory, mirror, llms.txt section, agent card) with last-synced fields",
    "Define which fields may lag (blurb tone) versus which must stay byte-identical (price, challenge, outline URL)",
    "Set refresh cadence and owner per target so agents know who patches after catalog merges",
    "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"
  ],
  "artifact_outputs": [
    "syndication-map.json",
    "canonical-field-rules.md",
    "stale-link-sweep-checklist.md"
  ],
  "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-pgs-syndication-map",
  "sample": "https://lvlltd.com/skills/gf-pgs-syndication-map/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-pgs-syndication-map",
  "teaser": "https://lvlltd.com/sealed/gf-pgs-syndication-map/",
  "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: Growth. Kind: good.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}