← 返回 Skills 市场
199
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install remotion-bozo
功能描述
快速创建 Remotion 视频项目的技能。提供完整的项目模板、动画工具函数、渲染脚本和最佳实践。一键创建专业视频项目。
安全使用建议
This package appears to be a straightforward Remotion project template and helper docs, but it has a few practical issues you should consider before running anything:
- The README/SKILL.md tells you to run a `remotion-bozo` command but the repo only includes create-video.sh (no installed CLI). You may need to run the script directly (./create-video.sh) or wire up a wrapper — the mismatch is not malicious but is confusing.
- create-video.sh runs npm install and writes files into your current directory. Review the script, run it in an isolated directory, and inspect generated package.json before running npm install.
- The script uses sed -i '' (BSD/macOS syntax). On Linux that sed invocation will fail; expect portability issues if you run on Linux.
- The docs include optional Lambda render instructions that require AWS credentials (AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY). The skill metadata does not declare these env vars — only set them if you intend to use Lambda and understand the security implications of providing AWS credentials.
- The chrome-reuse guidance asks you to edit ~/.zshrc to set REMOTION_BROWSER_EXECUTABLE. That is convenient but it persists a setting; back up your shell config before changing it.
If you don't trust the source: inspect all files locally, run the create script in an empty sandbox/container, or recreate the template manually following the docs rather than running scripts from an unknown origin.
功能分析
Type: OpenClaw Skill
Name: remotion-bozo
Version: 1.0.0
The remotion-bozo skill bundle is a legitimate toolset for scaffolding and managing Remotion video projects. The core logic in 'create-video.sh' automates standard project initialization tasks like directory creation, dependency installation (remotion, react), and template generation without any hidden or harmful side effects. The documentation, particularly 'rules/chrome-reuse.md', provides helpful performance optimizations for reusing existing browser binaries, and no evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The files and instructions match the described purpose (creating a Remotion project, templates, animation helpers, render guidance, and chrome reuse). However, SKILL.md instructs usage like `remotion-bozo create ...` while the package is instruction-only and only includes a create-video.sh script (no installed CLI). Also SKILL.md references other skills (remotion-best-practices, remotion-video-toolkit) and Playwright but the registry metadata does not declare these dependencies.
Instruction Scope
Runtime instructions and rule docs stay within the scope of project creation, rendering, and Chrome reuse. They reference user home paths and environment variables (e.g., REMOTION_BROWSER_EXECUTABLE) which are relevant to the functionality. The docs suggest editing ~/.zshrc and reusing Playwright/Puppeteer caches — these are reasonable for the stated purpose but do instruct persistent changes to shell config.
Install Mechanism
There is no install spec (instruction-only), which minimizes install-time risk. The included create-video.sh runs npm install (fetches packages from npm) when executed — that is expected for a project template but means network downloads will occur if you run the script.
Credentials
The skill does not request credentials in metadata (none declared). Some documentation (rules/rendering.md) includes Lambda/cloud instructions that require AWS credentials (AWS_REGION, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY) but these are optional and not declared as required by the skill. The chrome-reuse guidance asks the user to set REMOTION_BROWSER_EXECUTABLE (a local path) — appropriate for the goal.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. The only persistent change suggested is user modification of shell rc files to set REMOTION_BROWSER_EXECUTABLE; the skill's files do not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remotion-bozo - 安装完成后,直接呼叫该 Skill 的名称或使用
/remotion-bozo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of remotion-bozo – 快速创建 Remotion 视频项目的技能。
- 提供完整的 TypeScript + Remotion 项目模板和优化结构
- 集成动画工具函数(Spring 动画、Easing、贝塞尔曲线等)
- 提供一键 MP4 渲染与 Lambda 云端渲染支持
- 自动检测并复用已安装的 chrome-headless-shell,提升效率
- 附带详细的项目结构说明和最佳实践指南
- 需先安装 remotion-best-practices、remotion-video-toolkit 和 playwright
元数据
常见问题
remotion-bozo 是什么?
快速创建 Remotion 视频项目的技能。提供完整的项目模板、动画工具函数、渲染脚本和最佳实践。一键创建专业视频项目。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 199 次。
如何安装 remotion-bozo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remotion-bozo」即可一键安装,无需额外配置。
remotion-bozo 是免费的吗?
是的,remotion-bozo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
remotion-bozo 支持哪些平台?
remotion-bozo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 remotion-bozo?
由 bozoyan(@bozoyan)开发并维护,当前版本 v1.0.0。
推荐 Skills