milimo-storyboard-analyst

Parse plain text screenplays into Scene and Shot data structures.

83|18|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/mainza-ai/milimovideo --skill milimo-storyboard-analyst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milimo-storyboard-analyst
Source: https://github.com/mainza-ai/milimovideo/tree/main/skills/skills/milimo-storyboard-analyst
Command: npx skills add https://github.com/mainza-ai/milimovideo --skill milimo-storyboard-analyst

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts plain text screenplays into structured, ready-to-use storyboard data (Scene and Shot records), enabling deterministic downstream generation and efficient iteration.

Core Features & Use Cases

  • Script parsing: Supports Regex-based scene/character extraction and AI-assisted parsing for non-standard scripts.
  • Smart element linking: Automatically associates shots with characters, locations, and items to drive conditioning and visual coherence.
  • Thumbnail and continuity support: Offloads thumbnail generation and ensures frame-to-frame continuity through pipeline handoffs.
  • Use Case: When debugging storyboard extraction, refining chained-shot prompts, or modifying scene/shot hierarchy logic.

Quick Start

Input a plain text screenplay and generate a structured Scene/Shot JSON along with initial matched elements.

Frequently Asked Questions about milimo-storyboard-analyst

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a plain text screenplay into structured storyboard data?

To convert a plain text screenplay into storyboard data, you input the text to apply Regex scene extraction and AI-assisted parsing. This generates ready-to-use Scene and Shot JSON records with matched elements for downstream generation.

What is the best way to parse non-standard scripts into scene and shot records?

Parsing non-standard scripts into scene and shot records is handled via AI-assisted parsing. This mechanism complements deterministic Regex extraction to process scripts that do not follow standard formatting conventions.

Can I automatically link storyboard shots to characters and locations?

Yes, you can automatically link storyboard shots to characters, locations, and items. The Smart Element Matcher associates these components to drive conditioning and ensure visual coherence across the pipeline.

Does this script parsing approach support thumbnail generation and continuity?

Yes, this script parsing approach supports thumbnail generation and continuity. It structures pipeline handoffs with conditioning data to ensure frame-to-frame visual coherence during downstream generation tasks.

Why use Regex and AI-assisted parsing for screenplay extraction?

Regex and AI-assisted parsing are used together for screenplay extraction to balance deterministic accuracy with flexibility. Regex handles standard scene and character extraction, while AI processes non-standard script formats.