Video Caption Generator Free

v1.0.0

Drop a video and describe your audience — and watch captions appear that actually match how people speak. This video-caption-generator-free skill transcribes...

0· 34·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
Name/description (video captioning) match the declared requirements: a single service credential (NEMO_TOKEN) and API calls to a transcription backend. No unrelated credentials, binaries, or system-level config paths are requested. Requiring a service token for an external transcription API is expected.
Instruction Scope
Instructions are narrowly scoped to setup and use of the nemo backend: check NEMO_TOKEN, create/read ~/.config/video-caption-generator-free/client_id, obtain an anonymous token from the service if needed, create a session, and upload video or transcript data. This includes writing a small client_id file and persisting a session_id for requests. Important: user-provided video/audio will be transmitted to an external service for processing — expected for this skill but a privacy consideration.
Install Mechanism
No install spec or external package download — instruction-only skill. No code is written to disk by an installer, which minimizes supply-chain risk.
Credentials
Only NEMO_TOKEN is required (declared as primaryEnv), which matches the stated cloud transcription use. The skill may obtain an anonymous token from the external API if NEMO_TOKEN is missing. Users should note tokens and uploaded content are sent to mega-api-prod.nemovideo.ai; ensure the token's scope/lifetime is acceptable and avoid exposing highly sensitive content if that is a concern.
Persistence & Privilege
always:false and no special platform-wide privileges. The skill writes a client_id file under the user's home (~/.config/video-caption-generator-free/) and persists a session_id for interaction with the API; this is reasonable for rate-limiting and session management. The skill does not request modification of other skills or global agent config.
Assessment
This skill is coherent with its stated purpose, but it uses a third-party backend (mega-api-prod.nemovideo.ai). Before installing: 1) Decide whether you’re comfortable sending video/audio to that service — do not upload confidential videos unless the provider’s privacy policy meets your needs. 2) Use a limited/ephemeral NEMO_TOKEN if possible (the skill can request an anonymous 7-day token). 3) Note the skill will create ~/.config/video-caption-generator-free/client_id and will persist session identifiers — if you prefer no on-disk state, avoid installing. 4) Confirm you trust the domain and consider reviewing the service’s terms/privacy or testing with non-sensitive content first.

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

latestvk9731ynxg6mg4df2d34kzpqm898408m2

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments