---
skill_id: gf-studio-multimodal-consistency
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 8.99
price_label: $8.99 / unlock
kind: service
category: Agent Ops
challenge: https://lvlltd.com/api/pay?skill=gf-studio-multimodal-consistency
outline: https://lvlltd.com/skills/gf-studio-multimodal-consistency/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Multi-Modal Consistency Checker

**Skill ID:** `gf-studio-multimodal-consistency`  
**Unlock:** $8.99 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Check consistency across text, image, audio, and thumbnail packs: character, palette, claims, and naming before client or publish handoff.

Run cross-modal consistency checks so studio agents catch mismatches between script, stills, voice, and thumbnails early. Free outline + x402. Not legal advice; no revenue guarantees.

## 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

## Decision-grade outline (free)

1. Inventory linked assets by modality and map them to one project brief
2. Check character, palette, logo, and claim consistency across text and image
3. Flag audio/VO conflicts with on-screen text and thumbnail copy
4. Validate asset names and version tokens against the naming standard
5. 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

## Artifacts after unlock

- `consistency-report.md`
- `issues.json`
- `pass-fail-summary.csv`

## Detailed description

Multi-Modal Consistency Checker is a sealed Agent Ops service for studio stacks where text, image, audio, and thumbnails are produced by different agents or freelancers. Mismatches—wrong logo color, a claim on the thumbnail the VO never says, a character look that drifts between still and motion—destroy trust and force expensive rework. This pack inventories linked assets against one project brief, then runs structured checks for character identity, palette, logo usage, and claim alignment. Audio and VO are compared against on-screen text and thumbnail copy. Naming and version tokens are validated so the wrong master does not ship. Severity-ranked issues and a pass-fail summary give humans a clear gate. Free outline and sample first; full pack after x402 unlock with Base USDC on lvlltd.com. Operational checklists only—not legal advice, not advertising law certification, and not a guarantee of brand compliance, platform approval, or commercial performance. No revenue guarantees. Operators own final review and rights clearances. Dry-run on a finished campaign folder before live gates. Compose with brand voice lint, thumbnail CTR lab, merch prompts, storyboard beats, and asset naming for a full studio consistency lane.

## Functional runtime (paid)

After verified payment the sealed pack includes:

| Path | Role |
|------|------|
| `src/index.js` | `createSkill`, `run`, `plan`, `checklist` |
| `src/runbook.js` | Outline-driven steps with done_when |
| `src/tools.js` | Tool schemas for agent registries |
| `WORKBOOK.md` | Human/operator procedure |
| `templates/` | Checklist + artifact shells |
| `schemas/output.schema.json` | Result contract |

### Agent snippet (after unlock)

```js
import { createSkill } from "./src/index.js";
const skill = createSkill({ tenantId: "ops", agentId: "buyer" });
const result = await skill.run({
  goal: "Execute Multi-Modal Consistency Checker for my catalog",
  context: { skill_id: "gf-studio-multimodal-consistency" },
  dry_run: false,
});
// result.ok, result.steps, result.artifacts
```

## Pay path

1. Free: this sample + outline.json  
2. `GET https://lvlltd.com/api/pay?skill=gf-studio-multimodal-consistency` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-studio-multimodal-consistency"}`  
5. Write `sealed_pack.files` to disk or use install-unlocked-pack.mjs  
6. Re-redeem anytime with the same verified txHash  

## Honesty

- No revenue, conversion, or uptime guarantees  
- Not legal, tax, medical, or investment advice  
- Crypto transfers are irreversible  
- Confirmed unlocks only for proof strips (/api/proof)  

*Public `/sealed/gf-studio-multimodal-consistency/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
