← 返回 Skills 市场
WeryAI video tool — subtitle translate
作者
parallel world
· GitHub ↗
· v1.0.0
· MIT-0
129
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-tool-subtitle-translate
功能描述
Translate subtitles in an existing HTTPS video via WeryAI (video-subtitle-translate). Use when the user wants subtitle translation, not erasure or text-to-vi...
安全使用建议
This package appears coherent with its stated purpose. Before installing, verify: (1) the WERYAI_API_KEY you supply belongs to the expected WeryAI account and you understand billing/quoting for runs; (2) the video URL you provide is a public https:// URL and you have rights to process it; (3) run node scripts/video_subtitle_translate.js spec and --dry-run to inspect the request schema and validate input before submitting a paid job; (4) do not export or write your API key to disk and do not run any sibling scripts (the SKILL.md warns they may be out of scope); (5) if you need further assurance, open and review the full script file for any unexpected network endpoints or logic beyond what is described (the provided snippet uses api.weryai.com only).
功能分析
Type: OpenClaw Skill
Name: video-tool-subtitle-translate
Version: 1.0.0
The skill bundle is well-structured and follows security best practices for interacting with the WeryAI API. The primary script, `scripts/video_subtitle_translate.js`, strictly validates that input URLs use HTTPS, avoids local file system access, and only communicates with the legitimate API endpoint (api.weryai.com). The documentation in `SKILL.md` explicitly instructs the agent to avoid unauthorized file access and emphasizes the protection of the API key.
能力评估
Purpose & Capability
Name/description (subtitle translation) match the requested artifacts: the script only requires Node and WERYAI_API_KEY, and its configured endpoint is api.weryai.com/v1/generation/video-subtitle-translate. There are no unrelated credentials, binaries, or config paths declared.
Instruction Scope
SKILL.md explicitly limits operations to the subtitle-translate workflow for a public https:// video_url and instructs running the provided script (spec/submit/wait/status). The README warns against running sibling scripts and says the script does not read local files or perform upload-file flows. The script performs HTTPS calls and validates that URLs start with "https://".
Install Mechanism
There is no install spec (instruction-only skill with included script). The only runtime requirement is Node 18+, no remote downloads or archive extraction are present.
Credentials
Only WERYAI_API_KEY is declared as required and the script reads process.env.WERYAI_API_KEY. No other secrets or unrelated environment variables are requested.
Persistence & Privilege
The skill is not forced-always (always:false) and does not request persistent/system-wide privileges. It does network calls to the stated API and does not modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-tool-subtitle-translate - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-tool-subtitle-translate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of video-tool-subtitle-translate.
- Translates subtitles in an existing HTTPS video using WeryAI.
- Requires a public video URL and target language code; no local file uploads.
- CLI script: scripts/video_subtitle_translate.js with wait, submit, status, and dry-run modes.
- Scope is limited to subtitle translation only; other video or subtitle modifications are not included.
- Requires WERYAI_API_KEY and Node.js 18+.
元数据
常见问题
WeryAI video tool — subtitle translate 是什么?
Translate subtitles in an existing HTTPS video via WeryAI (video-subtitle-translate). Use when the user wants subtitle translation, not erasure or text-to-vi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。
如何安装 WeryAI video tool — subtitle translate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-tool-subtitle-translate」即可一键安装,无需额外配置。
WeryAI video tool — subtitle translate 是免费的吗?
是的,WeryAI video tool — subtitle translate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeryAI video tool — subtitle translate 支持哪些平台?
WeryAI video tool — subtitle translate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeryAI video tool — subtitle translate?
由 parallel world(@zoucdr)开发并维护,当前版本 v1.0.0。
推荐 Skills