Skills remotion
📦

remotion

Low Risk 📁 Filesystem access⚙️ External commands🌐 Network access⚡ Contains scripts

Create Remotion walkthrough videos from Stitch screens

Teams need fast, consistent walkthrough videos for app screens, but manual editing is slow. This skill automates screen retrieval and Remotion composition to produce ready to render videos with transitions and overlays.

Supports: Claude Codex Code(CC)
🥉 75 Bronze
1

Download the skill ZIP

2

Upload in Claude

Go to Settings → Capabilities → Skills → Upload skill

3

Toggle on and start using

Test it

Using "remotion". Create a walkthrough for the Calculator App project.

Expected outcome:

  • Outlined the steps to fetch Stitch screens and download assets.
  • Specified the screen manifest fields and timing plan.
  • Described the Remotion components to create and how to preview.

Using "remotion". Render a release highlight video with slide transitions.

Expected outcome:

Delivered a rendering checklist, recommended transition settings, and the expected output filenames.

Security Audit

Low Risk
v1 • 2/12/2026

Static analysis flagged weak cryptography and backtick execution patterns, but review shows these are documentation or template literals with no cryptographic use or runtime command execution. A helper script downloads assets with curl and writes to a user provided path, which is expected but implies network and filesystem activity.

7
Files scanned
924
Lines analyzed
8
findings
1
Total audits
Low Risk Issues (4)
Path traversal false positive in local import
The relative import of ../screens.json is static and not built from user input, so it does not enable path traversal.
Helper script downloads remote assets
The download script uses curl to fetch a URL and write to a provided path. This is expected for asset retrieval but implies network and filesystem activity.

Risk Factors

📁 Filesystem access (4)
⚙️ External commands (98)
README.md:45-47 README.md:47-53 README.md:53-64 resources/composition-checklist.md:8 resources/composition-checklist.md:9 resources/composition-checklist.md:10 resources/composition-checklist.md:18 resources/composition-checklist.md:22 resources/composition-checklist.md:27 resources/composition-checklist.md:29 resources/composition-checklist.md:35 resources/composition-checklist.md:70 resources/composition-checklist.md:116 resources/composition-checklist.md:121 resources/screen-slide-template.tsx:67 scripts/download-stitch-asset.sh:18 scripts/download-stitch-asset.sh:32 scripts/download-stitch-asset.sh:1 SKILL.md:37 SKILL.md:38 SKILL.md:38 SKILL.md:39 SKILL.md:39 SKILL.md:44 SKILL.md:44 SKILL.md:46 SKILL.md:46 SKILL.md:49 SKILL.md:51 SKILL.md:55 SKILL.md:55 SKILL.md:55 SKILL.md:57 SKILL.md:58 SKILL.md:59 SKILL.md:59 SKILL.md:63 SKILL.md:63 SKILL.md:63 SKILL.md:64 SKILL.md:70 SKILL.md:70 SKILL.md:74-76 SKILL.md:76-78 SKILL.md:78-81 SKILL.md:81-84 SKILL.md:84-92 SKILL.md:92-93 SKILL.md:93 SKILL.md:93 SKILL.md:93 SKILL.md:93 SKILL.md:93-97 SKILL.md:97-98 SKILL.md:98-102 SKILL.md:102-109 SKILL.md:109-112 SKILL.md:112-114 SKILL.md:114-117 SKILL.md:117-119 SKILL.md:119-122 SKILL.md:122-142 SKILL.md:142-144 SKILL.md:144-168 SKILL.md:168-174 SKILL.md:174-175 SKILL.md:175 SKILL.md:175-179 SKILL.md:179-181 SKILL.md:181-185 SKILL.md:185-191 SKILL.md:191-192 SKILL.md:192-193 SKILL.md:193-198 SKILL.md:198-200 SKILL.md:200-217 SKILL.md:217-219 SKILL.md:219-222 SKILL.md:222-226 SKILL.md:226-227 SKILL.md:227 SKILL.md:227-228 SKILL.md:228-236 SKILL.md:236-252 SKILL.md:252-259 SKILL.md:259-267 SKILL.md:267-274 SKILL.md:274-281 SKILL.md:281-300 SKILL.md:300-307 SKILL.md:307-345 SKILL.md:345-363 SKILL.md:363-366 SKILL.md:366-371 SKILL.md:371-372 SKILL.md:372-373 SKILL.md:373 SKILL.md:373-375
🌐 Network access (8)
⚡ Contains scripts (1)
Audited by: codex

Quality Score

59
Architecture
100
Maintainability
85
Content
50
Community
82
Security
83
Spec Compliance

What You Can Build

Produce a product walkthrough video

Generate a narrated screen-by-screen video to explain an app flow.

Create a design review demo

Compile Stitch screens into a timed walkthrough for stakeholder review.

Ship a release highlight clip

Render a short video that showcases new features with callouts.

Try These Prompts

Build a basic walkthrough
Create a Remotion walkthrough video for my Stitch project and include fade transitions and screen titles.
Tune timing and transitions
Adjust the composition so each screen shows for 4 seconds and use slide transitions between major steps.
Add text callouts from HTML
Extract key labels from Stitch HTML and add timed callouts to each screen.
Render deliverables
Render the walkthrough to MP4 and WebM formats and summarize the output locations.

Best Practices

  • Keep screen metadata aligned with actual image dimensions.
  • Preview in Remotion Studio before final rendering.
  • Store assets in a dedicated public folder with stable paths.

Avoid

  • Do not reference missing or moved asset paths in the manifest.
  • Do not mix screen sizes without explicit scaling rules.
  • Do not render without verifying timing and transition pacing.

Frequently Asked Questions

What inputs do I need to start?
You need a Stitch project ID or name and access to Remotion tooling.
Can it work without the Remotion MCP server?
Yes, it can use the Remotion CLI if it is installed.
Does it download images automatically?
It can download screenshots when given Stitch download URLs.
Can I customize transitions and timing?
Yes, the manifest and composition settings control timing and effects.
Will it generate voiceovers?
No, it only outlines how to add voiceovers in Remotion.
What formats can I render?
It can guide rendering to common formats such as MP4 and WebM.