← 返回 Skills 市场
video by remotion
作者
hzsunzixiang
· GitHub ↗
· v1.0.1
· MIT-0
90
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install remotion-video-studio
功能描述
Automated video production studio using Remotion + React + TTS. Creates animated explainer videos from JSON content scripts through a make-driven pipeline: T...
安全使用建议
This package appears to be what it claims: a Remotion + React project template with TTS and a Make-driven pipeline. Before you run anything: 1) Inspect the Makefile (assets/project-template/Makefile* or Makefile.txt) and pipeline.py to see exactly which commands and network endpoints are invoked; 2) Open the TTS scripts (tts_edge.py, tts_qwen.py, tts_utils.py) to confirm whether they contact external services or expect API keys; 3) Run the initialization and pipeline inside a sandbox, container, or VM if you don’t want it to modify your main system or download packages globally; 4) If you intend to use the Qwen local option, verify your hardware and local ML environment requirements (Apple Silicon/MLX); 5) If any step asks for credentials or tokens, do not provide them until you confirm they’re required and legitimate. If you want, I can summarize the Makefile and the contents of pipeline.py and the TTS scripts so you know exactly what will run.
功能分析
Type: OpenClaw Skill
Name: remotion-video-studio
Version: 1.0.1
The skill bundle is a legitimate and well-documented automated video production studio using Remotion, React, and TTS (Edge and Qwen). It provides a complete workflow for generating animated videos from JSON scripts, including a project scaffolding script (`init_project.py`), a pipeline orchestrator (`pipeline.py`), and various animation components. While the pipeline script and Makefile construct shell commands for environment activation (e.g., conda/venv), which presents a potential shell injection risk if configuration files are maliciously crafted, the overall design and documentation (SKILL.md) align with the stated purpose and lack any indicators of malicious intent, data exfiltration, or harmful prompt injection.
能力标签
能力评估
Purpose & Capability
Name/description match the provided artifacts: a Remotion React project template, many scene components, TTS scripts (edge/qwen), a pipeline script, and example content. The included files are what you'd expect for an automated Remotion video studio.
Instruction Scope
SKILL.md is specific and constrained: scaffold a project, edit JSON config, and run pipeline targets via make. It does not instruct reading unrelated system files or requesting secrets. The “make-only” rule is strict — reasonable to ensure environment consistency — but it also means you must trust the Makefile and any commands it runs (the Makefile/pipeline can run arbitrary installs, network calls, or OS commands).
Install Mechanism
The skill is instruction-only (no registry install spec) and ships a package.json, requirements.txt, and a Makefile-like file. Running the pipeline will likely perform npm/pip installs and run local scripts. No remote-download URLs were declared in the registry metadata, but the Makefile/pipeline may fetch dependencies or contact external TTS endpoints — inspect them before executing.
Credentials
The registry declares no required environment variables or credentials, which reduces the immediate credential risk. However the skill supports 'Edge' (online) TTS and 'Qwen' (local MLX) TTS; the online TTS may call external endpoints (possibly without keys), and local MLX requires machine-specific setup (Apple Silicon). Verify whether any of the included scripts expect API keys or tokens at runtime (they may accept optional env vars even if not declared).
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It's user-invocable and allows autonomous model invocation (platform default). It does not declare writing to other skill configs or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remotion-video-studio - 安装完成后,直接呼叫该 Skill 的名称或使用
/remotion-video-studio触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Clarified the "make only" rule: all project operations must use `make` except for `init_project.py` during initial scaffolding.
- Added a note explaining that the skill package stores files like `Makefile` as `Makefile.txt` and omits `.gitignore` for publishing compliance; these are restored by `init_project.py`.
- No functional or code changes in this release; documentation improved for easier onboarding and clearer project initialization workflow.
v1.0.0
Initial release of remotion-video-studio — automated pipeline to generate explainer videos from JSON using Remotion, React, and TTS.
- Full "Makefile only" workflow: all commands must go through `make` for reliability and reproducibility.
- JSON-driven content: define video scripts, structure, speakers, and styles in editable configs.
- Stepwise pipeline: scaffold → configure → script content → (optional) custom scenes → run build → preview.
- Dual TTS engine support: Edge TTS (online, free) and Qwen TTS (local, Apple Silicon, MLX).
- Incremental builds: only changes trigger re-renders for faster iteration.
- Custom scene/component support: easily add animated React scenes for any slide.
- Audio normalization, subtitle/SRT generation, slide-wise speaker selection, and theme customization included.
元数据
常见问题
video by remotion 是什么?
Automated video production studio using Remotion + React + TTS. Creates animated explainer videos from JSON content scripts through a make-driven pipeline: T... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 video by remotion?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remotion-video-studio」即可一键安装,无需额外配置。
video by remotion 是免费的吗?
是的,video by remotion 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
video by remotion 支持哪些平台?
video by remotion 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 video by remotion?
由 hzsunzixiang(@hzsunzixiang)开发并维护,当前版本 v1.0.1。
推荐 Skills