Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
erichowens avatar

Ai Video Production Master

  • 316 installs
  • 178 repo stars
  • Updated July 14, 2026
  • erichowens/some_claude_skills

ai-video-production-master is a Claude skill that plans and produces AI-assisted marketing or product videos—including scripts, scenes, voiceover, edits, and export specs—for developers who need campaign, demo, or social

About

ai-video-production-master is a Claude skill from erichowens/some_claude_skills for end-to-end AI-assisted video production spanning scripting, scene planning, voiceover direction, edit notes, and export specifications. The workflow guides agents through structuring a video narrative, breaking it into producible scenes, and specifying technical output requirements for downstream editing or generative video tools. Developers reach for ai-video-production-master when shipping product demos, launch explainers, tutorial clips, or social clips where a structured production brief beats ad-hoc prompting. The skill treats video as a pipeline of script, scene, audio, edit, and export artifacts rather than a single generative prompt.

  • End-to-end video production briefs
  • Scene and shot list structuring
  • AI voice and visual asset planning
  • Edit pacing and CTA placement
  • Channel-specific export guidance

Ai Video Production Master by the numbers

  • 316 all-time installs (skills.sh)
  • Ranked #499 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/erichowens/some_claude_skills --skill ai-video-production-master

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs316
repo stars178
Last updatedJuly 14, 2026
Repositoryerichowens/some_claude_skills

How do you plan AI-assisted product demo videos?

Plan and produce AI-assisted marketing or product videos—scripts, scenes, voiceover, edits, and export specs—for campaigns, demos, and social distribution.

Who is it for?

Developers or technical marketers producing structured demo, launch, or social videos with AI tooling rather than a full video editor crew.

Skip if: Teams needing broadcast-grade post-production, legal clearance workflows, or real-time live streaming setup without a scripted asset plan.

When should I use this skill?

Planning or producing marketing, product demo, or social videos that need scripts, scenes, voiceover, and export specs.

What you get

Video scripts, scene plans, voiceover directions, edit specifications, and export-ready production briefs.

Files

SKILL.mdMarkdownGitHub ↗

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)

ApproachTimeCostBest For
Stock Footage + AI30 minFree-$20/moEducational, corporate
Sora (ChatGPT Plus)30 min$20/moCreative, unique scenes
Full Local I2V (M4 Max)15+ hours$0When you need specific images
Cloud I2V (RTX 4090)30 min~$0.50Batch I2V processing
InVideo Max30 min$48/moFull automation
Runway Gen-330 min~$15-25High-quality T2V

Cloud GPU Pricing

ProviderGPU$/hrI2V Time/Clip
Vast.aiH100 80GB$1.87~2 min
RunPodH100 80GB$1.99~2 min
RunPodA100 80GB$1.74~3 min
LambdaH100$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

FAQ

What outputs does ai-video-production-master produce?

ai-video-production-master delivers structured video production artifacts including scripts, scene breakdowns, voiceover direction, edit notes, and export specifications suitable for campaigns, demos, and social distribution.

When should developers use ai-video-production-master?

Developers should use ai-video-production-master when creating marketing, product demo, or social videos and need a full production plan before invoking generative video or editing tools.

Generative Mediacontentdistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.