{
  "skill_id": "gf-grow-directory-submission-pack",
  "name": "Agent Directory Submission Pack",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 3.99,
  "category": "Growth",
  "tier": "standard",
  "kind": "good",
  "tags": [
    "x402",
    "goods-factory",
    "good",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Ready-to-paste directory listings, field maps, and submission trackers so agents and operators get catalog skills into AI directories without rewriting blurbs each time.",
  "when_to_use": [
    "Launching a new skill SKU and need consistent blurbs across multiple AI/agent directories",
    "Refreshing stale marketplace listings after a catalog.json or price change",
    "Delegating directory outreach to a buyer/seller agent with copy it can paste without improvising"
  ],
  "outline": [
    "Inventory target directories (agent stores, skill hubs, tools lists) and note required fields per form",
    "Build a canonical listing sheet: name, one-liner, 80-word blurb, category tags, price, x402 pay URL, proof URL",
    "Map each directory’s field names to the canonical sheet so agents never free-type invent fields",
    "Queue submissions with status columns (drafted, submitted, live, rejected) and revisit cadence",
    "After go-live, verify the live URL still points at outline.json + /api/pay challenge, not a dead teaser"
  ],
  "capabilities": [
    "Canonical multi-directory listing sheet template",
    "Per-directory required-field matrix",
    "Submission status tracker (CSV/JSON)",
    "Live-link verification checklist for pay path and free outline"
  ],
  "artifact_outputs": [
    "directory-listing-canonical.md",
    "directory-field-map.json",
    "submission-tracker.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-directory-submission-pack",
  "sample": "https://lvlltd.com/skills/gf-grow-directory-submission-pack/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-grow-directory-submission-pack",
  "teaser": "https://lvlltd.com/sealed/gf-grow-directory-submission-pack/",
  "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."
  ]
}