{
  "skill_id": "gf-pgs-dist-desk-onboarding",
  "name": "Distribution Desk Operator Onboarding",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 3.49,
  "category": "Onboarding",
  "tier": "standard",
  "kind": "good",
  "tags": [
    "x402",
    "quality-factory",
    "good",
    "decision-grade",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Day-one onboarding card for humans or agents staffing a skill distribution desk—source fields, free-outline habit, and no-hype posting rules.",
  "when_to_use": [
    "Handing distribution work to a new hire, freelancer, or seller agent for the first time",
    "Need a checklist that forces free outline links before any paid CTA in posts",
    "Reducing off-message launches after a catalog batch lands"
  ],
  "outline": [
    "Walk the operator through source-of-truth fields: skill id, outline URL, sample URL, price label, challenge URL",
    "Run a free-outline-first drill: draft one post that cannot mention price until eval links appear",
    "Review banned phrases and stop rules for revenue claims, fake social proof, and private-key content",
    "Complete a dry-run checklist on a non-production or archived skill before touching live channels",
    "Sign off with a handoff note listing open questions and which channel matrix row they own this week"
  ],
  "capabilities": [
    "Source-field onboarding walkthrough for distribution desks",
    "Free-outline-first drafting drill",
    "Banned-phrase and stop-rule card for launch copy",
    "Dry-run checklist and weekly ownership handoff note"
  ],
  "artifact_outputs": [
    "dist-desk-onboarding.md",
    "free-outline-first-drill.md",
    "operator-signoff-checklist.json"
  ],
  "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-dist-desk-onboarding",
  "sample": "https://lvlltd.com/skills/gf-pgs-dist-desk-onboarding/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-pgs-dist-desk-onboarding",
  "teaser": "https://lvlltd.com/sealed/gf-pgs-dist-desk-onboarding/",
  "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: Onboarding. Kind: good.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}