Agent Plugins Marketplace
All plugins

remotion

v1.0.7

Remotion video creation skills — best practices, animations, audio, captions, 3D, and more for building programmatic videos with React.

Codex12 Skills

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

Installs for the current user
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add remotion@openai-curated

Paste 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-marketplaceremotion@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/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/remotion/.

Plugin files

plugins/remotion/
├── .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

remotion-best-practicesskills/remotion-best-practices/SKILL.md

Router for all Remotion skills

remotion-captionsskills/remotion-captions/SKILL.md

Transcribing, displaying and animating captions

remotion-createskills/remotion-create/SKILL.md

Create a new Remotion video

remotion-docsskills/remotion-docs/SKILL.md

Search Remotion documentation

remotion-interactivityskills/remotion-interactivity/SKILL.md

Structure Remotion markup for interactivity

remotion-mapsskills/remotion-maps/SKILL.md

Remotion Map animation knowledge

remotion-markupskills/remotion-markup/SKILL.md

Content, animation and effects best practices

remotion-multimediaskills/remotion-multimedia/SKILL.md

Interacting with Mediabunny

remotion-renderskills/remotion-render/SKILL.md

Export a Remotion video

remotion-saasskills/remotion-saas/SKILL.md

Build an app with Remotion

remotion-studioskills/remotion-studio/SKILL.md

Preview a Remotion video

remotion-upgradeskills/remotion-upgrade/SKILL.md

Upgrade Remotion, and related packages

Plugin manifests1

plugins/remotion/.codex-plugin/plugin.json
{
  "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"
}

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)