﻿---
title: "安装 Remotion 插件"
summary: "在桌面 Plugins 中搜索 Remotion，新建项目时使用 $remotion。已有仓库可通过 npx remotion skills add 安装项目技能。"
category: skills
level: starter
surfaces: [cli, app]
tags: ["plugins", "Remotion", "$remotion", "skills"]
canonical: /tips/remotion-codex-plugin/
---

# 安装 Remotion 插件

在桌面 Plugins 中搜索 Remotion，新建项目时使用 $remotion。已有仓库可通过 npx remotion skills add 安装项目技能。

在桌面 Plugins 中搜索 Remotion，新建项目时使用 $remotion。已有仓库可通过 npx remotion skills add 安装项目技能。

这是 [Remotion Codex plugin](https://www.remotion.dev/docs/ai/codex-plugin) 的桌面专节，不是 Claude 的 `claude plugin marketplace add remotion-dev/claude-code-plugin` 再 `claude plugin install remotion@remotion`，也不是 Cursor Marketplace 或 `git clone` 进 `~/.cursor/plugins/local/remotion`。官方没给出 `codex plugin add remotion@…` 那种 marketplace id，请以插件目录为准 `remotion@openai-curated` 或把 Claude 的 `remotion@remotion` 抄进 Codex。

桌面：打开 ChatGPT 桌面，切到 Codex，Plugins 搜 Remotion，安装或打开。新建项目，提示里写 `$remotion`，弹出建议时接受 Remotion 插件。之后可以继续用其他 Agent Skills 出片。

仓库里走 CLI 技能，不要把内部包 `remotion-dev/codex-plugin` 当安装器（README 写明无用户文档）：

```bash
npx create-video --yes --blank my-video
cd my-video
npm install
npx remotion skills add
npm run dev
codex
```

技能装进项目 `.agents/skills`。更新用 `npx remotion skills update`。不要 `npx skills add remotion-dev/skills` 当 Codex 插件安装器，那会改检测到的所有客户端。也不要手拷到 `~/.codex/skills`。

IDE 扩展没有桌面那种 Plugins 页。0.154 起先看**当前会话**的 `/plugins`；没有再新开。网页 Cloud 不读 `~/.codex/config.toml`。Cloud 用 Plugins 搜 Remotion。

Studio 的 WebMCP 只有 ChatGPT Codex 能连，用来看时间线和合成，**不是**插件安装器。不要把 `@remotion/codex-plugin` npm 包或源仓当 `plugin add` 来源。

使用注意事项：

- 操作影响：出片、装包、改时间线会改仓库和渲染输出。


## 来源

- [Remotion Codex plugin](https://www.remotion.dev/docs/ai/codex-plugin)
- [Remotion AI plugins](https://www.remotion.dev/docs/ai/plugins)
- [npx remotion skills](https://www.remotion.dev/docs/cli/skills)
