skillstested.com
All skills / Alternatives / Remotion skills

The tested Remotion skill alternative for product promos is video-shotcraft

Choose video-shotcraft when you want shot direction, a finished template, and a clear path to a product promo. Keep Remotion's official skills when you need broad API coverage, upgrade guidance, and your own visual system. For most product promos, install both: direction from video-shotcraft, implementation correctness from the official pack.

Current commits installed and rendered 2026-07-29

Ship a product promo

Start with video-shotcraft

Its shot cards and template give the agent concrete composition, timing, easing, and sound direction. Add the official pack underneath it for current Remotion rules.

Build a reusable video system

Start with the official pack

It gives the agent current implementation, rendering, caption, and upgrade rules without prescribing how the video should look. Bring your own art direction.

Direct answer: for a product promo due this week, use both. video-shotcraft is the direction layer; the official skills are the correctness layer. Neither replaces the Remotion framework.

Watch the complete outputs

These are the complete five-second MP4s from the current commits, not still-frame mockups. They use the identical brief and the same neutral synthesized check chime, normalized to an audible but restrained -24.1 LUFS. Press play and unmute to compare motion, pacing, composition, and sound.

video-shotcraft — current d491544, shot-card direction, H.264 + AAC
Official skills — current 0e444ef, rules-driven path, H.264 + AAC

Copy this and start now

Install both layers in the project where you want the video created. The commands target Claude Code; change the installer's agent flag if you use another supported coding agent.

Direction layer

Install video-shotcraft

npx skills add Vincentwei1021/video-shotcraft -a claude-code -y
Correctness layer

Install the official pack

npx skills add remotion-dev/skills -a claude-code -s '*' -y

Paste this production prompt

Use video-shotcraft for visual direction and the official Remotion skills for implementation correctness.

Create a finished 5-second product promo for [PRODUCT_NAME] using the real assets available at [PRODUCT_URL_OR_PROJECT_PATH]. Work in autonomous free-creation mode. Do not invent UI, testimonials, metrics, or customer claims.

Output requirements:
- 1920x1080, 30fps, H.264 MP4 with AAC audio
- 0.0–1.5s: product name and one factual promise
- 1.5–4.2s: one real product interaction or screenshot, with a clear focal point
- 4.2–5.0s: product URL or direct call to action, held long enough to read
- restrained motion, one subtle attributed or synthesized sound cue, no extra copy

Complete the work end to end: inspect the available assets, choose the shot card or free-form treatment, implement, render to out/product-promo.mp4, then verify duration, resolution, frame rate, video codec, and audio stream. If the URL is inaccessible, use only local project assets and say exactly what is missing. Return the playable file path, the assets used, and up to three factual revision choices. Do not stop at a storyboard or code-only result.
Expected result: a playable out/product-promo.mp4 plus a short asset list and revision choices. In our fresh Mac test, install-to-first-MP4 infrastructure time was about 5m 19s for the video-shotcraft starter and 8m 42s for the official-only scaffold; network downloads were included, prompt/code-authoring time was not. Both produced the first playable without a visual revision cycle. A real product with user assets may still need content revisions—that was outside this five-second test.

What was tested

Identical brief: A 5-second 1920x1080 30fps promo scene for skillstested.com: dark-on-light title 'Actually Tested' types on, then a green check mark scales in with a spring. Both versions use the same neutral synthesized check chime so motion and sound can be compared.
Metricvideo-shotcraftRemotion official skills
RepoVincentwei1021/video-shotcraftremotion-dev/skills
Stars2,561 as of 2026-07-294,135 as of 2026-07-29
Commit testedd4915440e444ef
Installnpx skills add Vincentwei1021/video-shotcraft -a claude-code -ynpx skills add remotion-dev/skills -a claude-code -s '*' -y
Install time42.54s fresh current-commit skills-CLI install4.12s fresh current-commit skills-CLI install
Payload on disk51.1MB2.57MB
Files installed660219
SKILL.md1 file(s), 205 lines, 729 words — bilingual trigger; Chinese-first instructions11 file(s), 869 lines, 3419 words — English
Audio assets bundledyesno (guidance only)

Both sides were installed in fresh environments and each current skill's own method was used to implement the same scene. The test isolates what the skills tell an agent to care about; it does not test every kind of Remotion project.

Time, output, and revision evidence

Metricvideo-shotcraftRemotion official skills
Fresh setup to first MP4319.0s ~5m 19s521.7s ~8m 42s
First render command151.6s ~2m 32s incl. browser download394.1s ~6m 34s incl. browser download
First browser download134.8s ~2m 15s375.5s ~6m 16s
Project setup124.79s fresh template dependencies; network included123.54s 12.62s scaffold + 110.92s dependencies; network included
Full 150-frame render8.655s8.094s
Output MP4 size114,641 bytes67,573 bytes
Visual revision cycles0 before the first playable0 before the first playable
Failures on the way11

The pure 150-frame render differed by less than a second. First-use browser downloads—not the render engine—dominated time to first MP4 and will vary by network and cache. The practical product difference remained upstream of rendering: video-shotcraft encoded composition and taste, while the official pack encoded implementation correctness.

Choose video-shotcraft when

Stay with the official pack when

Choose by the actual video job

DeliverableStart hereWhat you still provide
Product promo from screenshotsvideo-shotcraft + official packReal screenshots, factual copy, product URL
UI screenshot walkthroughvideo-shotcraft for pacing; official pack for implementationThe exact interaction order and focal points
Narrated product demoOfficial captions/audio guidance; add video-shotcraft only for art directionApproved script and recorded or generated voice track
Promo from existing footageA conventional editor or FFmpeg workflow firstSelected clips, edit decisions, music rights; neither skill is the primary editor
Reusable motion/design systemOfficial packDesign tokens, components, and art direction

Only the shared five-second generated scene was tested head to head here. The other rows are routing guidance so you do not force either skill onto the wrong job.

Current risks and what changed

video-shotcraft

pnpm dependency install — pnpm exited with ERR_PNPM_IGNORED_BUILDS for esbuild after dependencies were present; the render itself still completed
fix: use the template's npm workflow, or approve esbuild when pnpm is mandatory

Official Remotion skills

pnpm dependency install — pnpm exited with ERR_PNPM_IGNORED_BUILDS for esbuild after dependencies were present; the render itself still completed
fix: use the scaffold's npm workflow, or approve esbuild when pnpm is mandatory

The remaining current caveat is package-manager and first-browser setup. In both pnpm paths, dependencies installed but pnpm reported an ignored esbuild build script; the subsequent renders still succeeded. Use each template's npm workflow, or explicitly approve esbuild if pnpm is your standard. In locked-down CI, preinstall an approved Chrome Headless Shell and pass its path to Remotion instead of relying on the first-run download.

Current commits tested today

This conclusion was rerun on both current upstream commits on 2026-07-29. The July 25 official scaffold failure and installed hub-link failure no longer reproduce; they are historical findings, not current warnings.

CURRENT-COMMIT CHECKCURRENT VERIFIED
Checked
2026-07-29
Scope
Fresh skills-CLI installs from both current commits, current project setup, identical-brief full MP4 renders, stream inspection, and visual frame review.
video-shotcraft — tested current source d491544
  • The fresh install is 51.1MB and 660 files, down substantially from the July 23 build while retaining 104 shot cards, templates, and bundled audio.
  • The root trigger is bilingual; the detailed instruction body remains Chinese-first.
  • The current bundled template rendered the full five-second H.264/AAC output successfully.
Remotion official skills — tested current source 0e444ef
  • The current install exposes 11 top-level skills and occupies 2.57MB across 219 files.
  • The documented blank create-video scaffold completed successfully.
  • The embedded reference routes that failed in the July 25 install now resolve after a current skills-CLI install.

What this test did not prove

Recommendation

For a promo due this week: install both, paste the production prompt above, and let video-shotcraft direct while the official pack enforces correct Remotion code. For a reusable video system: start with the official pack and bring your own design system. This conclusion comes from the current-commit same-brief renders, not stars or README claims.

FAQ

Is video-shotcraft an alternative to Remotion itself?

No. It is an agent skill and production kit built on Remotion. The alternative decision is between skill layers, not between video-rendering frameworks.

Can I install both?

Yes. That is our recommendation for product promos: official rules for correct Remotion code, video-shotcraft cards and templates for visual direction.

Which one is lighter?

The current official pack: 2.57MB versus 51.1MB for video-shotcraft. The larger kit includes templates and media; the official pack is primarily instructions.

Read the full method and upstream suggestions in video-shotcraft vs Remotion skills. Individual records: video-shotcraft · official Remotion skills · methodology.