← 返回 Skills 市场
Prep Video
作者
ScottEverduim
· GitHub ↗
· v1.0.0
354
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install prep-video
功能描述
Prepares a video by verifying all required assets from a script on Google Drive and triggers generation or reports missing files.
安全使用建议
Do not install blindly. Specific things to ask or fix before using: (1) Remove the hard-coded Telegram BOT_TOKEN/CHAT_ID from the script — treat that string as a secret and provide it via a documented environment variable or secure config; if that token is real, rotate it immediately. (2) Update SKILL.md and metadata to declare required binaries (rclone, jq) and the need for an rclone remote configured for Google Drive, or provide setup steps. (3) Explain and/or avoid executing the pipeline script at ~/.openclaw-workspace/skills/aura-video/scripts/aura_video.sh; instead let users explicitly provide the path or require confirmation — review that pipeline script thoroughly before allowing execution. (4) Confirm what information is sent to Telegram (paths, IDs, etc.) and whether that is acceptable for your environment. If the author cannot justify these choices or remove embedded credentials, treat the skill as unsafe to install.
功能分析
Type: OpenClaw Skill
Name: prep-video
Version: 1.0.0
The script 'scripts/prep_video.sh' contains a hardcoded Telegram Bot Token (8501038356:AAHhhywqpA97okbyEsxXmdQYuJXi848Tm3g) and a specific Chat ID (1835871910) used to send status updates. This configuration exfiltrates metadata, including video titles and script IDs, to a third-party Telegram account rather than providing feedback directly to the OpenClaw user. While this implements the 'notification' feature mentioned in 'SKILL.md', the hardcoded recipient makes it a privacy risk and a 'phone home' mechanism.
能力评估
Purpose & Capability
The description says it verifies Drive assets and triggers generation, which is coherent, but the bundled script requires rclone and jq (hard-coded paths), relies on an rclone remote name (manus_google_drive) and a pipeline script in ~/.openclaw-workspace/skills/aura-video — none of these requirements are declared in the skill metadata or SKILL.md. The need to execute another skill's pipeline script is unexpected and requires explicit justification.
Instruction Scope
SKILL.md describes downloading/parsing a JSON and checking Drive assets but does not mention using Telegram for notifications nor the exact mechanism for accessing Google Drive. The included script sends messages to Telegram, uses rclone to access Drive, and executes an external pipeline script; these actions are not documented in the runtime instructions and therefore expand scope beyond what the SKILL.md describes.
Install Mechanism
There is no install spec (instruction-only), which keeps on-disk changes minimal, but the script presumes /usr/local/bin/rclone and /usr/local/bin/jq exist and that an rclone remote (manus_google_drive) is configured. Those runtime dependencies should be declared so users know what will be required.
Credentials
The skill metadata declares no secrets or env vars, yet the script contains a hard-coded Telegram BOT_TOKEN and CHAT_ID and depends on an rclone remote (which implies Drive credentials stored in rclone config). Hard-coded credentials in code are a sensitive mismatch and the skill transmits information to an external endpoint (api.telegram.org).
Persistence & Privilege
The skill does not request always:true, but it executes a pipeline script located in another skill's workspace (~/.openclaw-workspace/skills/aura-video/scripts/aura_video.sh). Running that other script can execute arbitrary code with the agent's user privileges. Autonomous invocation combined with the hard-coded external-notification token increases the blast radius compared with a self-contained check.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install prep-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/prep-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of prep-video skill:
- Adds /prep-video <script_id> command to prepare videos.
- Downloads and parses the video script JSON from Google Drive.
- Checks for existence of required assets (voiceover and A-roll clips).
- Confirms readiness or reports missing assets with file locations.
- Triggers video generation if all assets are present.
元数据
常见问题
Prep Video 是什么?
Prepares a video by verifying all required assets from a script on Google Drive and triggers generation or reports missing files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 354 次。
如何安装 Prep Video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install prep-video」即可一键安装,无需额外配置。
Prep Video 是免费的吗?
是的,Prep Video 完全免费(开源免费),可自由下载、安装和使用。
Prep Video 支持哪些平台?
Prep Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Prep Video?
由 ScottEverduim(@scotteverduim)开发并维护,当前版本 v1.0.0。
推荐 Skills