remotion

remotion is a skill for Claude Code from marsmike/feinschmiede. It costs 21 tokens per session (777 once invoked), scanned A, original, MIT.

A guide for creating videos in code with Remotion, a tool that renders React components as video frames. It covers planning, narration, scene building, visual checks, and final verification.

In plain words
What is it for?
Use it to make animated explainers, programmatic videos, and other visual compositions that can be rendered to MP4.
Why use it?
It gives a structured process for turning an idea into a checked video instead of assembling scenes without a plan.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the feinschnitt plugin — 3 skills, 3 commands shipped together

Good fit Use it to make animated explainers, programmatic videos, and other visual compositions that can be rendered to MP4.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/marsmike/feinschmiede/remotion
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.

Any agent
npx skills add marsmike/feinschmiede --skill remotion
Clone the repo
git clone --depth 1 https://github.com/marsmike/feinschmiede

Made for: Claude Code.

Or install feinschnitt, the plugin that ships this one along with the rest of its 3 skills, 3 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for remotion

README.md
[![agentmods](https://agentmods.dev/badge/skills/marsmike/feinschmiede/remotion/github.svg)](https://agentmods.dev/skills/marsmike/feinschmiede/remotion)
Your own site
<a href="https://agentmods.dev/skills/marsmike/feinschmiede/remotion"><img src="https://agentmods.dev/badge/skills/marsmike/feinschmiede/remotion/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for remotion

Your own site · 80×15
<a href="https://agentmods.dev/skills/marsmike/feinschmiede/remotion"><img src="https://agentmods.dev/badge/skills/marsmike/feinschmiede/remotion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 777 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found 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.1 $0.00021 $0.00777
Opus 5 $0.00010 $0.00388
Sonnet 5 $0.00004 $0.00155
Haiku 4.5 $0.00002 $0.00078

Measured 9d ago against content hash 6e889ef03179, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

remotion scanned grade A with 0 findings 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (references/official/assets/use-terminal-state.ts), 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

feinschnitt/skills/remotion/SKILL.md · 45 lines

How it starts

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

Remotion Video Creator

Create videos using Remotion — React components rendered as video frames. Orchestrates a multi-phase pipeline from concept to verified MP4.

Prerequisites

Node.js >= 18 and npm >= 9 on PATH; headless Chromium is bundled with @remotion/cli. For project structure and full reference index, see project-layout.md.

Quick Start

User: Create a 30-second explainer video about how DNS works

The skill runs a 5-phase pipeline: storyboard the concept, generate voiceover audio, build React scenes in parallel, evaluate quality via stills, and verify against the storyboard. Each phase gates the next.

Pipeline

Each phase has a reference with full instructions — read it when you reach that phase.

Phase Name Reference Gate
0 (opt) Analyze analyze.md .storyboard.md exists
1 Storyboard storyboard.md User approves docs/STORYBOARD.md
2 Audio audio.md public/vo-beat*.mp3 + src/timing.ts exist
3 Build build.md All scenes render and pass visual inspection
4 Eval eval.md All scenes score >= 7.0
5 Verify verify.md User approves docs/VERIFICATION_REPORT.md

References

Read the full file on GitHub · 45 lines

Files

What ships with it

60 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. 9d ago First seen · 45 lines · 21 tokens per session scan A 6e889ef03179

Subscribe to this mod's changes

remotion is a skill published in the GitHub repository marsmike/feinschmiede (3 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 777 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

creo-image-prompt

Generate optimized image prompts for AI image generation models including DALL-E 3, Midjourney, Stable Diffusion XL, Flux, and others. Creates contextually appropriate, visually compelling prompts based on page content and brand style. Trigger keywords: image prompt, AI image, hero image, marketing image, generate…

oyusypenko/creo · 73 tokens

creo-image-generation

Generate marketing images using DALL-E 3 or ComfyUI (Stable Diffusion XL). Batch generation, optimization, cost estimation. Requires image-generation extension. Triggers on: /creo image-generation, generate images, DALL-E, ComfyUI.

oyusypenko/creo · 58 tokens

video-edit

AI-powered video editing toolkit. Trim, concat, overlay text/images, mix audio, generate voiceover, add transitions, and export with social media presets. Uses Gemini for intelligent edit suggestions. Use when: creating videos, editing clips, adding overlays, mixing audio, generating voiceovers, exporting for social…

floomhq/moto · 117 tokens

yc-video

Plan, audit, and score startup launch videos using YC-grade production standards. Use when: creating product launch teasers, scoring video quality for social distribution, planning narrative structure for LinkedIn/X autoplay, reviewing cold-audience effectiveness. Triggers: "launch video", "yc video", "score the…

floomhq/moto · 88 tokens

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work.

floomhq/moto · 58 tokens

slide-design

Visual design system for creating high-quality presentation slides (HTML, PPTX, or PDF). Use when designing pitch deck slides, presentation visuals, or any slide-based content. Covers layout composition, typography, color, data visualization, and visual hierarchy for 1920x1080 slide formats. Focuses on making slides…

floomhq/moto · 75 tokens