← 返回 Skills 市场
887
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install remotion-video-generator
功能描述
AI video production workflow using Remotion. Use when creating videos, short films, commercials, or motion graphics. Triggers on requests to make promotional...
安全使用建议
Before installing or running this skill, consider the following: 1) The included scrapling.sh will fetch and parse any URL you pass and will send a constructed screenshot request to thum.io — this can reveal the target URL and site metadata to third parties. Avoid scraping sensitive/internal sites. 2) The workflow instructs exposing your local Remotion Studio via a Cloudflare tunnel and sharing the public URL; do not run that step for projects that contain private data, credentials, or unpublished content. 3) The SKILL.md references another skill's tunnel script but does not declare any Cloudflare credentials — check what credentials that tunnel requires and never provide secrets to a skill you don't trust. 4) The skill recommends installing the 'scrapling' Python package; verify the package source and review its code before pip installing into any production environment. 5) If you decide to run it, do so in an isolated environment (container or VM), review the scripts line-by-line, and manually run only the steps you understand (especially scraping and tunneling). If you want higher assurance, ask the author for a homepage/repository and for explicit details about the scrapling package and the tunnel script it references.
功能分析
Type: OpenClaw Skill
Name: remotion-video-generator
Version: 1.0.0
The skill is classified as suspicious due to critical shell injection vulnerabilities and the instruction to publicly expose a local development server. The `scripts/scrapling.sh` script directly embeds unsanitized user-provided URLs into a Python script string, creating a remote code execution risk. Similarly, `scripts/remotion.sh` directly embeds arguments into shell commands without sanitization. Furthermore, `SKILL.md` explicitly instructs the agent to use `cloudflare-tunnel/scripts/tunnel.sh` to expose the Remotion Studio (running `npm run dev`) on port 3000 publicly, significantly increasing the attack surface and potential for exploitation of the agent's environment.
能力评估
Purpose & Capability
Name/description align with included files: node/npm/python3 are reasonable for Remotion + a Python scraper. The two included scripts implement the claimed behaviors. One inconsistency: the SKILL.md instructs running a Cloudflare tunnel via another skill's script (skills/cloudflare-tunnel/scripts/tunnel.sh) which is not included or declared here — referencing a separate skill/tool without declaring needed credentials or explaining the dependency is surprising.
Instruction Scope
Runtime instructions direct the agent to: (a) scrape arbitrary brand websites using the included scrapling.sh (which fetches and parses remote pages), (b) download assets (logo/OG images) via curl, (c) construct a screenshot request to thum.io (sending the target URL to a third-party screenshot service), and (d) expose the local dev server with a Cloudflare tunnel and share the public URL. Scraping arbitrary URLs and sending them to third parties can leak user-supplied or sensitive URLs; exposing a dev server publicly can leak project files if misconfigured. These actions are within a video-production workflow but carry privacy/exfiltration risks that the skill does not call out or require explicit authorization for.
Install Mechanism
There is no formal install spec (instruction-only), which keeps disk writes limited to when you run commands. SKILL.md recommends 'pip install scrapling' and 'npm install -g remotion' — installing packages from PyPI/NPM is expected, but the scrapling package is referenced by GitHub and may be less well-known; the instructions do not pin versions or provide provenance. No downloads from odd URLs are present in the provided files.
Credentials
The skill declares no required environment variables or credentials, yet its workflow instructs starting a Cloudflare tunnel via an external script (which typically requires Cloudflare credentials or configuration). That credential requirement is not declared. The scrapling script prints 'export' lines (brandName, logoUrl, etc.) but does not request secrets; however, it also causes the agent to fetch external URLs and contact thum.io, which means user-supplied URLs (and possibly metadata) are transmitted to third parties without explicit mention. This mismatch between declared credentials (none) and runtime network interactions is a concern.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It does, however, instruct running background dev servers and exposing them via a tunnel and uses npx / npm to install/run tools; these actions create long-lived network exposure when executed. The skill does not modify other skills' configs, but it references another skill's tunnel script, which could increase its effective privilege if that other script has additional requirements.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remotion-video-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/remotion-video-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
remotion-video-generator v1.0.0
- Initial release of programmatic video generation workflow using Remotion and React.
- Firecrawl replaced with Scrapling for brand data extraction.
- Provides detailed step-by-step guide for setting up, building scenes, and rendering videos.
- Includes troubleshooting tips for Remotion v4 API, with required scripts and usage instructions.
- Supports creation of promotional, demo, social, and animated explainer videos with studio-quality motion graphics.
元数据
常见问题
Remotion Video Generator 是什么?
AI video production workflow using Remotion. Use when creating videos, short films, commercials, or motion graphics. Triggers on requests to make promotional... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 887 次。
如何安装 Remotion Video Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remotion-video-generator」即可一键安装,无需额外配置。
Remotion Video Generator 是免费的吗?
是的,Remotion Video Generator 完全免费(开源免费),可自由下载、安装和使用。
Remotion Video Generator 支持哪些平台?
Remotion Video Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Remotion Video Generator?
由 ohnednez(@zendenho7)开发并维护,当前版本 v1.0.0。
推荐 Skills