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

# Free sample — Music Cue Sheet Builder

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

## Summary

Build structured music cue sheets from session notes: cue IDs, timings, mood, stems, usage context, and handoff fields for editors and supervisors.

Convert messy soundtrack and session notes into cue sheets agents and post teams can schedule against. Free outline + x402. Not legal advice; no revenue guarantees.

## When to use

- Post session needs cue list with timings and usage context
- Music supervisor or editor needs machine-readable cue inventory
- Studio pipeline must link stems, moods, and picture references

## Decision-grade outline (free)

1. Inventory cues from timeline notes, markers, or producer comments
2. Assign cue IDs, in/out times, duration, and tempo/key when known
3. Tag mood, instrumentation, and picture usage (score, source, sting)
4. Map stem paths and alternate takes; flag missing assets
5. Emit cue-sheet.csv, cue-sheet.md, and missing-assets.md

## Capabilities

- Cue inventory from markers and session notes
- Timing, mood, and usage tagging schema
- Stem and alternate-take path mapping
- Missing-asset report for post handoff

## Artifacts after unlock

- `cue-sheet.csv`
- `cue-sheet.md`
- `missing-assets.md`

## Detailed description

Music Cue Sheet Builder is a sealed Music category skill for recording studios, post houses, and agent operators who turn session chaos into scheduleable cue data. Cue sheets fail when IDs are informal, timings float, and stem paths live only in someone’s head. This pack standardizes inventory from timeline markers, producer comments, and folder dumps into cue IDs with in/out times, duration, and optional tempo/key. Each cue gets mood, instrumentation, and usage context—score bed, source music, sting, or trailer hit—so editors know intent. Stem and alternate-take mapping surfaces missing files before the client review. Free outline evaluation and sample ship without payment; full templates unlock after verified x402 payment in USDC on Base via lvlltd.com. This is operational structure only—not music publishing legal advice, not a PRO registration service, and not a guarantee of sync licenses, royalties, or commercial placement. Operators remain responsible for rights, credits, and contractual cue-sheet formats required by a specific network or client. No revenue guarantees. Dry-run on a completed session, then wire into studio service steps. Compose with brief compressor and asset naming packs for end-to-end music project hygiene.

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