ai-video-production-master by erichowens/some_claude_skills
npx skills add https://github.com/erichowens/some_claude_skills --skill ai-video-production-master精通适用于 Apple Silicon Mac 的脚本到视频制作流程。专长领域:
✅ 在以下情况使用此技能:
❌ 不要在以下情况使用:
sound-engineer 技能physics-rendering-expert 技能广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
clip-aware-embeddings 或图像生成工具根据您的内容选择合适的方法:
最适合:教育、企业、解说、纪录片
使用精选的素材库(Pexels、Pixabay、Storyblocks)
最专业、最可靠的结果
快速周转(完整视频约 30 分钟)
脚本 → AI 选择匹配片段 → 旁白 + 音乐
python scripts/stock_video_generator.py --script script.txt --style documentary
最适合:抽象视觉效果、创意短片、独特场景
真正的生成式 AI(无素材库)
使用:Sora API、Runway Gen-3、Pika、Kling
比 I2V 更干净(无奇怪的图像伪影)
用于多镜头叙事的分镜控制
python scripts/t2v_generator.py --prompt "A serene mountain lake at sunset" --provider sora
最适合:动画化徽标、概念艺术、特定构图
通过细微运动使现有图像动画化
如果源图像是 AI 生成的,可能看起来"奇怪"
最好使用干净、专业的源图像
python scripts/cloud_i2v_batch.py --images ./keyframes --provider vastai
根据镜头组合方法:
比较并推荐本地(M4 Max)与云端(H100/A100)处理的最佳组合:
python scripts/cost_calculator.py --shots 10 --duration 5
在云端 GPU 上运行 I2V 生成,速度提升 50 倍:
python scripts/cloud_i2v_batch.py --images ./keyframes --provider vastai
创建专业的标题卡、下三分之一字幕和数据可视化:
python scripts/motion_graphics_generator.py --type title --style deep_glow --title "Your Title"
提供以下方面的指导:
提供以下模板和指导:
ai-video-production-master/
├── README.md # 综合指南
├── SKILL.md # 本文件
├── scripts/
│ ├── cost_calculator.py # 成本比较工具
│ ├── cloud_i2v_batch.py # 云端批量 I2V(Vast.ai/RunPod)
│ ├── stock_video_generator.py # 素材库视频组装(Invideo风格)
│ ├── t2v_generator.py # 文本到视频(Sora/Runway/Pika)
│ └── motion_graphics_generator.py # 标题卡、下三分之一字幕
├── workflows/
│ └── comfyui_i2v_optimized.json # 优化的 ComfyUI 工作流
└── docs/
├── ARTIST_COMMISSIONING_GUIDE.md # 雇佣艺术家指南
└── contracts/
└── artist_commission_template.md # 合同模板
| 方法 | 时间 | 成本 | 最适合 |
|---|---|---|---|
| 素材库视频 + AI | 30 分钟 | 免费-$20/月 | 教育、企业 |
| Sora(ChatGPT Plus) | 30 分钟 | $20/月 | 创意、独特场景 |
| 全本地 I2V(M4 Max) | 15+ 小时 | $0 | 当您需要特定图像时 |
| 云端 I2V(RTX 4090) | 30 分钟 | ~$0.50 | 批量 I2V 处理 |
| InVideo Max | 30 分钟 | $48/月 | 全自动化 |
| Runway Gen-3 | 30 分钟 | ~$15-25 | 高质量 T2V |
| 提供商 | GPU | $/小时 | I2V 时间/片段 |
|---|---|---|---|
| Vast.ai | H100 80GB | $1.87 | ~2 分钟 |
| RunPod | H100 80GB | $1.99 | ~2 分钟 |
| RunPod | A100 80GB | $1.74 | ~3 分钟 |
| Lambda | H100 | $2.99 | ~2 分钟 |
neo_brutalist - 原始、故障、实用主义deep_glow - 强烈的光晕、分层霓虹liquid_motion - 流体、变形字体retro_revival - 80/90 年代颗粒感和霓虹glass_morphism - 磨砂玻璃、深度分层Python 包:
外部工具:
每周安装次数
136
代码仓库
GitHub 星标数
76
首次出现
Jan 22, 2026
安全审计
已安装于
opencode123
gemini-cli117
codex117
cursor115
github-copilot108
cline93
Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in:
✅ USE this skill for:
❌ DO NOT use for:
sound-engineer skillphysics-rendering-expert skillclip-aware-embeddings or image gen toolsChoose the right approach based on your 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
python scripts/stock_video_generator.py --script script.txt --style documentary
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
python scripts/t2v_generator.py --prompt "A serene mountain lake at sunset" --provider sora
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
python scripts/cloud_i2v_batch.py --images ./keyframes --provider vastai
Combine approaches per shot:
Compare and recommend the optimal mix of local (M4 Max) vs cloud (H100/A100) processing:
python scripts/cost_calculator.py --shots 10 --duration 5
Run I2V generation on cloud GPUs for 50x speedup:
python scripts/cloud_i2v_batch.py --images ./keyframes --provider vastai
Create professional title cards, lower thirds, and data visualizations:
python scripts/motion_graphics_generator.py --type title --style deep_glow --title "Your Title"
Provide guidance on:
Templates and guidance for:
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
| 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 |
| 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 |
neo_brutalist - Raw, glitchy, utilitariandeep_glow - Intense light blooms, layered neonsliquid_motion - Fluid, morphing typographyretro_revival - 80s/90s grain and neonglass_morphism - Frosted glass, depth layersPython packages:
External tools:
Weekly Installs
136
Repository
GitHub Stars
76
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode123
gemini-cli117
codex117
cursor115
github-copilot108
cline93
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
63,800 周安装