Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Exports all dialogue from every clip in a library into a single text file. One clip per block — filename, then its spoken words. Use when the user asks for a "full transcript", "full script", or wants all the dialogue from a library in one place.
.claude/skills/barefootford-full-transcript/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -75% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -76% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -45% | 0% |
Exports all spoken dialogue from a library's audio transcripts into a single full_transcript.txt file in the library root.
bashruby lib/buttercut/full_transcript.rb <library-name>
libraries/<library-name>/full_transcript.txt — one block per clip:
filename.mov
Dialogue text from that clip.
filename2.mov
More dialogue from the next clip.Clips with no audio transcript are skipped. Clips with a transcript but no spoken words show [no dialogue].
Always share the output file path as a clickable link in your response so the user can open it directly.
Other measured skills in the registry, with their headline benchmark lift.