{
  "skill_id": "gf-grow-referral-invite-wallet",
  "name": "Referral Invite Copy for Wallet Buyers",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 1.49,
  "category": "Growth",
  "tier": "standard",
  "kind": "good",
  "tags": [
    "x402",
    "goods-factory",
    "good",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Short referral and invite copy for wallet-native buyers—DM, email, and in-app strings that explain free outline, x402 unlock, and no-hype sharing.",
  "when_to_use": [
    "Adding share/invite CTAs near unlock success or skill pages",
    "Need wallet-buyer language that explains Base USDC x402 without sounding like a giveaway scam",
    "Running a referral experiment and want honest copy before any reward logic ships"
  ],
  "outline": [
    "List invite surfaces: post-unlock toast, skill page share, DM template, email forward, agent-to-agent ping",
    "Write primary invite that names free outline first, then optional paid unlock—never “guaranteed income”",
    "Add network/asset clarity (Base, USDC, x402 challenge) in one plain sentence",
    "Provide opt-out and “share only if useful” language so invites stay high-signal",
    "Ship A/B string pairs that change hook only—not price claims—and log which surface sent them"
  ],
  "capabilities": [
    "Multi-surface invite copy set",
    "Wallet/network clarity one-liners",
    "Anti-hype compliance phrasing",
    "A/B hook pairs with surface logging fields"
  ],
  "artifact_outputs": [
    "referral-invite-copy.md",
    "invite-microcopy.json",
    "invite-surface-map.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-referral-invite-wallet",
  "sample": "https://lvlltd.com/skills/gf-grow-referral-invite-wallet/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-grow-referral-invite-wallet",
  "teaser": "https://lvlltd.com/sealed/gf-grow-referral-invite-wallet/",
  "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."
  ]
}