AI Agent Hub
Back to skills
Script to Video Prompt Generator icon

Script to Video Prompt Generator

Content Creation Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @cyinfo/script-to-video-prompts.

About this skill

Problem

Short-drama scripts often arrive as Word, PDF, TXT, Markdown, or Final Draft .fdx files. Turning them into AI video prompts by hand can miss scenes, character costumes, scene lighting, shot size, and camera movement, and can produce inconsistent characters or locations across shots. This skill converts a script document into a structured prompt system rather than a single generic description.

How It Works

The workflow is built around the scripts in scripts/. parse_script.py detects standard or free-form screenplay layouts, extracts Scene, Action, Dialogue, and Parenthetical, and analyzes emotion, pacing, and visual density. character_extractor.py and scene_analyzer.py then capture character appearance, costume changes, props, spatial layout, light sources, color temperature, and mood. storyboard_generator.py emits shot IDs, shot size, composition, blocking, camera movement, mood keywords, duration, and transitions. Finally, consistency_checker.py checks cross-shot character, scene, and lighting consistency, while export_utils.py exports Markdown, JSON, CSV, or Excel files and can produce a visual storyboard by scene, character, or location.

Limits

It is best for multi-scene short-drama scripts with repeated characters and locations where batch prompt generation and consistency matter. If the input is a single poster brief, one-line ad copy, or a badly formatted script, parsing quality depends heavily on source text. Style references, character references, and existing setting sheets are optional enhancements, not required.

Use Cases

  • Split a 10-scene short-drama Word script into generatable shot prompts with shot size, camera movement, and mood keywords.
  • Extract a character’s base look, hairstyle, and costume changes to add cross-shot consistency constraints.
  • Encode night, rain, and mixed color-temperature scenes into prompts with light direction, intensity, color tone, and atmosphere.
  • Batch-process multiple Final Draft .fdx scripts and export scene-, character-, and setting-based Markdown or Excel storyboards.

Best For

  • Scriptwriters preparing short-drama preproduction need a shot list for AI video test renders.
  • Video editors writing AI short-film prompts need character, scene, and camera-movement parameters.
  • Producers managing short-drama content need batch Markdown or Excel storyboards to track scenes and costumes.
  • Art directors or directors need cross-shot lighting, character appearance, and scene continuity checks.