A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
AI-powered video production suite for Claude Code. Edit, transcode, caption, analyze, generate (Veo), stock footage prom

AI-powered video production suite for Claude Code. Edit, transcode, caption, analyze, generate, and create promo videos: all from your terminal.
git clone https://github.com/AgriciDaniel/claude-video.git
cd claude-video
bash install.sh
git clone https://github.com/AgriciDaniel/claude-video.git
cd claude-video
# Copy skills manually to %USERPROFILE%\.claude\skills\
claude
/video # Interactive: describe what you want
/video edit # Trim, cut, merge, transitions
/video transcode # Convert codecs, compress
/video caption # Transcribe + animated subtitles
/video analyze # Inspect metadata, quality metrics
/video export youtube # Platform-optimized export
/video promo # Stock footage promo with adaptive text
/video generate # AI video generation (Veo)
/video shorts # Longform → shortform clips
/video enhance # AI upscale, face restore
| Command | What it does |
|---|---|
/video | Interactive mode: describe what you want |
/video edit | Trim, cut, split, merge, speed, crop, overlay, stabilize, transitions |
/video transcode | Convert codecs, compress, GPU-accelerated encoding |
/video audio | Normalize loudness, reduce noise, mix, extract |
/video caption | Transcribe speech → animated subtitles (Whisper + ASS) |
/video analyze | Inspect with FFprobe, measure quality (VMAF/SSIM/PSNR) |
/video export | One-command export: YouTube, TikTok, Instagram, LinkedIn, Web, GIF |
/video download | Download video via yt-dlp |
/video create | Programmatic video creation via Remotion |
/video shorts | Longform → shortform pipeline |
/video image | AI image generation (Gemini, FLUX.2, SD) |
/video generate | AI video generation (Veo 3.x) |
/video screenshot | Web capture via Playwright |
/video enhance | AI upscale, frame interpolation, face restore |
/video enhance-audio | AI audio: source separation, denoise, TTS |
/video promo | Stock footage promo videos with contrast-aware text |
~/.claude/
├── skills/
│ ├── claude-video/ # Main orchestrator
│ │ ├── SKILL.md # Command routing
│ │ ├── scripts/ # 19 Python/Bash scripts
│ │ └── references/ # 15 on-demand knowledge files
│ ├── claude-video-edit/ # Editing sub-skill
│ ├── claude-video-transcode/ # Transcoding sub-skill
│ ├── claude-video-caption/ # Captioning sub-skill
│ ├── claude-video-promo/ # Stock footage promo sub-skill
│ └── ... (15 sub-skills total)
└── agents/
├── claude-video-encoder.md # Batch encoding specialist
├── claude-video-analyst.md # Quality assessment specialist
└── claude-video-producer.md # Production pipeline specialist
The promo pipeline creates marketing videos using free stock footage with contrast-aware text:
Search Pixabay → Download → Analyze Contrast → Generate TTS → Render with Remotion
↓
4x3 luminance grid per second
↓
AdaptiveText adjusts backing plate per frame
Dark bg → no backing | Bright bg → dark plate
cd claude-video/promo-pipeline
npm install
export PIXABAY_API_KEY="your-free-key" # Get at pixabay.com/api/docs/
export GOOGLE_AI_API_KEY="your-gemini-key" # For TTS voiceover
Part of the AI Marketing Suite:
| Skill | Purpose |
|---|---|
| Claude SEO | SEO analysis, audits, schema |
| Claude Blog | Blog writing, optimization |
| Claude Video | Video production, promos |
# Remove skills
rm -rf ~/.claude/skills/claude-video*
# Remove agents
rm -f ~/.claude/agents/claude-video-*.md
See CONTRIBUTING.md.
Design enforcement with memory — keeps your UI consistent across a project
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c