{
  "skill_id": "gf-studio-brand-voice-lint",
  "name": "Brand Voice Lint",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 4.49,
  "category": "Creative",
  "tier": "standard",
  "kind": "skill",
  "tags": [
    "x402",
    "goods-factory",
    "skill",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Lint copy, captions, and scripts against a brand voice card: tone, banned phrases, claim risk, and channel-specific style rules.",
  "when_to_use": [
    "Multiple agents or freelancers write for the same brand",
    "Captions and scripts drift from approved tone or product claims",
    "Need a repeatable lint pass before publish or paid media"
  ],
  "outline": [
    "Load or build a voice card: tone axes, do/don't phrases, audience notes",
    "Segment input by channel (thumbnail text, caption, script, email)",
    "Flag mismatches: tone drift, banned phrases, unsubstantiated claims",
    "Propose minimal rewrites that preserve intent and keep claim-safe language",
    "Emit voice-lint-report.md and findings.json with severity levels"
  ],
  "capabilities": [
    "Brand voice card schema for agents and humans",
    "Channel-aware copy segmentation and lint rules",
    "Claim-risk and banned-phrase detection heuristics",
    "Severity-ranked findings with minimal rewrite suggestions"
  ],
  "artifact_outputs": [
    "brand-voice-card.json",
    "voice-lint-report.md",
    "findings.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-studio-brand-voice-lint",
  "sample": "https://lvlltd.com/skills/gf-studio-brand-voice-lint/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-studio-brand-voice-lint",
  "teaser": "https://lvlltd.com/sealed/gf-studio-brand-voice-lint/",
  "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: Creative. Kind: skill.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}