← Back to Skills Marketplace
🔌

ReelOnce-skill

by pampas-lab · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
113
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install reelonce
Description
ReelOnce 一体化总控 skill。单次调用即可完成从输入文本到最终视频输出的完整流程:planning、资产图/分镜图/TTS 生成、镜头视频生成、Remotion 工程生成与最终 MP4 渲染。
Usage Guidance
Before installing or running this skill: (1) review env.local.example to see which API keys and variables it expects (SKILLS_VIDEO_*, CUSTOM_*, etc.) — the registry metadata omits these; (2) understand that running the skill will install and run the 'reelonce' Python package and npm packages (inspect their provenance and code if you don't trust the source); (3) the pipeline may upload images (URLs or base64) to external video services — don't run it with sensitive local images or credentials present; (4) avoid blindly sourcing env.local from untrusted sources (it can export many secrets); (5) if you want to proceed, run it in an isolated environment (container or VM), inspect the installed reelonce package first, and only provide API keys for services you trust.
Capability Analysis
Type: OpenClaw Skill Name: reelonce Version: 1.0.1 The skill bundle is a legitimate wrapper for the ReelOnce text-to-video pipeline. The Python scripts (scripts/agent_api.py and scripts/run.py) safely handle command-line arguments and invoke the underlying package without risky shell execution or obfuscation. The SKILL.md instructions are focused on environment setup and dependency checking, and while they direct users to a specific service (https://skills.video/) for API keys, this is consistent with the tool's stated purpose and lacks any indicators of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The skill is presented as a local orchestrator for a ReelOnce pipeline and the included scripts simply call an installed 'reelonce' package, which is coherent. However, the documentation repeatedly requires/mentions SKILLS_VIDEO_* / CUSTOM_* / COMMERCIAL_* environment variables and instructs users to copy and source env.local — yet the registry metadata lists no required environment variables. That omission is an incoherence: the skill will practically need API keys and environment config to function, but these are not declared.
Instruction Scope
SKILL.md instructs creating a venv, running pip install -e '.[dev]', copying and sourcing env.local, running npm install inside generated Remotion projects, and sending asset references to commercial video services (either URLs or base64-encoded images). These operations are within the stated purpose, but they include reading local files and potentially converting and sending local images as base64 to external endpoints — behavior that should have been made explicit in the metadata and permission model.
Install Mechanism
There is no registry install spec (instruction-only skill with small helper scripts). The README instructs standard pip editable install and npm install in the generated Remotion project. Those are expected for this kind of project and are not themselves suspicious, but they do mean code from the 'reelonce' package and npm packages will be installed and executed on the host.
Credentials
Although the registry lists no required env vars, SKILL.md clearly expects variables like SKILLS_VIDEO_API_KEY, SKILLS_VIDEO_IMAGE_MODEL, SKILLS_VIDEO_VIDEO_MODEL and supports CUSTOM_* / COMMERCIAL_* variants. Requiring API keys and other secrets is proportionate to the task, but the metadata failing to declare them is a mismatch. Also, instructing users to 'set -a && source ./env.local' will export all variables from env.local into the environment — potentially exposing many secrets if env.local contains unrelated credentials.
Persistence & Privilege
The skill is not forced-always (always: false) and does not request system-wide changes in the provided files. It runs subprocesses (calls into the installed 'reelonce' package and will run npm in generated project directories) but does not itself modify other skills or global agent config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reelonce
  3. After installation, invoke the skill by name or use /reelonce
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added --debug-video-prompt option to export the final prompts sent to the video service for each shot. - Updated usage examples and key parameters to include --debug-video-prompt. - No other changes to core features or workflows.
v1.0.0
reelonce-skill v1.0.0 - 集成一体化文本到视频总控流程 - 单次调用实现从文本输入到视频输出的完整自动化,包括分镜策划、资产生成、镜头渲染、Remotion 工程生成及最终 MP4 渲染。 - 自动检测并引导用户完成 Python、Node.js 及所需环境依赖与配置。 - 支持自定义项目 ID、镜头数、参考图类型、输出路径等参数配置。 - 明确指引配置文生图与视频生成所需的 skills.video 相关 API Key、模型参数等。 - 优化分工与流程,推荐主流程按 env.local.example 指南配置,兼容旧变量名。 - 输出过程文件、独立数据库、Remotion 工程及最终视频。
Metadata
Slug reelonce
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is ReelOnce-skill?

ReelOnce 一体化总控 skill。单次调用即可完成从输入文本到最终视频输出的完整流程:planning、资产图/分镜图/TTS 生成、镜头视频生成、Remotion 工程生成与最终 MP4 渲染。 It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.

How do I install ReelOnce-skill?

Run "/install reelonce" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ReelOnce-skill free?

Yes, ReelOnce-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ReelOnce-skill support?

ReelOnce-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ReelOnce-skill?

It is built and maintained by pampas-lab (@pampas-lab); the current version is v1.0.1.

💬 Comments