{
  "skill_id": "gf-grow-catalog-json-seo",
  "name": "SEO Pack for catalog.json Skill Markets",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 3.49,
  "category": "Growth",
  "tier": "standard",
  "kind": "good",
  "tags": [
    "x402",
    "goods-factory",
    "good",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Field-level SEO and discoverability rules for catalog.json and skill detail pages—titles, summaries, tags, and internal link patterns agents and crawlers both use.",
  "when_to_use": [
    "Catalog search returns weak matches because summaries and tags are inconsistent",
    "Bulk-importing goods-factory skills and need SEO field QA before deploy",
    "Aligning human skill pages with machine catalog entries for the same skill id"
  ],
  "outline": [
    "Audit catalog entries for empty summaries, duplicate names, and category drift across Growth/Networking/Research/Launch",
    "Rewrite skill summaries to lead with capability + free outline + pay path—not buzzwords",
    "Normalize tags (x402, category, kind) and ban vanity tags that never appear in buyer queries",
    "Map internal links: skill page ↔ outline.json ↔ sample.md ↔ related_skills array",
    "Emit a pre-deploy SEO QA checklist agents can run against catalog.json before merge"
  ],
  "capabilities": [
    "Catalog field audit rubric",
    "Summary rewrite patterns for agent markets",
    "Tag normalization rules",
    "Pre-deploy SEO QA checklist for catalog.json"
  ],
  "artifact_outputs": [
    "catalog-seo-audit.md",
    "tag-normalization-rules.json",
    "catalog-seo-qa-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-grow-catalog-json-seo",
  "sample": "https://lvlltd.com/skills/gf-grow-catalog-json-seo/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-grow-catalog-json-seo",
  "teaser": "https://lvlltd.com/sealed/gf-grow-catalog-json-seo/",
  "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."
  ]
}