Ai Subtitle Generator Youtube

v1.0.0

Turn a 10-minute YouTube tutorial video into 1080p captioned YouTube videos just by typing what you need. Whether it's adding subtitles to YouTube videos or...

0· 56·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
medium confidence
Purpose & Capability
Name/description (YouTube subtitle + burn-in renderer) match the declared requirement for a NEMO_TOKEN and the instructions to call nemovideo.ai endpoints. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to obtain or use NEMO_TOKEN, create a session, upload video files, stream SSE edits, and trigger renders — all within the stated purpose. One minor mismatch: the metadata declares a required config path (~/.config/nemovideo/), but the visible runtime instructions do not explain reading or writing that path. Also the skill requires adding attribution headers and auto-detecting an install path for X-Skill-Platform, which requires the agent to inspect its environment/install location; this is reasonable but worth noting.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install profile; nothing is downloaded or written by an installer step.
Credentials
Only one credential is required (NEMO_TOKEN), which is proportional to a cloud rendering service. The skill also offers an anonymous-token flow (UUID -> /api/auth/anonymous-token) which is plausible. The declared configPaths entry could grant access to a local config directory; metadata lists it but SKILL.md doesn't show why it must be accessed, so confirm whether the agent will read or write that path before installing.
Persistence & Privilege
always:false and no system-wide modifications are requested. The skill instructs saving session_id and using tokens for its own sessions, which is expected behavior for a remote rendering tool.
Assessment
This skill appears coherent: it uploads your videos to mega-api-prod.nemovideo.ai and requires a NEMO_TOKEN (or will request an anonymous token). Before installing, consider: 1) privacy — any video you upload goes to their cloud; avoid sensitive content unless you trust nemo's policies; 2) token scope — provide a token scoped only as needed and avoid reusing high-privilege credentials; 3) configPath — confirm whether the skill will read ~/.config/nemovideo/ (the metadata lists it although instructions don't use it); 4) attribution headers — the skill requires adding X-Skill-* headers to requests (this is unusual but not harmful); and 5) verify the service endpoint and review nemovideo's terms/privacy if you rely on it for production content. If you need higher assurance, ask the maintainer for the service's privacy/retention policy and clarification about the declared config path.

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

latestvk97936zytefa3m1x87x67w8xtn84mk0w

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments