← 返回 Skills 市场
zoucdr

WeryAI video tool — subtitle erase

作者 parallel world · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
120
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-tool-subtitle-erase
功能描述
Remove burnt-in subtitles or on-screen text from an HTTPS video via WeryAI (video-subtitle-erase). Use when the user wants subtitle or text removal, not tran...
安全使用建议
This package appears coherent with its stated purpose, but take these precautions before installing or running it: 1) Confirm you trust WeryAI and are willing to spend paid credits — the SKILL.md warns that runs are paid and not idempotent. 2) Only pass public https:// video URLs; do not supply local filesystem paths. 3) Verify the package contains only the listed files (SKILL.md, eval.yaml, scripts/video_subtitle_erase.js) and no extra scripts that accept local files or extra env vars. 4) Use the provided 'spec' and '--dry-run' modes to inspect the exact payload before submitting, and keep your WERYAI_API_KEY secret (do not write it to disk). 5) If you need higher assurance, inspect the full (untruncated) script for any hidden endpoints or obfuscated behavior; the portion provided shows only api.weryai.com usage and no other external hosts.
功能分析
Type: OpenClaw Skill Name: video-tool-subtitle-erase Version: 1.0.0 The skill bundle is a well-structured tool for removing subtitles from videos via the WeryAI API. The core logic in `scripts/video_subtitle_erase.js` is self-contained, uses standard Node.js fetch to communicate only with `api.weryai.com`, and includes robust input validation (e.g., enforcing HTTPS URLs and coordinate ranges). The `SKILL.md` file contains defensive instructions that explicitly guide the AI agent to avoid local file access and protect environment variables, showing no signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description match the implementation: the tool only calls a WeryAI video-subtitle-erase endpoint and requires a single API key (WERYAI_API_KEY) plus Node.js. There are no unrelated credentials, binaries, or config paths requested that would be disproportionate to subtitle/video text removal.
Instruction Scope
SKILL.md explicitly limits inputs to public https:// URLs and optional normalized rectangles, warns against local-file uploads, and requires explicit user confirmation before paid submission. The included script (video_subtitle_erase.js) validates HTTPS URLs, validates rects, reads only WERYAI_API_KEY from env, and performs network calls to api.weryai.com. The visible code does not reference other env vars, local files, or unexpected external endpoints.
Install Mechanism
No install spec is provided (instruction-only with a bundled script), which minimizes install-time risk. The only declared runtime binary is Node (>=18), which is reasonable for the provided JavaScript CLI. Nothing is downloaded or extracted by the skill itself.
Credentials
Only WERYAI_API_KEY is required and designated as the primary credential; the code reads that env var and constructs a Bearer Authorization header. No unrelated SECRET/TOKEN/PASSWORD vars are requested. The SKILL.md and script both state they do not depend on other env vars.
Persistence & Privilege
The skill does not request permanent system presence (always is false), does not modify other skills or global agent config, and contains explicit guidance not to write the API key to disk. Autonomous invocation is allowed (platform default) but not combined with other privileged actions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-tool-subtitle-erase
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-tool-subtitle-erase 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the video-tool-subtitle-erase skill. - Removes burnt-in subtitles or on-screen text from videos via WeryAI using a public HTTPS video URL. - Only supports subtitle erasure, not translation, watermark removal, or text-to-video generation. - Requires Node.js 18+, WERYAI_API_KEY, and no local file uploads—inputs are via public links only. - Provides clear CLI usage for submitting, waiting, and status checks, and emphasizes strict scope and security guidelines.
元数据
Slug video-tool-subtitle-erase
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WeryAI video tool — subtitle erase 是什么?

Remove burnt-in subtitles or on-screen text from an HTTPS video via WeryAI (video-subtitle-erase). Use when the user wants subtitle or text removal, not tran... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 WeryAI video tool — subtitle erase?

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

WeryAI video tool — subtitle erase 是免费的吗?

是的,WeryAI video tool — subtitle erase 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeryAI video tool — subtitle erase 支持哪些平台?

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

谁开发了 WeryAI video tool — subtitle erase?

由 parallel world(@zoucdr)开发并维护,当前版本 v1.0.0。

💬 留言讨论