← Back to Skills Marketplace
zoucdr

WeryAI video tool — subtitle translate

by parallel world · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
129
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-tool-subtitle-translate
Description
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...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install video-tool-subtitle-translate
  3. After installation, invoke the skill by name or use /video-tool-subtitle-translate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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+.
Metadata
Slug video-tool-subtitle-translate
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.

How do I install WeryAI video tool — subtitle translate?

Run "/install video-tool-subtitle-translate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeryAI video tool — subtitle translate free?

Yes, WeryAI video tool — subtitle translate is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeryAI video tool — subtitle translate support?

WeryAI video tool — subtitle translate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeryAI video tool — subtitle translate?

It is built and maintained by parallel world (@zoucdr); the current version is v1.0.0.

💬 Comments