install the CLI.
give your agent memory.

Use the VTG CLI to submit videos, check task status, list transcript history, search your private library, retrieve timestamped evidence, and save summaries.

one-line install

curl -fsSL https://videotranscriptgenerator.net/downloads/vtg/install.sh | sh

The installer detects OS and architecture, verifies SHA-256, and installs to ~/.local/bin/vtg.

connect your library

vtg auth set vtg_live_...

Create the key from your account page. It is shown once and stored locally with restricted permissions.

systemarchitecturedownload
macOSApple Silicondownload →macOSInteldownload →LinuxARM64download →Linuxx86-64download →Windowsx86-64download →ChecksumsSHA-256view →

video transcript library.

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 | sh

Stable 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.

vtg submit <youtube-url>submit a transcript task
vtg status <id>query task status and results
vtg list --limit 20list transcript history
vtg search "query"search titles, transcript text, and summaries
vtg get <id>retrieve timestamped evidence
vtg summary get|set <id>read or save knowledge notes