AI Video Generation
Create AI videos with Sora 2, Veo 3, Seedance, Runway, and modern APIs using reliable prompt and rendering workflows.
Iván
@ivangdavila
What This Skill Does
Generates, edits, and scales AI videos using Sora 2, Veo 3, Seedance, Runway, and other modern APIs. Provides prompt engineering guidance, model routing by task, and async pipeline patterns for reliable rendering.
Replaces manual trial-and-error across multiple video generation platforms by offering a unified workflow with model routing, fallback chains, and cost-aware drafting.
When to Use It
- Generate a short cinematic shot with a premium model like Sora 2 Pro
- Draft a low-cost video preview before committing to a high-resolution render
- Create an image-to-video sequence with precise motion control using Veo 3
- Produce a multi-shot narrative with consistent characters using Seedance
- Run a local privacy-first video generation with Wan2.2 or HunyuanVideo
- Set up an async rendering pipeline with polling, retries, and signed-URL download
Install
$ openclaw skills install @ivangdavila/video-generationSetup
On first use, read setup.md.
When to Use
User needs to generate, edit, or scale AI videos with current models and APIs. Use this skill to choose the right current model stack, write stronger motion prompts, and run reliable async video pipelines.
Architecture
User preferences persist in ~/video-generation/. See memory-template.md for setup.
~/video-generation/
├── memory.md # Preferred providers, model routing, reusable shot recipes
└── history.md # Optional run log for jobs, costs, and outputs
Quick Reference
| Topic | File |
|---|---|
| Initial setup | setup.md |
| Memory template | memory-template.md |
| Migration guide | migration.md |
| Model snapshot | benchmarks.md |
| Async API patterns | api-patterns.md |
| OpenAI Sora 2 | openai-sora.md |
| Google Veo 3.x | google-veo.md |
| Runway Gen-4 | runway.md |
| Luma Ray | luma.md |
| ByteDance Seedance | seedance.md |
| Kling | kling.md |
| Vidu | vidu.md |
| Pika via Fal | pika.md |
| MiniMax Hailuo | minimax-hailuo.md |
| Replicate routing | replicate.md |
| Open-source local models | open-source-video.md |
| Distribution playbook | promotion.md |
Core Rules
1. Resolve model aliases before API calls
Map community names to real API model IDs first.
Examples: sora-2, sora-2-pro, veo-3.0-generate-001, gen4_turbo, gen4_aleph.
2. Route by task, not brand preference
| Task | First choice | Backup |
|---|---|---|
| Premium prompt-only generation | sora-2-pro | veo-3.1-generate-001 |
| Fast drafts at lower cost | veo-3.1-fast-generate-001 | gen4_turbo |
| Long-form cinematic shots | gen4_aleph | ray-2 |
| Strong image-to-video control | veo-3.0-generate-001 | gen4_turbo |
| Multi-shot narrative consistency | Seedance family | hailuo-2.3 |
| Local privacy-first workflows | Wan2.2 / HunyuanVideo | CogVideoX |
3. Draft cheap, finish expensive
Start with low duration and lower tier, validate motion and composition, then rerender winners with premium models or longer durations.
4. Design prompts as shot instructions
Always include subject, action, camera motion, lens style, lighting, and scene timing. For references and start/end frames, keep continuity constraints explicit.
5. Assume async and failure by default
Every provider pipeline must support queued jobs, polling/backoff, retries, cancellation, and signed-URL download before expiry.
6. Keep a fallback chain
If the preferred model is blocked or overloaded:
- same provider lower tier, 2) equivalent cross-provider model, 3) open model/local run.
Common Traps
- Using nickname-only model labels in code -> avoidable API failures
- Pushing 8-10 second generations before validating a 3-5 second draft -> wasted credits
- Cropping after generation instead of generating native ratio -> lower composition quality
- Ignoring prompt enhancement toggles -> tone drift across providers
- Reusing expired output URLs -> broken export workflows
- Treating all providers as synchronous -> stalled jobs and bad timeout handling
External Endpoints
| Provider | Endpoint | Data Sent | Purpose |
|---|---|---|---|
| OpenAI | api.openai.com | Prompt text, optional input images/video refs | Sora 2 video generation |
| Google Vertex AI | aiplatform.googleapis.com | Prompt text, optional image input, generation params | Veo 3.x generation |
| Runway | api.dev.runwayml.com | Prompt text, optional input media | Gen-4 generation and image-to-video |
| Luma | api.lumalabs.ai | Prompt text, optional keyframes/start-end images | Ray generation |
| Fal | queue.fal.run | Prompt text, optional input media | Pika and Hailuo hosted APIs |
| Replicate | api.replicate.com | Prompt text, optional input media | Multi-model routing and experimentation |
| Vidu | api.vidu.com | Prompt text, optional start/end/reference images | Vidu text/image/reference video APIs |
| Tencent MPS | mps.tencentcloudapi.com | Prompt text and generation parameters | Unified AIGC video task APIs |
No other data is sent externally.
Security & Privacy
Data that leaves your machine:
- Prompt text
- Optional reference images or clips
- Requested rendering parameters (duration, resolution, aspect ratio)
Data that stays local:
- Provider preferences in
~/video-generation/memory.md - Optional local job history in
~/video-generation/history.md
This skill does NOT:
- Store API keys in project files
- Upload media outside requested provider calls
- Delete local assets unless the user asks
Trust
This skill can send prompts and media references to third-party AI providers. Only install if you trust those providers with your content.
Related Skills
Install with clawhub install <slug> if user confirms:
image-generation- Build still concepts and keyframes before video generationimage-edit- Prepare clean references, masks, and style framesvideo-edit- Post-process generated clips and final exportsvideo-captions- Add subtitle and text overlay workflowsffmpeg- Compose, transcode, and package production outputs
Feedback
- If useful:
clawhub star video-generation - Stay updated:
clawhub sync
Related skills
Video Generation Cellcog
@nitishgargiitdAI video generation and production powered by CellCog. Marketing videos, product demos, explainers, educational content, lipsync spokesperson videos, UGC, ne...
Video Agent (Deprecated)
@michaelwang11394[DEPRECATED — uses outdated v1/v2 endpoints] Use `create-video` for prompt-based video generation (v3 Video Agent) or `avatar-video` for precise avatar/scene...
Ai Video Gen
@rhanbourinajdEnd-to-end AI video generation - create videos from text prompts using image generation, video synthesis, voice-over, and editing. Supports OpenAI DALL-E, Replicate models, LumaAI, Runway, and FFmpeg editing.
Wan Image and Video Generation and Editting
@krisyejhImage and Video Generation and Editting wiht Wan series models. It offers text2image, image editting(with prompt), text2video, image2video and reference(imag...
Remotion Video Toolkit
@shreefentsarComplete toolkit for programmatic video creation with Remotion + React. Covers animations, timing, rendering (CLI/Node.js/Lambda/Cloud Run), captions, 3D, charts, text effects, transitions, and media handling. Use when writing Remotion code, building video generation pipelines, or creating data-driven video templates.
Seedance Video Generation
@jackycserGenerate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.