remotion

A workflow for turning Stitch app designs into walkthrough videos with Remotion, a tool for creating videos from React code. It retrieves screens from a Stitch project and combines them with transitions, zooms, and text overlays.

In plain words
What is it for?
Use it to make product demos, app walkthroughs, and screen presentations from Stitch projects, provided the required Stitch and Remotion access is available.
Why use it?
It removes the need to assemble each demonstration video manually. It also provides a repeatable way to present several designed screens as one guided video.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/marve10s/better-fullstack/remotion
Any agent
npx skills add Marve10s/Better-Fullstack --skill remotion
Clone the repo
git clone --depth 1 https://github.com/Marve10s/Better-Fullstack

Made for: Claude Code, Codex.

Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,020 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00022 $0.03020
Opus 5 $0.00011 $0.01510
Sonnet 5 $0.00004 $0.00604
Haiku 4.5 $0.00002 $0.00302

Measured 3d ago against content hash 9280f5f23358, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

remotion scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/download-stitch-asset.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Use `web_fetch` or `Bash` with `curl` to download screenshots
Origin

This is a copy

100% identical to remotion — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/remotion/SKILL.md · 394 lines

How it starts

The opening of the file, as written. The whole thing — 394 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Stitch to Remotion Walkthrough Videos

You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations.

Overview

This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects and orchestrates them into a Remotion video composition.

Prerequisites

Required:

  • Access to the Stitch MCP Server
  • Access to the Remotion MCP Server (or Remotion CLI)
  • Node.js and npm installed
  • A Stitch project with designed screens

Recommended:

  • Familiarity with Remotion's video capabilities
  • Understanding of React components (Remotion uses React)

Retrieval and Networking

Step 1: Discover Available MCP Servers

Run list_tools to identify available MCP servers and their prefixes:

  • Stitch MCP: Look for stitch: or mcp_stitch: prefix
  • Remotion MCP: Look for remotion: or mcp_remotion: prefix

Step 2: Retrieve Stitch Project Information

  1. Project lookup (if Project ID is not provided):

    • Call [stitch_prefix]:list_projects with filter: "view=owned"
    • Identify target project by title (e.g., "Calculator App")
    • Extract Project ID from name field (e.g., projects/13534454087919359824)
  2. Screen retrieval:

    • Call [stitch_prefix]:list_screens with the project ID (numeric only)
    • Review screen titles to identify all screens for the walkthrough
    • Extract Screen IDs from each screen's name field
  3. Screen metadata fetch: For each screen:

    • Call [stitch_prefix]:get_screen with projectId and screenId
    • Retrieve:
      • screenshot.downloadUrl - Visual asset for the video
      • htmlCode.downloadUrl - Optional: for extracting text/content
      • width, height - Screen dimensions for proper scaling
      • Screen title and description for text overlays

Read the full file on GitHub · 394 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 394 lines · 22 tokens per session scan A 9280f5f23358

Subscribe to this mod's changes

remotion is a skill published in the GitHub repository Marve10s/Better-Fullstack (726 stars, last pushed 3d ago), licensed MIT. It adds 22 tokens to every session and 3,020 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to remotion, differing in 14 lines, and is treated as a copy.

Related

Other skills, from other repositories

openspec-explore

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

AmanVarshney01/create-better-t-stack · 39 tokens

openspec-propose

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

AmanVarshney01/create-better-t-stack · 47 tokens

openspec-archive-change

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

AmanVarshney01/create-better-t-stack · 31 tokens

openspec-sync-specs

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

AmanVarshney01/create-better-t-stack · 38 tokens

coss-particles

Index of all COSS UI particle examples. Use when implementing UI features to find copy-paste-ready component patterns built on coss primitives. Each particle has a description and a JSON URL for easy installation.

crafter-station/petdex · 46 tokens

scaffold-project

Scaffold a new app, API, backend, fullstack project, monorepo, or starter with Better-T-Stack — including new projects built on a specific framework like Hono, Express, Fastify, Elysia, Next.js, TanStack Router/Start, Nuxt, Svelte, Solid, Astro, or React Native (native-bare, native-uniwind, native-unistyles). Use…

AmanVarshney01/create-better-t-stack · 169 tokens