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.
npx skills add S3YED/appie-kit --skill remotion-agent-videogit clone --depth 1 https://github.com/S3YED/appie-kitWrote 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.
[](https://agentmods.dev/skills/s3yed/appie-kit/remotion-agent-video)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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)
pixelDensityfor 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:
- Create project via
npx create-videowith your template - Load remotion-agent-video skill so the agent knows the latest APIs
- Use @remotion/effects for polished transitions (cornerPin, zoomBlur, etc.)
- Leverage agent skills via
npx skills add remotion-dev/skillsfor guided patterns - Render with pixelDensity for high-quality output
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.
- 5d ago First seen · 98 lines · 43 tokens per session scan A 4fc436a30333
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.
Other skills, from other repositories
remotion-video
Create programmatic videos with React using Remotion - generate animations, compositions, text effects, transitions, captions, and render MP4 videos from code.
Remotion Best Practices
Domain knowledge for creating videos with Remotion (React video framework).
remocn
Build Remotion videos with remocn — copy-paste animation components and timeline-driven UI primitives from a shadcn registry. Use when composing a video or scene in a Remotion project, adding a single animation, transition, background, or UI-block sim, or reaching for a video-ready UI primitive (button, dialog…
frame-data-rollup
A native Remotion data frame — bars grow from zero by real data via spring physics while the figures roll 0→target in sync. The numbers come alive in a way a static HTML chart can't.
remotion
Use when creating, rendering, and managing programmatic videos using Remotion (React-based video framework). Covers compositions, frame-driven animation, transitions, effects, captions, audio, voiceover, FFmpeg post-production, and professional SaaS-grade motion design.
stitch-remotion
Create Remotion walkthrough videos from Stitch screen exports with ordered assets, transitions, captions, and render checks.