Ai Subtitle Generator Ai

v1.0.0

generate video files into captioned video files with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. YouTubers, content creators, educators use...

0· 19·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 match the runtime instructions: the SKILL.md tells the agent how to upload videos, create a session, stream edits, and request exports from mega-api-prod.nemovideo.ai. Requesting a NEMO_TOKEN credential is coherent with authenticating to that API.
Instruction Scope
Instructions focus on API calls needed for upload, editing (SSE), session management, credits, and export. They do not instruct the agent to read unrelated files, shell history, or other system secrets. They do require the agent to upload user video files and store a session_id, which is appropriate for the stated task.
Install Mechanism
This is an instruction-only skill with no install spec or downloaded code — lowest install risk. Network calls will be made at runtime to the specified third-party domain.
Credentials
The only declared credential is NEMO_TOKEN (primaryEnv), which is appropriate for calling the external API. Two small issues: the SKILL.md frontmatter includes a configPaths entry (~/.config/nemovideo/) while the registry metadata lists no required config paths — inconsistent. Also, the skill's behavior involves uploading potentially large video files and using tokens (including generating anonymous tokens); users should consider privacy and token scope before use.
Persistence & Privilege
always is false and the skill does not request elevated or system-wide persistence. It instructs saving a session_id for the API session (normal for this use-case) and does not ask to modify other skills or agent configuration.
Assessment
This skill appears to do what it says: it will upload your videos to mega-api-prod.nemovideo.ai, create or use a NEMO_TOKEN, and return rendered captioned videos. Before installing: (1) Confirm you trust the external service and its privacy/retention policy — your videos (possibly sensitive) will be uploaded. (2) Verify where NEMO_TOKEN comes from and whether you want to share/issue anonymous tokens for your account. (3) Note the small metadata inconsistency: SKILL.md lists a config path (~/.config/nemovideo/) while registry metadata does not — the agent may look for or write configuration there. (4) The skill will add custom headers (X-Skill-Source/Version/Platform) to requests; that is required by the backend. If you’re comfortable with those privacy and trust points, the skill’s requirements are proportionate to its purpose.

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

latestvk97az3j11hrr9cmrm3bpwt8vgn84me8s

License

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

Runtime requirements

💬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments