﻿---
title: "安装 Remotion 插件"
filename: "terminal"
canonical: /templates/remotion-codex-plugin/
---

# 安装 Remotion 插件

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

```
# ChatGPT desktop → Codex → Plugins → search Remotion
# new project prompt:
# $remotion

npx create-video --yes --blank my-video
cd my-video
npm install
npx remotion skills add
codex

```
