← 返回 Skills 市场
mvanhorn

Remotion Server

作者 Matt Van Horn · GitHub ↗ · v1.2.1
cross-platform ✓ 安全检测通过
2962
总下载
4
收藏
8
当前安装
7
版本数
在 OpenClaw 中安装
/install remotion-server
功能描述
Headless video rendering with Remotion v5 on any Linux server — no Mac or GUI needed. Templates for chat demos, promos, and more. Uses Chrome Headless Shell...
使用说明 (SKILL.md)

Remotion Server

Render videos headlessly on any Linux server using Remotion. No Mac or GUI required.

Setup (one-time)

Install browser dependencies:

bash {baseDir}/scripts/setup.sh

Quick Start

Create a project:

bash {baseDir}/scripts/create.sh my-video
cd my-video

Render a video:

npx remotion render MyComp out/video.mp4

Templates

Chat Demo (Telegram-style)

Creates a phone mockup with animated chat messages.

bash {baseDir}/scripts/create.sh my-promo --template chat

Edit src/messages.json:

[
  {"text": "What's the weather?", "isUser": true},
  {"text": "☀️ 72°F and sunny!", "isUser": false}
]

Title Card

Simple animated title/intro card.

bash {baseDir}/scripts/create.sh my-intro --template title

Example Chat Usage

  • "Make a video showing a chat about [topic]"
  • "Create a promo video for [feature]"
  • "Render a title card saying [text]"

Linux Dependencies

The setup script installs:

  • libnss3, libatk, libcups2, libgbm, etc.
  • Required for Chrome Headless Shell

For Ubuntu/Debian:

sudo apt install -y libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libpango-1.0-0 libcairo2 libxcomposite1 libxdamage1 libxfixes3 libxrandr2

Output Formats

  • MP4 (h264) - default
  • WebM (vp8/vp9)
  • GIF
  • PNG sequence
npx remotion render MyComp out/video.webm --codec=vp8
npx remotion render MyComp out/video.gif --codec=gif

Privacy Note

⚠️ All templates use FAKE demo data only!

  • Fake GPS coords (San Francisco: 37.7749, -122.4194)
  • Placeholder names and values
  • Never includes real user data

Always review generated content before publishing.

安全使用建议
This skill appears to do what it says: it scaffolds Remotion projects and installs OS/browser dependencies so Chrome Headless can render. Before running: (1) Review scripts (already provided) and run them in a controlled host or container if you are cautious. (2) Note that 'npm install' and 'npx' will fetch and execute code from the npm registry — review package.json / installed packages if you need to limit supply-chain risk. (3) setup.sh uses apt-get and sudo — ensure you trust the machine and that required packages are acceptable. (4) Small issues: the 24.04 branch contains an odd package name (libasound2t64) which may be a typo and could cause install failure on that OS. If you plan to run on production machines, consider running the setup inside an isolated container or VM and audit installed npm dependencies.
功能分析
Type: OpenClaw Skill Name: remotion-server Version: 1.2.1 The skill bundle provides a legitimate utility for headless video rendering using the Remotion framework. The included scripts (setup.sh and create.sh) perform standard environment preparation, such as installing necessary Linux shared libraries for Chrome Headless and scaffolding a React-based project with npm dependencies, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (headless Remotion rendering) align with what the skill requires and does: node/npm, creating a Remotion project, installing Remotion via npm, and installing OS browser dependencies for Chrome headless. Nothing in the manifest asks for unrelated capabilities or secrets.
Instruction Scope
SKILL.md instructs running the supplied setup.sh and create.sh and then using npx remotion render — all actions are within the stated goal. The scripts create local project files and call apt-get/npm; they do not attempt to read arbitrary host files, exfiltrate data, or contact non-standard network endpoints beyond normal package registries.
Install Mechanism
No platform install spec (instruction-only), but the included scripts run 'npm install' and 'npx' which fetch packages from the npm registry and run apt-get for system libs. This is expected for scaffolding/renderer setup but carries normal supply-chain risk inherent to npm/apt installs; no downloads from personal servers or obscure URLs are present.
Credentials
The skill requests no environment variables or credentials. The only system interactions are package installs and checks for sudo and node version, which are proportional to headless rendering setup.
Persistence & Privilege
The skill is user-invocable, not always-enabled, and does not modify other skills or global configs. It creates local project directories only and does not persist background services or attempt to enable itself globally.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install remotion-server
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /remotion-server 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.1
Fix display name (remove Clawdbot prefix)
v1.2.0
Rebrand: clawdbot → openclaw in metadata key and prose references.
v1.1.0
Republish after ClawHavoc moderation sweep. Updated descriptions, Grok-4/API 2026 notes, author/license/repository metadata.
v1.0.4
Version 1.0.4 of remotion-server - No changes were detected in this release; all files and documentation remain the same as the previous version.
v1.0.3
Fix metadata key: use clawdbot namespace for registry recognition
v1.0.2
Fix security scan: add openclaw metadata, declare required binaries, add disable-model-invocation, add Security section
v1.0.0
Initial release: Headless video rendering on Linux - chat demo template, title card template, auto browser deps
元数据
Slug remotion-server
版本 1.2.1
许可证
累计安装 8
当前安装数 8
历史版本数 7
常见问题

Remotion Server 是什么?

Headless video rendering with Remotion v5 on any Linux server — no Mac or GUI needed. Templates for chat demos, promos, and more. Uses Chrome Headless Shell... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2962 次。

如何安装 Remotion Server?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install remotion-server」即可一键安装,无需额外配置。

Remotion Server 是免费的吗?

是的,Remotion Server 完全免费(开源免费),可自由下载、安装和使用。

Remotion Server 支持哪些平台?

Remotion Server 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Remotion Server?

由 Matt Van Horn(@mvanhorn)开发并维护,当前版本 v1.2.1。

💬 留言讨论