remotion
v1.0.7Remotion video creation skills — best practices, animations, audio, captions, 3D, and more for building programmatic videos with React.
By RemotionLicense: MIT7.1k GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 12 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install remotion for Codex
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add remotion@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “remotion” remain stable.
- Codex:
remotion@agent-plugin-marketplace→remotion@openai-curated
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/remotion/.
Plugin files
├── .codex-plugin/plugin.json├── skills/remotion-best-practices/SKILL.md├── skills/remotion-captions/SKILL.md├── skills/remotion-create/SKILL.md├── skills/remotion-docs/SKILL.md├── skills/remotion-interactivity/SKILL.md├── skills/remotion-maps/SKILL.md├── skills/remotion-markup/SKILL.md├── skills/remotion-multimedia/SKILL.md├── skills/remotion-render/SKILL.md├── skills/remotion-saas/SKILL.md├── skills/remotion-studio/SKILL.md└── skills/remotion-upgrade/SKILL.md
Included Skills12
Router for all Remotion skills
Transcribing, displaying and animating captions
Create a new Remotion video
Search Remotion documentation
Structure Remotion markup for interactivity
Remotion Map animation knowledge
Content, animation and effects best practices
Interacting with Mediabunny
Export a Remotion video
Build an app with Remotion
Preview a Remotion video
Upgrade Remotion, and related packages
Plugin manifests1
{
"author": {
"email": "[email protected]",
"name": "Remotion",
"url": "https://remotion.dev"
},
"description": "Remotion video creation skills — best practices, animations, audio, captions, 3D, and more for building programmatic videos with React.",
"homepage": "https://remotion.dev",
"interface": {
"brandColor": "#0B84F3",
"brandColorDark": "#0C85F4",
"capabilities": [
"Read",
"Write"
],
"category": "Creativity",
"composerIcon": "./.codex-plugin/assets/composer-icon.svg",
"defaultPrompt": [
"Create an animated chart with 5 bars",
"Make an animated call-to-action subscribe button for our YouTube channel",
"Use Remotion to add captions and audio to a video composition."
],
"developerName": "Remotion",
"displayName": "Remotion",
"logo": "./.codex-plugin/assets/logo.png",
"logoDark": "./.codex-plugin/assets/logo-dark.png",
"longDescription": "Build videos programmatically with Remotion and React. Covers animations, timing, audio, captions, 3D, transitions, charts, text effects, and more.",
"privacyPolicyURL": "https://www.remotion.dev/privacy",
"shortDescription": "Make videos agentically",
"supportURL": "https://remotion.dev/support",
"termsOfServiceURL": "https://www.remotion.dev/terms",
"websiteURL": "https://remotion.dev"
},
"keywords": [
"remotion",
"video",
"react",
"animation",
"composition",
"rendering",
"ffmpeg",
"captions",
"audio"
],
"license": "MIT",
"name": "remotion",
"repository": "https://github.com/remotion-dev/remotion",
"skills": "./skills/",
"version": "1.0.7"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[remotion on Agent Plugins Marketplace](https://pluginsmp.com/plugins/remotion)