ai-video-production-master
Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in hybrid local/cloud workflows, LoRA training for character consistency, motion graphics generation, and artist commissioning. Activate on 'AI video production', 'script to video', 'video generation pipeline', 'character consistency', 'LoRA training', 'cloud GPU', 'motion graphics', 'Wan I2V', 'InVideo alternative'. NOT for real-time video editing, video compositing (use DaVinci/Premiere), audio production, or 3D modeling (use Blender/Maya).
Best use case
ai-video-production-master is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in hybrid local/cloud workflows, LoRA training for character consistency, motion graphics generation, and artist commissioning. Activate on 'AI video production', 'script to video', 'video generation pipeline', 'character consistency', 'LoRA training', 'cloud GPU', 'motion graphics', 'Wan I2V', 'InVideo alternative'. NOT for real-time video editing, video compositing (use DaVinci/Premiere), audio production, or 3D modeling (use Blender/Maya).
Teams using ai-video-production-master should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ai-video-production-master/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ai-video-production-master Compares
| Feature / Agent | ai-video-production-master | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in hybrid local/cloud workflows, LoRA training for character consistency, motion graphics generation, and artist commissioning. Activate on 'AI video production', 'script to video', 'video generation pipeline', 'character consistency', 'LoRA training', 'cloud GPU', 'motion graphics', 'Wan I2V', 'InVideo alternative'. NOT for real-time video editing, video compositing (use DaVinci/Premiere), audio production, or 3D modeling (use Blender/Maya).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# AI Video Production Master
Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in:
- **Multiple video approaches**: Stock footage, T2V (Sora-style), I2V, hybrid
- Hybrid local/cloud workflows for cost optimization
- Style and character consistency (LoRA, IPAdapter, prompt discipline)
- Motion graphics and synthetic elements (title cards, data viz, lower thirds)
- Artist commissioning for training datasets
- Cloud GPU orchestration (Vast.ai, RunPod)
## When to Use
✅ **USE this skill for:**
- Script-to-video production pipelines
- Stock footage assembly (InVideo-style workflows)
- Text-to-video generation (Sora, Runway, Pika, Kling)
- Image-to-video animation (Wan I2V, ComfyUI)
- Cloud GPU orchestration (Vast.ai, RunPod, Lambda)
- Motion graphics generation (title cards, lower thirds, data viz)
- LoRA training for character/style consistency
- Artist commissioning for training datasets
- Cost optimization between local and cloud processing
❌ **DO NOT use for:**
- Real-time video editing → use DaVinci Resolve, Premiere Pro
- Video effects/compositing → use After Effects, Fusion
- Audio production/mixing → use `sound-engineer` skill
- 3D modeling/animation → use Blender, Maya, or `physics-rendering-expert` skill
- Static image generation → use `clip-aware-embeddings` or image gen tools
## Video Generation Approaches
Choose the right approach based on your content:
### Stock Footage (Invideo-style) - RECOMMENDED for most content
Best for: Educational, corporate, explainers, documentaries
- Uses curated stock libraries (Pexels, Pixabay, Storyblocks)
- Most professional, reliable results
- Fast turnaround (~30 min for full video)
- Script → AI selects matching clips → voiceover + music
```bash
python scripts/stock_video_generator.py --script script.txt --style documentary
```
### Text-to-Video (Sora-style) - For creative/artistic content
Best for: Abstract visuals, creative shorts, unique scenes
- True generative AI (no stock footage)
- Uses: Sora API, Runway Gen-3, Pika, Kling
- Cleaner than I2V (no weird image artifacts)
- Storyboard control for multi-shot narratives
```bash
python scripts/t2v_generator.py --prompt "A serene mountain lake at sunset" --provider sora
```
### Image-to-Video (I2V) - For animating specific images
Best for: Animating logos, concept art, specific compositions
- Animates existing images with subtle motion
- Can look "weird" if source images are AI-generated
- Best with clean, professional source images
```bash
python scripts/cloud_i2v_batch.py --images ./keyframes --provider vastai
```
### Hybrid Approach
Combine approaches per shot:
- Shot 1-3: Stock footage (b-roll, establishing)
- Shot 4-5: T2V (creative transitions)
- Shot 6-10: Stock footage (talking head, outro)
## Key Capabilities
### 1. Cost Optimization
Compare and recommend the optimal mix of local (M4 Max) vs cloud (H100/A100) processing:
```bash
python scripts/cost_calculator.py --shots 10 --duration 5
```
### 2. Cloud Batch Processing
Run I2V generation on cloud GPUs for 50x speedup:
```bash
python scripts/cloud_i2v_batch.py --images ./keyframes --provider vastai
```
### 3. Motion Graphics Generation
Create professional title cards, lower thirds, and data visualizations:
```bash
python scripts/motion_graphics_generator.py --type title --style deep_glow --title "Your Title"
```
### 4. Style Consistency
Provide guidance on:
- LoRA training parameters (rank, alpha, learning rate, steps)
- IPAdapter + FaceID for character consistency
- Prompt discipline and trigger words
- Reference image workflows
### 5. Artist Commissioning
Templates and guidance for:
- Finding artists (ArtStation, Fiverr, Upwork)
- Structuring commission requests
- AI training rights contracts
- Quality control and review processes
## Files in This Skill
```
ai-video-production-master/
├── README.md # Comprehensive guide
├── SKILL.md # This file
├── scripts/
│ ├── cost_calculator.py # Cost comparison tool
│ ├── cloud_i2v_batch.py # Cloud batch I2V (Vast.ai/RunPod)
│ ├── stock_video_generator.py # Stock footage assembly (Invideo-style)
│ ├── t2v_generator.py # Text-to-video (Sora/Runway/Pika)
│ └── motion_graphics_generator.py # Title cards, lower thirds
├── workflows/
│ └── comfyui_i2v_optimized.json # Optimized ComfyUI workflow
└── docs/
├── ARTIST_COMMISSIONING_GUIDE.md # Hiring artists
└── contracts/
└── artist_commission_template.md # Contract template
```
## Quick Reference
### Cost Comparison (10-shot video)
| Approach | Time | Cost | Best For |
|----------|------|------|----------|
| Stock Footage + AI | 30 min | Free-$20/mo | Educational, corporate |
| Sora (ChatGPT Plus) | 30 min | $20/mo | Creative, unique scenes |
| Full Local I2V (M4 Max) | 15+ hours | $0 | When you need specific images |
| Cloud I2V (RTX 4090) | 30 min | ~$0.50 | Batch I2V processing |
| InVideo Max | 30 min | $48/mo | Full automation |
| Runway Gen-3 | 30 min | ~$15-25 | High-quality T2V |
### Cloud GPU Pricing
| Provider | GPU | $/hr | I2V Time/Clip |
|----------|-----|------|---------------|
| Vast.ai | H100 80GB | $1.87 | ~2 min |
| RunPod | H100 80GB | $1.99 | ~2 min |
| RunPod | A100 80GB | $1.74 | ~3 min |
| Lambda | H100 | $2.99 | ~2 min |
### Motion Graphics Styles
- `neo_brutalist` - Raw, glitchy, utilitarian
- `deep_glow` - Intense light blooms, layered neons
- `liquid_motion` - Fluid, morphing typography
- `retro_revival` - 80s/90s grain and neon
- `glass_morphism` - Frosted glass, depth layers
## Dependencies
Python packages:
- httpx (for cloud API calls)
- argparse, json, subprocess (stdlib)
External tools:
- FFmpeg (video encoding)
- rsvg-convert or ImageMagick (SVG to PNG)
- ComfyUI (local generation)Related Skills
Golden Master
Track source-of-truth relationships between files — know when derived content becomes stale.
vidu-video
使用 Vidu Q3 Pro 模型生成视频。当用户想要文生视频、生成带音频的视频,或提到 vidu 时使用此 skill。
videodb-skills
Upload, stream, search, edit, transcribe, and generate AI video and audio using the VideoDB SDK.
videocut:安装
环境准备。安装依赖、下载模型。触发词:安装、环境准备、初始化
video
Generate videos using fal.ai (Wan, Kling) or Sora. Text-to-video and image-to-video.
video-toolkit
Intelligent video processor for downloading media and extracting transcripts from YouTube and 1000+ supported sites. Automatically handles format selection, subtitle extraction, and post-processing.
video-processing-editing
FFmpeg automation for cutting, trimming, concatenating videos. Audio mixing, timeline editing, transitions, effects. Export optimization for YouTube, social media. Subtitle handling, color grading, batch processing. Use for videogen projects, content creation, automated video production. Activate on "video editing", "FFmpeg", "trim video", "concatenate", "transitions", "export optimization". NOT for real-time video editing UI, 3D compositing, or motion graphics.
video-commercial
Generate 30-second video commercials from a concept. Creates storyboard, generates scene images, adds narration via ElevenLabs, assembles final video. Use when asked to create commercials, promo videos, video ads, or short marketing videos.
video-analyzer
鏅鸿兘鍒嗘瀽 Bilibili/YouTube/鏈湴瑙嗛锛岀敓鎴愯浆鍐欍€佽瘎浼板拰鎬荤粨銆傛敮鎸佸叧閿抚鎴浘鑷姩宓屽叆銆?
Media Uploader - R2/S3 with video download
Upload files or download videos from popular platforms (YouTube, Vimeo, Bilibili, etc.) and upload to Cloudflare R2, AWS S3, or any S3-compatible storage with secure presigned download links.
ltxv2-video
Build LTX-V2 19B video workflows — text-to-video, image-to-video, distilled model, camera control LoRAs, and two-stage upscaling
edu-video-analyzer
Analyze educational YouTube channels for classroom adoption potential, curriculum alignment, and pedagogical effectiveness. Use when comparing educational video content (like MRU vs Crash Course), evaluating teaching methodologies, identifying content gaps for course design, or developing educational video strategy focused on student learning outcomes rather than monetization.