Agent Plugins Marketplace
All plugins

remotion

v0.1.0

Build parameterized Remotion videos in Codex using the official Remotion MCP server and a launch-video workflow.

Codex1 Skill1 MCP serverstdio

By Tim OsterhusLicense: Apache-2.01.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 22, 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 hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add remotion@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “remotion-3” remain stable.

  • Codex: remotion-3@agent-plugin-marketplaceremotion@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/tim-osterhus/codex-remotion-plugin/
├── .codex-plugin/plugin.json
├── skills/remotion-video-builder/SKILL.md
└── .mcp.json

Included Skills1

remotion-video-builderskills/remotion-video-builder/SKILL.md

Use when building, reviewing, or refactoring a Remotion project, especially parameterized launch or demo videos with shared props schemas, calculateMetadata, Sequence and Series timing, multiple aspect ratios, terminal or footage layers, and render scripts. Prefer official Remotion docs or MCP for API details because package behavior may change.

MCP servers1

remotion-documentationstdio
command
npx
args
@remotion/mcp@latest

Plugin manifests1

plugins/tim-osterhus/codex-remotion-plugin/.codex-plugin/plugin.json
{
  "name": "remotion",
  "version": "0.1.0",
  "description": "Build parameterized Remotion videos in Codex using the official Remotion MCP server and a launch-video workflow.",
  "author": {
    "name": "Tim Osterhus",
    "email": "[email protected]",
    "url": "https://github.com/tim-osterhus"
  },
  "homepage": "https://www.remotion.dev/",
  "repository": "https://github.com/tim-osterhus/codex-remotion-plugin",
  "license": "Apache-2.0",
  "keywords": [
    "remotion",
    "video",
    "react",
    "motion-graphics",
    "codex"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "type": "plugin",
    "displayName": "Remotion",
    "shortDescription": "Build Remotion videos with official docs and a data-driven launch-video workflow",
    "longDescription": "Use Remotion to scaffold and modify parameterized video projects in Codex with Root.tsx compositions, Zod schemas, calculateMetadata, Sequence and Series timing, official documentation retrieval, and a Millrace launch-video reference workflow.",
    "developerName": "Tim Osterhus",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://www.remotion.dev/",
    "privacyPolicyURL": "https://github.com/tim-osterhus/codex-remotion-plugin/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/tim-osterhus/codex-remotion-plugin/blob/main/TERMS.md",
    "defaultPrompt": "Scaffold or modify a Remotion project using Root.tsx compositions, Zod schemas, calculateMetadata, Sequence and Series timing, and data-driven video inputs.",
    "brandColor": "#0F172A",
    "composerIcon": "./assets/remotion-composer-icon.svg",
    "logo": "./assets/remotion-logo.svg",
    "screenshots": [
      "./assets/remotion-screenshot.svg"
    ]
  }
}

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-3)