ai-video-script

Generate structured short-video shooting scripts with per-shot image prompts, video prompts, and voiceover.

6.8k|540|Updated May 6, 2026
One-click install
npx skills add https://github.com/opensquilla/opensquilla --skill ai-video-script
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-video-script
Source: https://github.com/opensquilla/opensquilla/tree/main/src/opensquilla/skills/bundled/ai-video-script
Command: npx skills add https://github.com/opensquilla/opensquilla --skill ai-video-script

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing prompts for AI image and video generation models shot-by-shot is error-prone: characters drift between shots, styles are inconsistent, and downstream tools cannot parse free-form prose. This Skill turns a topic into a strict, machine-parseable shot list that downstream image and video generation skills can consume without ambiguity.

Core Features & Use Cases

  • Strict shot-list output: Emits an OVERVIEW block plus numbered SHOT blocks, each containing camera direction, image prompt, video prompt, voiceover, and on-screen text.
  • Identity and style anchoring: Copies caller-supplied identity anchors and render styles byte-for-byte into every shot so characters and aesthetics stay consistent across the whole video.
  • Dialogue-aware video prompts: Embeds Seedance-compatible dialogue and voiceover tags so generated videos include spoken audio and lip-sync, not just subtitles.
  • Use Case: A creator asks for a 50-second, 5-shot vertical short drama about a workplace revenge story; the Skill returns five parseable shot blocks with consistent character descriptions, dialogue tags, and 9:16 aspect-ratio tokens ready for image and video generation.

Quick Start

Ask the agent to generate a 5-shot vertical short-video script about your topic, providing a character identity description and a render style to anchor every shot.

Frequently Asked Questions about ai-video-script

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

FAQPage Schema
How do I generate a short-video script for AI video generation?

Provide a topic, target duration, aspect ratio, and optionally a style and audience. The Skill returns a strict shot list where each shot contains an image prompt, video prompt, voiceover line, and on-screen text ready for downstream generation models.

How do I keep characters consistent across AI-generated video shots?

Pass an identity anchor describing each character's appearance, and the Skill copies it byte-for-byte into every shot's image and video prompt. This verbatim repetition gives the video model a stable identity reference across all shots.

Does the script support AI video with spoken dialogue and lip-sync?

Yes. Each shot's video prompt embeds a Dialogue or Voiceover tag with the character name, emotion, and spoken line, which Seedance-style models use to generate audio and lip-sync. The voiceover text is also kept verbatim for subtitle burn-in.

Can I write video prompts in Chinese for Seedance?

Yes. The Skill matches the user's language for all fields, and Chinese prompts are recommended for Chinese stories since Seedance is a Chinese-first model that often produces more on-topic results from native Chinese prompts.

What are the limitations of the generated shot list?

The Skill emits between 1 and 10 shots per pass and never calls image or video APIs itself. It also does not invent render styles or character identities; missing anchors are flagged with literal sentinel values so callers can detect the gap.