Transcript
Get transcripts from YouTube, TikTok, X, Instagram and more - even when captions are off.
Open source Repository Open in the app JSON README (API)
About
Get transcripts from YouTube, TikTok, X, Instagram and more - even when captions are off.
Details
- Kind
- MCP servers
- Topic
- Social & content
- Publisher
- land.transcript
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Last push
- 2026-09-02T13:28:15Z
- Repository state
- ativo
- Language
- Shell
- License
- MIT
- Added
- 2026-08-29 04:01:48
- Updated
- 2026-08-29 04:01:48
- Origin id
land.transcript/transcripts
README
# transcript Agent skill for [transcript.land](https://transcript.land) — fetch a clean, timestamped transcript for any **YouTube, X (Twitter), TikTok, or Facebook** video, straight from Claude, Cursor, or any agent. Captions when they exist, AI transcription when they don't. ## Install (one command) ```bash npx skills add ziqorg/transcript --skill transcript ``` This installs the skill into your agent (Claude Code / Desktop, Cursor, …) via [`npx skills`](https://github.com/vercel-labs/skills). Then set your key: ```bash export TRANSCRIPT_API_KEY=... # get one at https://transcript.land → API keys ``` …and just paste a video link to your agent, e.g. *"transcribe https://youtu.be/…"*. ## Use it directly ```bash bash skills/transcript/scripts/transcript.sh "https://youtu.be/VIDEO" srt ``` See [`skills/transcript/SKILL.md`](skills/transcript/SKILL.md) for the full API. ## License MIT