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. We installed both, followed the same brief, and rendered both before making that distinction.

Same-brief evidence last tested 2026-07-25

Ship a product promo

Start with video-shotcraft

Its shot cards and template give the agent concrete composition, timing, easing, and sound direction. The tradeoff is a heavier, more opinionated local kit.

Build a reusable video system

Start with the official pack

It gives the agent Remotion-specific implementation and upgrade rules without prescribing how the video should look. Bring your own art direction.

Best practical stack: use video-shotcraft for direction and the official Remotion skills underneath it for API correctness. They are complementary; the community skill is not a replacement for the Remotion framework.

The evidence you can see

Frame 75 from the identical five-second brief, shown unretouched. The difference appeared in composition rather than render speed.

video-shotcraft render at frame 75 with a centered typewriter title and composed green check badge
video-shotcraft — shot-card path
official Remotion skills render at frame 75 with a left-aligned title and plain green check glyph
Official Remotion skills — rules path

What was tested

Identical brief: A 5-second 1920x1080 30fps promo scene for a website called skillstested.com: dark-on-light title 'Actually Tested' types on, then a green check mark scales in with a spring.
Metricvideo-shotcraftRemotion official skills
RepoVincentwei1021/video-shotcraftremotion-dev/skills
Stars400 as of 2026-07-254,073 as of 2026-07-25
Commit testeda87bf810dd76fa
Installnpx skills add Vincentwei1021/video-shotcraft -a claude-code -ynpx skills add remotion-dev/skills -a claude-code -s '*' -y
Install time11.9s measured 2026-07-23, same CLI path2.5s measured 2026-07-23, same CLI path
Payload on disk164MB0.59MB
Files installed686103
SKILL.md1 file(s), 144 lines, 407 words — Chinese (frontmatter description included)10 file(s), 591 lines, 2446 words — English
Audio assets bundledyesno (guidance only)

This is not a README feature comparison. Both sides were installed in fresh environments and each 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.

What the test found

Metricvideo-shotcraftRemotion official skills
Project setup7.6s npm install inside bundled template/, measured 2026-07-2329.8s manual minimal project npm install (fallback after create-video scaffold failed, see failures)
Still, frame 755.8s6.6s
Full 150-frame render13.8s13.5s
Output MP4 size250,402 bytes251,881 bytes
Failures on the way12

The render engine did not create a meaningful performance gap. The practical difference was 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

Where each tested path broke

video-shotcraft

template npm install resumed after interruption — Bus error (core dumped) from remotion CLI — @remotion/compositor and @rspack native binaries were truncated by an interrupted npm install
fix: rm -rf the two packages and npm install them again at the pinned version

Official Remotion skills

npx create-video@latest --yes --blank (per remotion-create SKILL.md) — Could not fetch the latest Remotion version from https://registry.npmjs.org (getaddrinfo EAI_AGAIN registry.npmjs.org) ... Error: getaddrinfo EAI_AGAIN github.com — Error with template cloning. Aborting
fix: scaffold bypasses the configured npm proxy and resolves DNS directly; hand-rolled the minimal project (package.json + src/) with plain npm install, which works in the same shell
first still render — Could not find a tsconfig.json file in your project
fix: the manual scaffold needs a tsconfig.json; copied the standard Remotion one

The evidence is pinned, not timeless

The verdict above is valid for the tested commits. Both upstream repositories have changed since that run, so current repository facts are separated from measured test facts below. A read-only source check can identify drift; it cannot silently upgrade an old render test into a new one.

UPSTREAM DRIFT CHECKRETEST REQUIRED
Checked
2026-07-29
Scope
Read-only source drift check. Commits and repository contents were inspected; install and render measurements were not rerun.
video-shotcraft — tested a87bf81, current source d491544
  • The root skill description is now bilingual, while the instruction body remains Chinese-first.
  • The README now documents the low-core concurrency, chrome-headless-shell, and blocked-CDN fixes found in the July 25 test.
  • The current repository advertises 104 shot cards and has moved preview media out of the default Git history, so the tested 164MB payload is not a current-size claim.
Remotion official skills — tested 0dd76fa, current source 0e444ef
  • The current pack has 11 top-level skills: it adds remotion-maps and remotion-multimedia and no longer exposes the tested mediabunny entry as a top-level skill.
  • The repository still contains REFERENCE.md routing links; their behavior after a current skills-CLI install was not retested.

What this test did not prove

Recommendation

For a promo due this week: start with video-shotcraft, then let the official pack act as the correctness layer. For a reusable video system: start with the official pack and bring your own design system. Neither conclusion is inferred from stars or README claims; it comes from the pinned same-brief test.

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. Our tested conclusion is that they stack well: official rules for correct Remotion code, video-shotcraft cards and templates for visual direction.

Which one is lighter?

The official pack was much lighter in the pinned test. The community kit bundled templates and assets; its current size needs a fresh install measurement because the upstream repository has since changed.

Read the full method, rendered-frame analysis, failure chain, and upstream fixes in video-shotcraft vs Remotion skills. Individual records: video-shotcraft · official Remotion skills · methodology.