video-shotcraft
video-shotcraft is an open-source agent skill that turns Claude Code or Codex into a motion-design studio for product videos. Point the agent at your product and it storyboards, animates, and sound-designs a cinematic promo, marketing, launch, or demo video on top of Remotion: real page captures, 2.5D camera moves, beat-synced cuts, and film-grade sound effects. First-party source: github.com/Vincentwei1021/video-shotcraft (Apache-2.0, about 6,000 stars on 2026-08-22), with a searchable motion preview gallery.
Key Features
- 152 shot recipe cards: purpose, energy, suggested duration, parameters, implementation notes, and known pitfalls per shot, across 10 functional categories.
- 209 motion previews: searchable and filterable in the live Gallery, with tuned Remotion TSX demos containing real easing and timing.
- Production-ready template: "Ink Press" is a validated 36.2-second, 1920x1080, 30fps promo with 10 shots, 2.5D page camera moves, title cards, transitions, and a pinned cinematic SFX pass.
- Audio library: 5 BGM options plus 149 SFX across 16 scene/material categories (transition, impact, riser, camera, UI, text, paper, film, light, data, scifi, mech, glass, fluid, crowd, counter), md5-deduplicated with license URLs.
- JianYing (CapCut CN) export: the finished film can be exported as an editable JianYing draft, per-shot speed, captions, and audio all editable (verified on JianYing Pro 11.2 for macOS).
- Production methodology: capture, visual direction, storyboarding, sound design, beat sync, and final QA rules live in
SKILL.mdandreferences/.
Use Cases
- Web and desktop product promos: the primary target for the full toolkit.
- Feature demos, brand films, and launch videos: individual shot cards can be reused in these motion projects.
- Solo founders and marketers who want launch-grade video without hiring a motion designer.
Problems It Solves
- No motion design skills needed: the agent handles storyboard, animation, and sound design following the recipe cards.
- Beyond PPT-level animation: shot cards document real camera moves, transitions, beat-synced cuts, and SFX instead of flat slides.
- Reproducible quality: the validated template and deterministic Remotion components give consistent results.
Pricing
| Plan | Price | Notes |
|---|---|---|
| Skill | $0 | Apache-2.0 open source |
| Remotion | Free / paid | Free for individuals and small teams; companies may need a paid Remotion license |
Getting Started
- Install:
npx skills add Vincentwei1021/video-shotcraft, or just tell your agent "Install this skill for me: https://github.com/Vincentwei1021/video-shotcraft". - Point the skill at your product: "Use video-shotcraft to create a promo for my desktop product."
- Use the Ink Press template for the fastest path to a finished film, or pick shots in the Gallery first.
- Swap in your product's screenshots, copy, and branding; replace the bundled demo assets before publishing.
Frequently Asked Questions
Does it work with Claude Code and Codex?
Yes. Install into ~/.claude/skills/video-shotcraft or ~/.codex/skills/video-shotcraft; both are documented.
Do I need to know Remotion?
No. The skill manages Remotion for you. Its own license is free for individuals and small teams.
Can I edit the result after rendering?
Yes. The JianYing (CapCut CN) export keeps per-shot speed, captions, and audio editable.
Alternatives
- Claude Skills: Anthropic's official skills ecosystem.
- Emergency Card: another example of a community-built skill in the catalog.
Tips
- On low-core headless machines, render with
--concurrency=1and point at a local chrome-headless-shell. - Pick the SFX category first, then the timbre, per the sound-design reference.
- Always replace the bundled product screenshots with your own assets before publishing.
Conclusion
video-shotcraft is the fastest open route from product to cinematic promo if you already live in Claude Code or Codex. Install it, point at your product, and let the shot cards and template handle the motion design.
Comments
No comments yet. Be the first to comment!
Related Tools
VelaTerm
velaterm.com
Open-source terminal and agent manager built for the AI-agent era: organize Claude Code, Codex, and seven more agents into a project tree with live status, split panes, and remote access.
Emergency Medical Card
github.com/huifer/Claude-Ally-Health
Community Claude skill that turns health notes into an emergency card. Rechecked: MIT, 207 stars. Not a paid clinic or audited medical product.
Finishing a Development Branch Skill
github.com/obra/superpowers
Guide completion of development work with structured options for merge, PR, or cleanup after tests pass.
Related Insights
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.

Anthropic Subagent: The Multi-Agent Architecture Revolution
Deep dive into Anthropic multi-agent architecture design. Learn how Subagents break through context window limitations, achieve 90% performance improvements, and real-world applications in Claude Code.
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.