video-gen

Generates videos from scripts via automated storyboard prompts and batched rendering workflows.

2|1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/littlewwwhite/AgentOS-TS --skill video-gen-littlewwwhite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-gen
Source: https://github.com/littlewwwhite/AgentOS-TS/tree/main/.claude/skills/video-gen
Command: npx skills add https://github.com/littlewwwhite/AgentOS-TS --skill video-gen-littlewwwhite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, google-genai, tqdm, opencv-python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

从剧本出发,一站式生成视频内容:自动将剧本与指令转化为分镜提示词(Storyboard prompts)并批量生成视频,降低从创意到成品的时间成本。

Core Features & Use Cases

  • 从剧本到分镜提示词的自动生成(Phase 1)与批量视频生成(Phase 2)的完整工作流
  • 支持自动化模式(Auto)与人工确认模式(Manual),并提供统一的 I/O 路径约定
  • 与 Kling Omni、Seedance2 等模型搭配使用,具备主体/参考对象映射能力
  • 能在一个工作目录内直接发现并执行技能内容,方便 Claude/Codex/相关代理协同工作

Quick Start

Run the batch_generate.py script with your output directory to start end-to-end video generation.

Frequently Asked Questions about video-gen

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

FAQPage Schema
How do I generate videos from a script automatically?

Yes, you can batch generate videos from scripts using the batch_generate.py script. It processes a complete workflow from script to storyboard prompts and renders final video outputs in production-like pipelines within your specified output directory.

Can I use Kling Omni or Seedance2 for AI video generation?

Yes, the video generation workflow works with Kling Omni and Seedance2 models. It features subject and reference object mapping capabilities to ensure consistency across generated storyboard scenes and final video outputs.

Do I need to manually confirm storyboard prompts before video rendering?

Manual confirmation of storyboard prompts is optional. The workflow supports both Auto mode for fully automated end-to-end video generation and Manual mode for human confirmation, adhering to unified I/O path conventions.

What is the best way to manage multi-episode video generation pipelines?

To manage multi-episode pipelines, use a unified workflow that coordinates prompt generation, asset mapping, and delivery orchestration. It integrates Claude-like subagents for prompts and Gemini for video review to ensure quality.

Does automated video generation work with Pillow and opencv-python dependencies?

Yes, automated video generation works with Pillow and opencv-python dependencies. The pipeline also requires google-genai and tqdm, using these libraries to handle image processing, video generation, and batch progress tracking.