{
  "skill_id": "gf-studio-multimodal-consistency",
  "name": "Multi-Modal Consistency Checker",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 8.99,
  "category": "Agent Ops",
  "tier": "standard",
  "kind": "service",
  "tags": [
    "x402",
    "goods-factory",
    "service",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Check consistency across text, image, audio, and thumbnail packs: character, palette, claims, and naming before client or publish handoff.",
  "when_to_use": [
    "Campaign assets disagree on character look, palette, or product claims",
    "Thumbnail text conflicts with video title or VO",
    "Need a pre-handoff consistency gate for multi-agent creative pipelines"
  ],
  "outline": [
    "Inventory linked assets by modality and map them to one project brief",
    "Check character, palette, logo, and claim consistency across text and image",
    "Flag audio/VO conflicts with on-screen text and thumbnail copy",
    "Validate asset names and version tokens against the naming standard",
    "Emit consistency-report.md, issues.json, and pass-fail-summary.csv"
  ],
  "capabilities": [
    "Cross-modal asset inventory linked to a single brief",
    "Character, palette, and claim consistency heuristics",
    "Thumbnail/title/VO conflict detection",
    "Naming and version token validation against studio standards"
  ],
  "artifact_outputs": [
    "consistency-report.md",
    "issues.json",
    "pass-fail-summary.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-studio-multimodal-consistency",
  "sample": "https://lvlltd.com/skills/gf-studio-multimodal-consistency/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-studio-multimodal-consistency",
  "teaser": "https://lvlltd.com/sealed/gf-studio-multimodal-consistency/",
  "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: Agent Ops. Kind: service.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}