video-generator
Video Generator lets you create polished short-form videos by writing text prompts, choosing between Google VEO 3.1 for synchronized audio or OpenAI Sora for visual quality and longer clips up to 12 seconds. The skill includes storyboarding guidance, prompt structuring rules, and cost estimates to help you iterate efficiently.
Video Generator creates professional short-form videos from text prompts using Google VEO 3.1 or OpenAI Sora.
AI-generated summary based on this skill's SKILL.md
Install
cdeistopened/skill-stack/video-generator · repository language: TypeScript
git clone https://github.com/cdeistopened/skill-stack
cp -r skill-stack/.claude/skills/video-generator ~/.claude/skills/video-generatornpx skillfed install cdeistopened/skill-stack/video-generatorFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I generate AI videos with Google VEO or OpenAI Sora?
Video Generator lets you create short-form videos by writing text prompts and selecting your preferred engine. Google VEO 3.1 excels at synchronized audio and dialogue, while OpenAI Sora prioritizes visual quality and supports clips up to 12 seconds. The skill guides you through prompt structuring, storyboarding, and choosing the right tool for your needs.
What's the difference between VEO and Sora in Video Generator?
Video Generator helps you choose between VEO 3.1 and Sora based on your priorities. VEO 3.1 is optimized for native audio and synchronized dialogue, making it ideal for videos with sound effects or voiceovers. Sora delivers superior visual quality and longer durations up to 12 seconds, better for cinematic or complex scenes.
Can Video Generator create vertical videos for social media?
Yes. Video Generator supports vertical 9:16 format optimization for Reels, TikTok, and other social platforms. The skill includes guidance on framing prompts for vertical layouts and helps you iterate quickly with fast drafts before final renders to maximize engagement on mobile-first channels.
Does Video Generator support video generation with native audio?
Video Generator prioritizes audio support through Google VEO 3.1, which creates videos with synchronized audio and dialogue. The skill provides prompt structuring rules to ensure your audio requirements are clearly communicated, and includes cost estimates to help you plan multi-iteration workflows efficiently.
How does Video Generator help me iterate on video concepts?
Video Generator enables rapid iteration by helping you structure prompts effectively, storyboard scenes before generation, and estimate costs upfront. You can create fast drafts to test concepts, then refine based on results before committing to final renders, reducing wasted generation credits.
What guidance does Video Generator provide for prompt writing?
Video Generator includes comprehensive prompt structuring rules, storyboarding guidance, and best practices for both VEO and Sora. The skill helps you craft clear, detailed text prompts that maximize generation quality, whether you're making product demos, podcast headers, or professional social content.
SKILL.md
rendered from the published skill — quoted content, verbatim
Video Generator
Generate professional short-form videos using Google VEO 3.1 (with native audio) or OpenAI Sora (high visual quality, up to 12s).
Prerequisites & Setup
API Keys
You need at least one. Both gives you maximum flexibility.
VEO (Google): 1. Go to Google AI Studio 2. Sign in with your Google account 3. Click "Create API Key" 4. Copy the generated key
export GEMINI_API_KEY=your_gemini_key_here
Sora (OpenAI): 1. Go to OpenAI Platform 2. Create a new API key 3. Copy the generated key
export OPENAI_API_KEY=your_openai_key_here
Install Dependencies
pip install google-genai requests
Available Models
| Provider | Model | CLI --model |
Best For |
|---|---|---|---|
| VEO | Veo 3.1 Standard | standard |
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
.claude/skills/video-generator/SKILL.md
.claude/skills/video-generator/scripts/generate_video.py