← 返回 Skills 市场
normandmickey

Reelsmith

作者 normandmickey · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install reelsmith
功能描述
Create short-form vertical video packages, preview reels, narrated reels, and AI-video workflows from ideas, articles, updates, or source material. Use when...
安全使用建议
This skill's code and SKILL.md implement what 'Reelsmith' claims to do, but the package metadata omits important runtime requirements. Before installing or running it: 1) Request corrected metadata that explicitly lists required env vars (OPENAI_API_KEY and, if you plan to use the LTX backend, LTX_API_KEY), required binaries (ffmpeg) and Python dependencies (openai, requests). 2) Verify you trust the external endpoint https://api.ltx.video and confirm its privacy/usage terms before supplying an LTX API key. 3) Run the scripts in a controlled environment (sandbox/container) so ffmpeg and subprocess calls can't access unexpected host files. 4) Only provide API keys you intend to use for this capability (consider scoped keys or separate service accounts). If the publisher cannot or will not clarify the missing declarations, treat the package as untrusted until those inconsistencies are resolved.
功能分析
Type: OpenClaw Skill Name: reelsmith Version: 0.2.0 The reelsmith skill is a legitimate tool for generating short-form video content packages, including scripts, captions, and video previews. It utilizes local ffmpeg processing (e.g., scripts/make_visual_reel_preview.py) and external APIs for text-to-speech (scripts/openai_tts.py) and AI video generation (scripts/ltx_text_to_video.py). The code follows safe practices, such as using subprocess lists instead of shell strings and utilizing ffmpeg's textfile parameter to avoid injection vulnerabilities, and its behavior aligns strictly with the documented purpose.
能力评估
Purpose & Capability
The SKILL.md and included scripts implement reel preview, TTS, muxing, and an optional LTX text-to-video backend which is coherent with the 'Reelsmith' purpose. However the registry metadata claims no required env vars or binaries, while the code requires OPENAI_API_KEY (OpenAI TTS), optionally LTX_API_KEY (ltx_text_to_video.py), and the ffmpeg binary. Declaring none of those in metadata is inconsistent and disproportionate.
Instruction Scope
Runtime instructions stay within the stated domain: generating scripts, previews, and optional TTS/video backend calls. They instruct writing scene text files, calling local Python scripts, invoking ffmpeg, and contacting external APIs (OpenAI and api.ltx.video). The SKILL.md explicitly mentions OPENAI_API_KEY but does not clearly document LTX_API_KEY or the requirement for ffmpeg and Python dependencies; that omission widens the agent's effective scope unexpectedly.
Install Mechanism
There is no install spec (instruction-only), which is low risk by itself, but the repository includes runnable Python scripts that depend on external binaries (ffmpeg), the OpenAI Python client, and the requests package. No dependency or installation instructions are declared in the registry metadata, increasing the chance a user will run code that fails or runs in an unexpected environment. The ltx_text_to_video script issues network requests to api.ltx.video (a third-party endpoint) — acceptable for functionality but worth verifying trustworthiness.
Credentials
Registry metadata declared no required environment variables but the SKILL.md and code require at least OPENAI_API_KEY for TTS; the LTX helper requires LTX_API_KEY at runtime and will exit if absent. These are high-sensitivity secrets (API keys). The absence of these from metadata is an incoherence and a potential security risk because users might be asked to provide credentials without clear justification in the registry listing.
Persistence & Privilege
always is false and the skill does not request persistent/always-on privileges or modify other skills or system-wide settings. Autonomous invocation is allowed by default (normal) and there are no signs the skill attempts to change agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reelsmith
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reelsmith 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Adds narrated reel workflows, visual preview mode, LTX AI video backend, and updated packaging for current Facebook/X short-form publishing workflows.
v0.1.0
Initial public release: short-form reel planning, preview generation, voiceover workflow, and optional LTX video backend.
元数据
Slug reelsmith
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Reelsmith 是什么?

Create short-form vertical video packages, preview reels, narrated reels, and AI-video workflows from ideas, articles, updates, or source material. Use when... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Reelsmith?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install reelsmith」即可一键安装,无需额外配置。

Reelsmith 是免费的吗?

是的,Reelsmith 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Reelsmith 支持哪些平台?

Reelsmith 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Reelsmith?

由 normandmickey(@normandmickey)开发并维护,当前版本 v0.2.0。

💬 留言讨论