macOS / linux
one-line install
curl -fsSL https://videotranscriptgenerator.net/downloads/vtg/install.sh | shThe installer detects OS and architecture, verifies SHA-256, and installs to ~/.local/bin/vtg.
agent-ready transcript library
Use the VTG CLI to submit videos, check task status, list transcript history, search your private library, retrieve timestamped evidence, and save summaries.
macOS / linux
curl -fsSL https://videotranscriptgenerator.net/downloads/vtg/install.sh | shThe installer detects OS and architecture, verifies SHA-256, and installs to ~/.local/bin/vtg.
authentication
vtg auth set vtg_live_...Create the key from your account page. It is shown once and stored locally with restricted permissions.
AI agent skill
Install a model-invoked skill that teaches an agent how to submit jobs, poll status, search only your private library, retrieve timestamped transcripts, and maintain summaries.
curl -fsSL https://videotranscriptgenerator.net/skills/video-transcript-library/install.sh | shStable raw file: /skills/video-transcript-library/SKILL.md
Manual install: download that file into ~/.agents/skills/video-transcript-library/SKILL.md, then restart or reload your agent runtime.
knowledge library workflow
vtg submit <youtube-url>submit a transcript taskvtg status <id>query task status and resultsvtg list --limit 20list transcript historyvtg search "query"search titles, transcript text, and summariesvtg get <id>retrieve timestamped evidencevtg summary get|set <id>read or save knowledge notes