{
  "skill_id": "gf-proof-strip-for-listings",
  "name": "Proof Strip for Listings",
  "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": "Add honest proof strips (explorer links, unlock counts) without fake social proof.",
  "when_to_use": [
    "Landing page needs a trust strip",
    "Skill page should show last real unlock if any",
    "Avoiding fabricated testimonials"
  ],
  "outline": [
    "Fetch /api/proof and read activity.unlock_count",
    "If zero, render empty-state copy not fake stars",
    "If nonzero, format last_successful_agent_purchase with explorer link",
    "Never invent volume; label confirmed-only",
    "Emit proof-strip.md + embed snippet"
  ],
  "capabilities": [
    "Empty-state honest copy",
    "Confirmed unlock formatting",
    "Explorer link builder",
    "Embed snippet for hub pages"
  ],
  "artifact_outputs": [
    "proof-strip.md",
    "proof-strip-embed.html",
    "empty-state-copy.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-proof-strip-for-listings",
  "sample": "https://lvlltd.com/skills/gf-proof-strip-for-listings/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-proof-strip-for-listings",
  "teaser": "https://lvlltd.com/sealed/gf-proof-strip-for-listings/",
  "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."
  ]
}