plugins marketplace
← All plugins

remotion

v1.0.3

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

Codex

by RemotionMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/remotion/ inside the repository.

Layout

plugins/remotion/
└── .codex-plugin/plugin.json

Manifests1

plugins/remotion/.codex-plugin/plugin.json
{
  "name": "remotion",
  "version": "1.0.3",
  "description": "Remotion video creation skills — best practices, animations, audio, captions, 3D, and more for building programmatic videos with React.",
  "author": {
    "name": "Remotion",
    "email": "hi@remotion.dev",
    "url": "https://remotion.dev"
  },
  "homepage": "https://remotion.dev",
  "repository": "https://github.com/remotion-dev/remotion",
  "license": "MIT",
  "keywords": [
    "remotion",
    "video",
    "react",
    "animation",
    "composition",
    "rendering",
    "ffmpeg",
    "captions",
    "audio"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Remotion",
    "shortDescription": "Create motion graphics from prompts",
    "longDescription": "Build videos programmatically with Remotion and React. Covers animations, timing, audio, captions, 3D, transitions, charts, text effects, and more.",
    "developerName": "Remotion",
    "category": "Creativity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://remotion.dev",
    "privacyPolicyURL": "https://remotion.pro/privacy",
    "termsOfServiceURL": "https://remotion.pro/terms",
    "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."
    ],
    "screenshots": [],
    "brandColor": "#0B84F3",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png"
  }
}