← Back to Skills Marketplace
video by remotion
by
hzsunzixiang
· GitHub ↗
· v1.0.1
· MIT-0
90
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install remotion-video-studio
Description
Automated video production studio using Remotion + React + TTS. Creates animated explainer videos from JSON content scripts through a make-driven pipeline: T...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install remotion-video-studio - After installation, invoke the skill by name or use
/remotion-video-studio - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install video by remotion?
Run "/install remotion-video-studio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is video by remotion free?
Yes, video by remotion is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does video by remotion support?
video by remotion is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created video by remotion?
It is built and maintained by hzsunzixiang (@hzsunzixiang); the current version is v1.0.1.
More Skills