ai-video-production-master

erichowens/some_claude_skills · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/erichowens/some_claude_skills --skill ai-video-production-master
0 commentsdiscussion
summary

Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in:

skill.md

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
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
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
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:

python scripts/cost_calculator.py --shots 10 --duration 5

2. Cloud Batch Processing

Run I2V generation on cloud GPUs for 50x speedup:

python scripts/cloud_i2v_batch.py --images ./keyframes --provider vastai

3. Motion Graphics Generation

Create professional title cards, lower thirds, and data visualizations:

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)
how to use ai-video-production-master

How to use ai-video-production-master on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add ai-video-production-master
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/erichowens/some_claude_skills --skill ai-video-production-master

The skills CLI fetches ai-video-production-master from GitHub repository erichowens/some_claude_skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/ai-video-production-master

Reload or restart Cursor to activate ai-video-production-master. Access the skill through slash commands (e.g., /ai-video-production-master) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

Task Automation & Efficiency

Automate repetitive workflows and reduce manual effort

Example

Generate reports, summarize documents, draft communications

Save 3-5 hours per week on routine tasks

Knowledge Enhancement

Learn new skills, understand complex topics, get expert guidance

Example

Explain concepts, provide examples, suggest learning resources

Accelerate learning and skill development by 2x

Quality Improvement

Enhance output quality through reviews, suggestions, and refinements

Example

Review drafts, suggest improvements, catch errors

Improve work quality by 30-40% with less effort

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client with skill support
  • Clear understanding of task or problem to solve
  • Willingness to iterate and refine outputs

Time Estimate

15-45 minutes depending on use case complexity

Installation Steps

  1. 1.Install skill using provided installation command
  2. 2.Test with simple use case relevant to your work
  3. 3.Evaluate output quality and relevance
  4. 4.Iterate on prompts to improve results
  5. 5.Integrate into regular workflow if valuable

Common Pitfalls

  • Expecting perfect results without iteration
  • Not providing enough context in prompts
  • Using skill for tasks outside its intended scope
  • Accepting outputs without review and validation

Best Practices

✓ Do

  • +Start with clear, specific prompts
  • +Provide relevant context and constraints
  • +Review and refine all outputs before using
  • +Iterate to improve output quality
  • +Document successful prompt patterns

✗ Don't

  • Don't use without understanding skill limitations
  • Don't skip validation of outputs
  • Don't share sensitive information in prompts
  • Don't expect skill to replace human judgment

💡 Pro Tips

  • Be specific about desired format and style
  • Ask for multiple options to choose from
  • Request explanations to understand reasoning
  • Combine AI efficiency with human expertise

When to Use This

✓ Use When

Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.

✗ Avoid When

Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.

Learning Path

  1. 1Familiarize yourself with skill capabilities and limitations
  2. 2Start with low-risk, non-critical tasks
  3. 3Progress to more complex and valuable use cases
  4. 4Build expertise through regular use and experimentation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.847 reviews
  • Ganesh Mohane· Dec 24, 2024

    Keeps context tight: ai-video-production-master is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Emma Abbas· Dec 12, 2024

    We added ai-video-production-master from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Neel Nasser· Dec 4, 2024

    Solid pick for teams standardizing on skills: ai-video-production-master is focused, and the summary matches what you get after install.

  • Arya Agarwal· Nov 23, 2024

    We added ai-video-production-master from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Anaya Zhang· Nov 23, 2024

    Keeps context tight: ai-video-production-master is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Zaid Johnson· Nov 3, 2024

    Solid pick for teams standardizing on skills: ai-video-production-master is focused, and the summary matches what you get after install.

  • Aisha Iyer· Oct 22, 2024

    ai-video-production-master has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Anika Ndlovu· Oct 14, 2024

    ai-video-production-master fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Aisha Choi· Oct 14, 2024

    ai-video-production-master is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Anaya Liu· Sep 21, 2024

    Solid pick for teams standardizing on skills: ai-video-production-master is focused, and the summary matches what you get after install.

showing 1-10 of 47

1 / 5