remotion
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.
Download the skill ZIP
Upload in Claude
Go to Settings → Capabilities → Skills → Upload skill
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 RiskStatic 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.
Low Risk Issues (4)
Risk Factors
📁 Filesystem access (4)
⚙️ External commands (98)
🌐 Network access (8)
⚡ Contains scripts (1)
Quality Score
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
Create a Remotion walkthrough video for my Stitch project and include fade transitions and screen titles.
Adjust the composition so each screen shows for 4 seconds and use slide transitions between major steps.
Extract key labels from Stitch HTML and add timed callouts to each screen.
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.