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

# Free sample — Storyboard Beat Mapper

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

## Summary

Map scripts and briefs into storyboard beats: shot intent, duration targets, audio cues, and transition notes for directors and edit agents.

Break narrative or promo scripts into beat sheets and boardable shot cards agents can sequence. Free outline + x402. Not legal advice; no revenue guarantees.

## When to use

- Script exists but shoot or edit lacks a beat-level plan
- Need shot cards with duration and audio cue fields for agents
- Align director, camera, and editor on the same beat sheet

## Decision-grade outline (free)

1. Segment script or brief into narrative or promo beats with purpose tags
2. Assign shot intent, framing notes, and duration targets per beat
3. Attach audio cues, VO lines, and music hit markers when present
4. Add transition and continuity notes between beats
5. Emit beat-sheet.md, shot-cards.json, and continuity-notes.md

## Capabilities

- Script-to-beat segmentation with purpose tags
- Shot intent and duration target fields per beat
- Audio cue and music-hit attachment
- Continuity and transition notes for edit agents

## Artifacts after unlock

- `beat-sheet.md`
- `shot-cards.json`
- `continuity-notes.md`

## Detailed description

Storyboard Beat Mapper is a sealed Studio skill for turning scripts, promo outlines, and client briefs into boardable structure. Productions lose time when the director talks in scenes, the editor thinks in cuts, and the agent dumps a single long shot list. This pack segments content into beats with purpose tags—hook, problem, demo, proof, CTA, or narrative turn—then assigns shot intent, framing notes, and duration targets. Audio cues and VO lines attach where they exist so music and dialogue stay synchronized in planning. Continuity and transition notes reduce jarring cut surprises later. Free outline and sample support evaluation before x402 unlock (Base USDC on lvlltd.com). Full pack after payment deepens templates and edge-case checklists. Operational tooling only—not legal advice on rights clearances, not union rate guidance, and not a guarantee of festival selection, viewership, or ad performance. No revenue guarantees. Operators and humans retain creative final cut. Dry-run on a completed short before live productions. Compose with music cue sheets, thumbnail hypothesis lab, and multi-modal consistency packs for a full content studio agent stack.

## 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 Storyboard Beat Mapper for my catalog",
  context: { skill_id: "gf-studio-storyboard-beats" },
  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-storyboard-beats` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-studio-storyboard-beats"}`  
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-storyboard-beats/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
