{
  "skill_id": "gf-tripwire-listing-rewriter",
  "name": "Tripwire Listing Rewriter",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 0.99,
  "category": "Growth",
  "tier": "starter",
  "kind": "good",
  "tags": [
    "x402",
    "goods-factory",
    "good",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Rewrite a skill listing for $0.49–$0.99 tripwire conversion without fake claims.",
  "when_to_use": [
    "Skill priced under $1 needs clearer agent-readable copy",
    "Outline is strong but title/summary underperform",
    "Preparing a canary SKU for paid unlock tests"
  ],
  "outline": [
    "Extract JTBD in one sentence from existing outline steps",
    "Rewrite title as outcome + constraint (max 60 chars)",
    "Compress summary to one line with price honesty",
    "List three when_to_use triggers agents match on",
    "Emit before/after listing JSON and claim-scrub notes"
  ],
  "capabilities": [
    "Outcome-title rewrite",
    "Claim scrub against banned phrases",
    "Agent-match trigger list",
    "Before/after diff artifact"
  ],
  "artifact_outputs": [
    "listing-before-after.json",
    "claim-scrub.md",
    "tripwire-title-bank.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-tripwire-listing-rewriter",
  "sample": "https://lvlltd.com/skills/gf-tripwire-listing-rewriter/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-tripwire-listing-rewriter",
  "teaser": "https://lvlltd.com/sealed/gf-tripwire-listing-rewriter/",
  "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."
  ]
}