Audio To Subtitle Generator
v1.0.0Tell me what you need and I'll turn your spoken audio into clean, time-synced subtitles in minutes. This audio-to-subtitle-generator skill transcribes dialog...
⭐ 0· 49·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
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (audio → subtitles) align with the runtime instructions: the SKILL.md describes creating sessions, uploading video, requesting transcriptions, and exporting SRT/VTT via nemo's API. Declared primary credential (NEMO_TOKEN) and config path (~/.config/nemovideo/) are consistent with a cloud-backed transcription service.
Instruction Scope
Instructions are focused on the transcription workflow (token check/creation, create session, upload file, poll state, export). They instruct reading/writing a small config file (~/.config/nemovideo/client_id) and sending user files to nemo's API. This is expected, but it means user media and derived transcripts are sent off-box and a token may be persisted locally — a privacy consideration that users should be aware of.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is downloaded or extracted to disk beyond the skill's suggested local config file, which reduces installation risk.
Credentials
Primary credential is NEMO_TOKEN which is appropriate for an API-backed transcription service. Minor metadata mismatch: 'requires.env' is empty while 'primaryEnv' is set to NEMO_TOKEN; SKILL.md handles the case by generating/storing an anonymous token if none is present. No unrelated credentials are requested.
Persistence & Privilege
always:false (no forced global enable). The skill writes/reads its own config (~/.config/nemovideo/) and may persist an anonymous token — reasonable for a client that maintains sessions. It does not request system-wide privileges or modify other skills.
Assessment
This skill appears to be what it claims: it uploads your video to NemoVideo's cloud API, creates/uses an API token (NEMO_TOKEN) and may save a client_id/token under ~/.config/nemovideo/. Before installing or using it, consider: 1) Privacy — your audio/video (and resulting transcripts) will be sent to https://mega-api-prod.nemovideo.ai and processed off your machine; do not upload sensitive data unless you trust NemoVideo's policies. 2) Token storage — the skill may generate and persist an anonymous token locally; if you prefer, set NEMO_TOKEN yourself as an environment variable. 3) Source and trust — the skill’s homepage and repo are provided, but the registry owner is unknown; verify NemoVideo's terms/privacy if this matters. If any of these are unacceptable, do not install or only use with non-sensitive files.Like a lobster shell, security has layers — review code before you run it.
latestvk97fwtv3h4nwb2jk4mg4k40f1d83xm0s
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎙️ Clawdis
Primary envNEMO_TOKEN
