Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion packages/docs/docs/ai/TableOfContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ export const TableOfContents: React.FC = () => {
<Grid>
<TOCItem link="/docs/ai/coding-agents">
<strong>{'Coding Agents'}</strong>
<div>Use Claude Code, Codex or OpenCode to prompt Remotion videos</div>
<div>
Use Claude Code, Codex or OpenCode to prompt Remotion videos
</div>
</TOCItem>
<TOCItem link="/docs/ai/codex-plugin">
<strong>{'Codex plugin'}</strong>
<div>Use the Remotion plugin in the ChatGPT Codex app</div>
</TOCItem>
<TOCItem link="/docs/ai/chatbot">
<strong>{'Chatbot'}</strong>
Expand Down
19 changes: 19 additions & 0 deletions packages/docs/docs/ai/codex-plugin.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
image: /generated/articles-docs-ai-codex-plugin.png
crumb: 'AI'
title: Codex plugin
---

Remotion maintains a plugin for Codex in the ChatGPT desktop app.

It can help you create new Remotion projects and includes [Remotion Agent Skills](/docs/ai/skills).

## Installation

Open the ChatGPT desktop app. Visit the **Plugins** tab and search for "Remotion".

## Usage

Create a new project and enter `$remotion` into the prompt. Accept the Remotion plugin when it is suggested.

You can now prompt a video or use other [Agent Skills](/docs/ai/skills).
1 change: 1 addition & 0 deletions packages/docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,7 @@ const sidebars: SidebarsConfig = {
},
items: [
'ai/coding-agents',
'ai/codex-plugin',
'ai/bolt',
'ai/chatbot',
'ai/generate',
Expand Down
9 changes: 9 additions & 0 deletions packages/docs/src/data/articles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ export const articles = [
noAi: false,
slug: 'ai/chatbot',
},
{
id: 'ai/codex-plugin',
title: 'Codex plugin',
relativePath: 'docs/ai/codex-plugin.mdx',
compId: 'articles-docs-ai-codex-plugin',
crumb: 'AI',
noAi: false,
slug: 'ai/codex-plugin',
},
{
id: 'ai/coding-agents',
title: 'Prompting videos with coding agents',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading