What problem does it solve?
Raw footage in a ButterCut library is unusable for AI-assisted editing until it has been analyzed. This Skill runs the full analysis pipeline — transcripts, contact sheets, and summaries — on a new or existing library, resumes interrupted processing, and analyzes newly added clips without redoing finished work.
Core Features & Use Cases
- Full Analysis Pipeline: Coordinates the transcribe-audio → contact sheets → summaries workflow by delegating to the analyze-video skill, with idempotent steps that only process clips missing artifacts.
- Resume and Incremental Processing: Reads the library snapshot to find incomplete clips, continues from wherever analysis left off, and processes only newly added footage via
add_media.
- Readiness Verification and Backup: Gates completion on the same
ready check the cut skill uses, then automatically creates a scoped backup archive of the processed library.
- Use Case: You return to a library after a crash mid-analysis. The Skill reads the summary, identifies the three clips missing contact sheets, finishes them, verifies readiness, and backs up the library.
Quick Start
Ask the agent to process the footage in your library, for example: "Analyze all the footage in my surf-trip library and pick up where it left off."