← Back to Skills Marketplace
68
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install subtitle-generator-download
Description
Turn a 3-minute YouTube tutorial video into 1080p captioned video files just by typing what you need. Whether it's adding downloadable subtitles to videos or...
Usage Guidance
This skill appears to do what it says: it uploads videos to a NemoVideo backend, creates a session, runs SSE-based generation, and returns a download URL. Before installing, consider: (1) Privacy — your video/audio will be uploaded to https://mega-api-prod.nemovideo.ai; verify you trust that service and its retention policy. (2) Token handling — the skill reads NEMO_TOKEN if present and will automatically obtain a short-lived anonymous token if not; avoid putting highly-privileged credentials in NEMO_TOKEN unless you trust the integration. (3) Attribution headers — the skill reads its own frontmatter and detects install path for X-Skill-Platform, which requires reading some local paths; this is read-only but worth noting. (4) Inconsistency — registry metadata lists no config paths while SKILL.md declares ~/.config/nemovideo/ in its frontmatter; you may want clarification from the author. If you’re comfortable with the external service and its policies, the skill is internally coherent. If you need higher assurance, ask the publisher for a provenance/hosting statement or use a disposable token.
Capability Analysis
Type: OpenClaw Skill
Name: subtitle-generator-download
Version: 1.0.0
The skill facilitates video subtitle generation via the nemovideo.ai API but includes instructions for the agent to perform environment discovery by probing the user's home directory (e.g., ~/.cursor/skills/ or ~/.clawhub/) to identify the host platform for telemetry. While aligned with the stated purpose, the skill manages sensitive API tokens (NEMO_TOKEN) and transmits user-provided video files to a third-party backend (mega-api-prod.nemovideo.ai), representing a high-risk data flow and unnecessary environment snooping.
Capability Assessment
Purpose & Capability
The name/description describe remote subtitle generation and video export; the skill only asks for a single service credential (NEMO_TOKEN) and its runtime instructions call the NemoVideo API endpoints described in the SKILL.md — this is coherent with the stated purpose. Minor inconsistency: the registry metadata lists no required config paths while the SKILL.md frontmatter declares a configPaths entry (~/.config/nemovideo/).
Instruction Scope
Instructions largely stay within the domain of uploading videos, creating sessions, SSE streaming, and polling render status. The skill will: read its own frontmatter for attribution, detect install path to set an X-Skill-Platform header, read NEMO_TOKEN if present, and (if no token) request an anonymous token from a public endpoint. These actions are explainable by the workflow but do mean user videos and metadata will be uploaded to mega-api-prod.nemovideo.ai; the skill also requests reading the install path and its own file metadata which are broader than strictly necessary but understandable for attribution.
Install Mechanism
There is no install spec and no code files — instruction-only skill — so nothing is written to disk by an installer. This is the lowest install risk.
Credentials
Only NEMO_TOKEN is declared as required (primary credential), which matches the described API usage. The SKILL.md additionally describes obtaining an anonymous token automatically if NEMO_TOKEN is absent; this behavior is reasonable but means the skill will perform network auth even without a user-supplied secret. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide settings. It will read the install path and its own frontmatter for header attribution but does not request elevated or persistent system privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install subtitle-generator-download - After installation, invoke the skill by name or use
/subtitle-generator-download - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Subtitle Generator Download (v1.0.0).
- Instantly generate and download video subtitles with just a user prompt — no editing timeline or manual exports required.
- Automatic session handling, including anonymous token flow and free credits for new users.
- Supports video uploads and YouTube URLs (up to 500MB, formats: mp4, mov, avi, webm).
- All subtitle generation and video rendering is processed on remote cloud GPU nodes, returning a 1080p MP4 or other popular formats within 30–90 seconds.
- Clear workflows for uploading, exporting, credit checking, and session status, with robust error handling and plain language user instructions.
Metadata
Frequently Asked Questions
What is Subtitle Generator Download?
Turn a 3-minute YouTube tutorial video into 1080p captioned video files just by typing what you need. Whether it's adding downloadable subtitles to videos or... It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.
How do I install Subtitle Generator Download?
Run "/install subtitle-generator-download" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Subtitle Generator Download free?
Yes, Subtitle Generator Download is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Subtitle Generator Download support?
Subtitle Generator Download is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Subtitle Generator Download?
It is built and maintained by tk8544-b (@tk8544-b); the current version is v1.0.0.
More Skills