← 返回 Skills 市场
313
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shellbot-video-generator
功能描述
AI video production workflow using Remotion. Use when creating videos, short films, commercials, or motion graphics. Triggers on requests to make promotional...
安全使用建议
This skill generally does what it advertises (scaffold Remotion projects and scrape brand assets), but there are important caveats you should review before installing:
- Scripts require command-line tools not declared in the manifest (curl, python3, sed, npm/npx). Ensure your environment provides these or the scripts will fail.
- firecrawl.sh sources .env files from the workspace root and the skill dir. That will export any variables found there into the script's environment — review those .env files first and avoid running in a workspace that contains other secrets you don't want touched.
- The skill instructs exposing a local dev server via a Cloudflare tunnel script at skills/cloudflare-tunnel/scripts/tunnel.sh which is not included here. Verify the existence and trustworthiness of that tunnel script before following that step, since exposing the dev server will make your project files publicly reachable.
- The skill will fetch and save images from arbitrary scraped URLs and from user-supplied URLs. Only run scraping/downloading on domains you trust, and inspect any downloaded content before using it in production.
- Confirm the legitimacy of the Firecrawl service (api.firecrawl.dev) and restrict the API key scope where possible. Provide the minimum necessary credential and consider using a scoped/test key.
If you plan to use it: review the scripts line-by-line, run them in an isolated/sandboxed environment, and avoid running them in a workspace that contains unrelated .env files or sensitive data.
功能分析
Type: OpenClaw Skill
Name: shellbot-video-generator
Version: 1.0.0
The bundle provides a legitimate workflow for programmatic video generation using Remotion and Firecrawl. It includes scripts for scraping brand assets (firecrawl.sh) and managing the Remotion lifecycle (remotion.sh). While the skill performs high-risk actions such as executing shell commands (npm install), downloading remote assets, and exposing a local port via a Cloudflare tunnel for previews, these are transparently documented and necessary for the stated functionality. No evidence of malicious intent, data exfiltration, or obfuscation was found.
能力评估
Purpose & Capability
The skill is indeed a Remotion video scaffolder and asset-scraper; requesting FIRECRAWL_API_KEY aligns with the declared 'Firecrawl' scraping step. However the package declares no required binaries while included scripts rely on curl, python3, sed, npm/npx and a separate 'cloudflare-tunnel' skill script — those runtime dependencies are not declared.
Instruction Scope
SKILL.md directs the agent to scrape arbitrary websites and auto-download images, to source .env files from multiple locations (workspace root, skill dir), to start a dev server, and to expose it publicly via a Cloudflare tunnel script located at skills/cloudflare-tunnel/scripts/tunnel.sh (which is not part of this bundle). Sourcing .env from parent directories and auto-downloading remote content broaden the scope beyond simple templating and could expose other secrets or publish local content unintentionally.
Install Mechanism
There is no install spec (instruction-only install), which avoids forced remote installs; however the bundle contains executable shell scripts that will be run at runtime and those scripts make network calls (curl to api.firecrawl.dev and arbitrary image URLs). No third-party downloads during installation were found, but runtime network fetches are part of normal operation.
Credentials
Only FIRECRAWL_API_KEY is declared and used for the Firecrawl API (proportional). But firecrawl.sh automatically sources .env files from the workspace and skill directories and exports variables, which can import other secrets into the script environment unnecessarily. The skill does not declare that it will read .env files outside its own directory.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It writes project files into output directories (expected for scaffolding) but does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shellbot-video-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/shellbot-video-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
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 插件,目前累计下载 313 次。
如何安装 Video Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shellbot-video-generator」即可一键安装,无需额外配置。
Video Generator 是免费的吗?
是的,Video Generator 完全免费(开源免费),可自由下载、安装和使用。
Video Generator 支持哪些平台?
Video Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Generator?
由 cohnen(@cohnen)开发并维护,当前版本 v1.0.0。
推荐 Skills