Auto Subtitle Generator Free Ab Old

v1.0.0

Drop a video and watch captions appear in seconds — no subscriptions, no hidden fees. This auto-subtitle-generator-free skill transcribes spoken audio and bu...

0· 48·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
The skill name/description, required environment variable (NEMO_TOKEN), and the config path (~/.config/nemovideo/) match a cloud subtitle/transcription service. Requesting a service token and storing a client identifier is expected for rate limiting and session management.
Instruction Scope
Instructions explicitly tell the agent to read local file paths or URLs and upload them to the NemoVideo API, create a session, and persist a session_id. Two things to note: (1) the skill constructs a workspace claim URL embedding the token as a query parameter (https://nemovideo.com/workspace/claim?token=$TOKEN&...), which can expose the token via logs or referer if the user follows the link; (2) the skill will generate and persist a client_id and implicitly obtain/store a temporary anonymous token if NEMO_TOKEN is not pre-set. These behaviors are consistent with the service but have privacy/secret-exposure implications the user should understand.
Install Mechanism
Instruction-only skill with no install spec or downloaded code — lowest-risk install surface. All runtime interactions are HTTP calls to the stated nemovideo API domain.
Credentials
Only NEMO_TOKEN is required (declared as primaryEnv), which is appropriate for an API-backed subtitle service. The token grants NemoVideo access to upload/process user videos; consider that the skill will automatically request an anonymous token if none is present, and that token is valid for 7 days according to the instructions.
Persistence & Privilege
always:false and no system-wide modifications. The skill writes a small client_id under ~/.config/nemovideo/ and stores session_id for use with the API. This is proportional to the purpose and not excessive.
Assessment
This skill will contact nemo's API and upload whatever video you provide; it will create a small config entry (~/.config/nemovideo/client_id) and may obtain and persist a temporary anonymous NEMO_TOKEN if you don't already set one. Before installing, confirm you trust nemovideo.com with the videos you plan to upload. Be aware the skill’s claim link embeds the token in the URL (which can be logged or leaked via referer); if you are privacy-sensitive, (a) avoid using highly sensitive video content, (b) set and manage your own NEMO_TOKEN instead of letting the skill retrieve one, and (c) delete the token/client_id files after use. If you need more assurance, ask the publisher for their privacy policy and token storage details.

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

latestvk97ebn2pwmvzq7ea0j0vfxbdhh83wbcw

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments