Add Subtitle To Video File

v1.0.0

Skip the learning curve of professional editing software. Describe what you want — add subtitles in English and burn them into the video — and get captioned...

0· 18·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe cloud subtitle generation and burned-in export; SKILL.md implements exactly that via a NemoVideo API (session creation, upload, render/export). The required primary credential (NEMO_TOKEN) is appropriate for a hosted rendering service.
Instruction Scope
Runtime instructions are focused on connecting to the remote API, uploading user video files, polling renders, and returning download URLs. A few instructions broaden scope slightly: the YAML frontmatter mentions reading a config path (~/.config/nemovideo/) and detecting install path to set an X-Skill-Platform header — these imply the agent may inspect local paths to determine platform/test headers. This is not necessary to the core task and should be called out to users.
Install Mechanism
Instruction-only skill with no install spec and no bundled code files. Nothing is downloaded or written to disk by the skill itself in the provided materials.
Credentials
Only one credential is declared (NEMO_TOKEN) which matches the cloud API usage. The skill also documents a fallback flow to obtain an anonymous token from https://mega-api-prod.nemovideo.ai if NEMO_TOKEN is absent. The YAML frontmatter includes a config path (~/.config/nemovideo/) which may grant access to local config containing secrets — users should confirm why local config is needed.
Persistence & Privilege
always is false and the skill is user-invocable; there is no install script or indication it will modify other skills or persist beyond normal agent usage.
Assessment
This skill appears internally consistent for uploading videos and calling a remote subtitle/render service, but check these points before installing: - You will be uploading your video files to the NemoVideo endpoint (https://mega-api-prod.nemovideo.ai). Verify you trust that service and its privacy/retention policy for any sensitive footage. - The skill expects a NEMO_TOKEN credential; if you do not supply one it will obtain an anonymous token via an API call. Decide whether you prefer to supply your own token or allow anonymous issuance. - The SKILL.md frontmatter references a local config path (~/.config/nemovideo/) and mentions detecting install paths to set an X-Skill-Platform header. Ask the publisher why local config or filesystem inspection is required — it may be harmless, but it is broader than strictly uploading and rendering. - Because this is instruction-only, there is no install-time code, but the agent will make network requests on your behalf. If you need stronger assurance, ask for an official homepage/owner documentation or a published API policy for the Nemovideo service.

Like a lobster shell, security has layers — review code before you run it.

latestvk974pmfvnydg9b2tts0cgj3e7s84yh29

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

💬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments