Agent Skills
› composio-community/awesome-agent-clis
› Remotion CLI
Remotion CLI
GitHubRemotion CLI 技能,用于通过终端命令以编程方式渲染视频、音频和静态图像。支持预览组合、列出可用组合ID及生成媒体文件,适用于从代码自动生成营销视频或演示素材的场景。
触发场景
需要预览 Remotion 组合
列出可用的组合 ID
将组合渲染为视频或图像文件
安装
npx skills add composio-community/awesome-agent-clis --skill Remotion CLI -g -y
SKILL.md
Frontmatter
{
"name": "Remotion CLI",
"description": "Render videos, audio, and still images programmatically with React using terminal commands. Use when an agent needs to preview compositions, list available compositions, or render media artifacts from a Remotion project."
}
Remotion CLI
Official CLI for Remotion, a React-based framework for making videos programmatically.
Installation
# Run without installing globally
npx remotion --help
# Or install in a project
npm install remotion
Most usage is via npx remotion ... inside a Remotion project.
Key Commands
# Start the Remotion Studio preview UI
npx remotion studio
# List available composition IDs
npx remotion compositions
# Render a composition to a file
npx remotion render <composition-id> out/video.mp4
# Create a bundle for rendering workflows
npx remotion bundle
Agent-Friendly Features
- Scriptable CLI entrypoint via
npx remotion - Non-interactive rendering with explicit composition IDs and output paths
- Supports video, audio, and still rendering workflows
- Pass composition props and render settings through flags
- Useful for agents generating marketing videos, demos, explainers, and visual assets from code
Notes
studiois useful for previewing and iterating locallyrenderis the main command for automated media generationcompositionshelps agents discover which composition IDs exist before rendering- Rendering works best when the project is already set up with Remotion compositions
版本历史
- 9f765d2 当前 2026-07-24 16:03


