Best Subtitles

v1.0.0

YouTubers, content creators, educators add video files into captioned videos using this skill. Accepts MP4, MOV, AVI, WebM up to 500MB, renders on cloud GPUs...

0· 15·0 current·0 all-time
bypeandrover adam@peand-rover
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (generate and embed subtitles on cloud GPUs) matches the runtime instructions (upload video, create session, render/export). Requesting a single service token (NEMO_TOKEN) is proportional to this purpose. Note: the SKILL.md frontmatter mentions a config path (~/.config/nemovideo/) even though the registry metadata listed no required config paths — this is an internal inconsistency to clarify.
Instruction Scope
All runtime actions are scoped to the external video-processing API (session creation, SSE message stream, upload, render/export). The instructions tell the agent to generate anonymous tokens if NEMO_TOKEN is not present, to save session_id, and to include attribution headers. They also ask the agent to auto-detect an install path for X-Skill-Platform — that may require reading agent installation metadata or paths. The skill also instructs the agent to 'save' session tokens/ids but doesn't specify where; that ambiguous persistence should be clarified.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest installation risk. Nothing in the manifest asks the agent to download or run external installers.
Credentials
Only a single credential (NEMO_TOKEN) is declared as required and as primary, which is appropriate for an API-backed service. The skill also supports obtaining a short-lived anonymous token via the service's auth endpoint if no NEMO_TOKEN is provided. No unrelated credentials or secrets are requested.
Persistence & Privilege
always:false (default) — no elevated persistence. However the SKILL.md instructs saving the session_id and possibly storing tokens (NEMO_TOKEN or anonymous token) and references a config path in its frontmatter (~/.config/nemovideo/). Because the registry metadata did not declare config paths, you should confirm whether the skill will persist data to disk and where.
Assessment
This skill appears to do what it says (upload a video to nemo-video cloud, generate subtitles, and return a rendered MP4). Before installing/using it: 1) Confirm the mismatch about config paths — SKILL.md mentions ~/.config/nemovideo/ but the registry metadata did not; ask the author where session tokens/IDs are stored. 2) Treat NEMO_TOKEN as a sensitive credential — prefer using the anonymous-token flow for one-off uploads or create a scoped token with minimal permissions. 3) Review privacy/terms: uploading videos to a third-party API sends your content off-platform — don’t upload sensitive or private footage without reviewing nemo-video’s policy. 4) If you need to detect X-Skill-Platform from an install path, ask how the skill will access that path and whether it will read other agent/system files. 5) If anything seems unclear (where tokens are persisted, how long sessions live, how to revoke tokens), ask the skill author for clarification before enabling it.

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

latestvk970t0md5gtht1h6y8vzkkvqys84j9e8

License

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

Runtime requirements

💬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments