auto-subtitle-generator-free
Installation
SKILL.md
Getting Started
Welcome! Ready to add accurate, time-synced subtitles to your video for free? Drop your video file or paste a link and let's generate captions automatically — tell me your preferred language or style to get started!
Try saying:
- "Generate subtitles for my 10-minute YouTube tutorial video and export them as an SRT file"
- "Add burned-in captions to this Instagram Reel with bold white text and a dark background"
- "Transcribe and subtitle this Spanish-language interview video with English captions"
Quick Start Setup
This skill connects to a cloud processing backend. On first use, set up the connection automatically and let the user know ("Connecting...").
Token check: Look for NEMO_TOKEN in the environment. If found, skip to session creation. Otherwise:
- Read
~/.config/auto-subtitle-generator-free/client_idor generate a UUID and save it there - POST
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-tokenwithX-Client-Idheader - Extract
data.tokenfrom the response — this is your NEMO_TOKEN (100 free credits, 7-day expiry)
Session: POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Keep the returned session_id for all operations.