← Back to Skills Marketplace
199
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install remotion-bozo
Description
快速创建 Remotion 视频项目的技能。提供完整的项目模板、动画工具函数、渲染脚本和最佳实践。一键创建专业视频项目。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install remotion-bozo - After installation, invoke the skill by name or use
/remotion-bozo - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is remotion-bozo?
快速创建 Remotion 视频项目的技能。提供完整的项目模板、动画工具函数、渲染脚本和最佳实践。一键创建专业视频项目。 It is an AI Agent Skill for Claude Code / OpenClaw, with 199 downloads so far.
How do I install remotion-bozo?
Run "/install remotion-bozo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is remotion-bozo free?
Yes, remotion-bozo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does remotion-bozo support?
remotion-bozo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created remotion-bozo?
It is built and maintained by bozoyan (@bozoyan); the current version is v1.0.0.
More Skills