Analyzed Aug 18, 2026
This skill provides a command to preview Remotion videos by launching a local studio server using the official remotion package.
remotion-dev/skills · Official
Preview a Remotion video
npx skills add remotion-dev/skills --skill remotion-studio
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Remotion renderer for json-render that turns JSON timeline specs into videos. Use when working …
1.4K installsBest practices for Remotion - Video creation in React
1.2K installsPort an existing Remotion (React) composition''s source to HyperFrames HTML. Use ONLY on an exp…
264.1K installsBest practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, an…
7.8K installsRender videos from React/Remotion component code via inference.sh. Pass TSX code, get MP4. Supp…
3.2K installsPartner security reviews for this skill.
Analyzed Aug 18, 2026
This skill provides a command to preview Remotion videos by launching a local studio server using the official remotion package.
Analyzed Aug 18, 2026
No issues detected.
Analyzed Aug 18, 2026
0 alerts
Other skills from remotion-dev/skills · top by installs.
npx skills add remotion-dev/skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
958 B
SUMMARY.md
47 B
Execute the following command:
npx remotion studio --no-open
If the Studio is already opened, the URL will be printed and the command will exit. Otherwise, a long-running process will start, and the URL will be printed.
Open the URL in the browser.
| Argument | Purpose |
|---|---|
--log=<level> |
Set error, warn, info (default), or verbose logging. |
--port=<number> |
Request a Studio server port; otherwise Remotion finds a free port. |
--force-new |
Start another Studio instance even when one is already running for the same project and port. |