← 返回 Skills 市场
kmasterrr

Video Captioning by ReelWords

作者 milatech · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
469
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-captions-reelwords
功能描述
Generate captions for short-form videos using the ReelWords (reelwords.ai) Caption API. Use when a user asks to create caption jobs, render stylized subtitle...
安全使用建议
This skill appears to do what it claims: call ReelWords APIs to create/poll caption jobs and optionally download results. Before installing: (1) ensure you trust https://reelwords.ai and are willing to give the skill an API key; (2) provide the key via REELWORDS_API_KEY or the suggested ~/.clawdbot/openclaw.json but avoid committing the key to source control; (3) install the Python dependency 'requests' (e.g., pip install requests) because the included script requires it; (4) run the script in a trusted environment since it performs network calls and will write the downloaded video to disk; (5) rotate the API key if you later revoke access. If you want extra assurance, inspect or run the script in a sandboxed environment before granting the key to production systems.
功能分析
Type: OpenClaw Skill Name: video-captions-reelwords Version: 1.0.0 The skill bundle is benign, designed to interact with the ReelWords Caption API as described. The `SKILL.md` provides clear, helpful instructions, including security advice for handling API keys, and contains no prompt injection attempts. The `scripts/reelwords_caption_job.py` script correctly implements the stated functionality, securely retrieves the API key from environment variables or arguments, and directs all network traffic to `https://api.reelwords.ai`. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or obfuscation. File writing for downloaded videos is to a user-specified path, which is expected behavior.
能力评估
Purpose & Capability
Name/description, required env var (REELWORDS_API_KEY), and the included script all target ReelWords' caption API (api.reelwords.ai). No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md limits actions to creating a caption job, polling status, and downloading the rendered video (or using the helper script). It only references the REELWORDS_API_KEY and an optional local OpenClaw config file for storing that key; it does not instruct reading unrelated files or exfiltrating data to unexpected endpoints.
Install Mechanism
This is instruction-only (no install spec) and therefore low risk, but the included Python script depends on the third-party 'requests' package while the skill only declares 'python3' as a required binary. The README does not provide an install step for Python dependencies (e.g., pip install requests).
Credentials
Only REELWORDS_API_KEY is requested, which is appropriate for the API usage described. No extra tokens, secrets, or unrelated environment variables are requested.
Persistence & Privilege
always:false (not force-included) and normal user-invocable/autonomous invocation defaults. The skill does not request elevated or cross-skill configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-captions-reelwords
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-captions-reelwords 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of reelwords-captions skill. - Generate stylized captions for short-form videos using the ReelWords Caption API. - Supports creating caption jobs, polling their status, and downloading the rendered videos. - Includes helper script for end-to-end processing and setup instructions for API key management. - Provides detailed usage examples for both script and raw REST API calls. - Offers guidance on authentication, error handling, and security best practices for API keys.
元数据
Slug video-captions-reelwords
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Video Captioning by ReelWords 是什么?

Generate captions for short-form videos using the ReelWords (reelwords.ai) Caption API. Use when a user asks to create caption jobs, render stylized subtitle... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 469 次。

如何安装 Video Captioning by ReelWords?

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

Video Captioning by ReelWords 是免费的吗?

是的,Video Captioning by ReelWords 完全免费(开源免费),可自由下载、安装和使用。

Video Captioning by ReelWords 支持哪些平台?

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

谁开发了 Video Captioning by ReelWords?

由 milatech(@kmasterrr)开发并维护,当前版本 v1.0.0。

💬 留言讨论