remotion-agent-video

remotion-agent-video is a skill for Claude Code, Codex from S3YED/appie-kit. It costs 43 tokens per session (681 once invoked), scanned A, original, MIT.

A set of instructions for creating videos in React with Remotion, a tool that renders video from code. It covers Remotion's agent skills, visual effects, timeline editing, previews, and related updates.

In plain words
What is it for?
Use it to make programmatic videos, animated graphics, transitions, and other React-based video compositions.
Why use it?
It helps developers build repeatable video compositions from code instead of editing every version by hand. It also explains how to use effects and timeline controls in Remotion projects.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to make programmatic videos, animated graphics, transitions, and other React-based video compositions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/s3yed/appie-kit/remotion-agent-video
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 S3YED/appie-kit --skill remotion-agent-video
Clone the repo
git clone --depth 1 https://github.com/S3YED/appie-kit

Made for: Claude Code, Codex.

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-agent-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/s3yed/appie-kit/remotion-agent-video/github.svg)](https://agentmods.dev/skills/s3yed/appie-kit/remotion-agent-video)
Your own site
<a href="https://agentmods.dev/skills/s3yed/appie-kit/remotion-agent-video"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/remotion-agent-video/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-agent-video

Your own site · 80×15
<a href="https://agentmods.dev/skills/s3yed/appie-kit/remotion-agent-video"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/remotion-agent-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 681 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.00043 $0.00681
Opus 5 $0.00022 $0.00341
Sonnet 5 $0.00009 $0.00136
Haiku 4.5 $0.00004 $0.00068

Measured 5d ago against content hash 4fc436a30333, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

remotion-agent-video 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 5d ago.

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.

skills/creative/remotion-agent-video/SKILL.md · 98 lines

How it starts

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

Remotion Agent Video Creation

Remotion v4.0.4xx lets you create videos programmatically with React — and now ships first-party agent skills.

Agent Skills

Install Remotion's official skills for AI coding agents:

npx skills add remotion-dev/skills

This adds skills for: Claude Code, Codex, and Cursor with best practices for Remotion projects.

New Effects (@remotion/effects)

v4.0.4xx adds a composable effects ecosystem:

Effect Description
cornerPin Perspective/distortion corner pinning
lightTrail Motion light trail effect
checkerboard Checkerboard transition pattern
emboss 3D emboss effect
gridlines Grid overlay
zoomBlur Zoom-based radial blur
radialProgressiveBlur Progressive blur from center out
linearGradient Linear gradient overlay

Composable: stack multiple effects on a single <Sequence>.

Studio Improvements

  • Element drag-and-drop in timeline
  • Timeline edge dragging for trim
  • Sequence renaming
  • Inspector controls grouped by category
  • Effect context menu
  • Keyframe easing handles
  • WebGL HtmlInCanvas callbacks preserved

Player Improvements

import { Player } from "@remotion/player";

<Player
  component={MyVideo}
  durationInFrames={120}
  compositionWidth={1920}
  compositionHeight={1080}
  fps={30}
  pixelDensity={2} // fine-grained quality control
/>
  • Muted players skip AudioContext creation (avoids autoplay blocks)
  • pixelDensity for fine-grained output quality

Getting Started with AI Agents

# Create a new Remotion project
npx create-video

# Install agent skills
npx skills add remotion-dev/skills

# Start the Studio
npx remotion studio

# Render
npx remotion render

AI-Driven Workflow

When using an AI agent with Remotion:

  1. Create project via npx create-video with your template
  2. Load remotion-agent-video skill so the agent knows the latest APIs
  3. Use @remotion/effects for polished transitions (cornerPin, zoomBlur, etc.)
  4. Leverage agent skills via npx skills add remotion-dev/skills for guided patterns
  5. Render with pixelDensity for high-quality output

Read the full file on GitHub · 98 lines

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. 5d ago First seen · 98 lines · 43 tokens per session scan A 4fc436a30333

Subscribe to this mod's changes

remotion-agent-video is a skill published in the GitHub repository S3YED/appie-kit (8 stars, last pushed 13d ago), licensed MIT. It adds 43 tokens to every session and 681 once invoked, about $0.0002 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-09-03.