Odel
Transcript

Transcript

@ziqorgShellMITUpdated 1w ago

Get transcripts from YouTube, TikTok, X, Instagram and more - even when captions are off.

Server endpointStreamable HTTPOAuthProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

transcript

Agent skill for 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)

npx skills add ziqorg/transcript --skill transcript

This installs the skill into your agent (Claude Code / Desktop, Cursor, …) via npx skills. Then set your key:

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 skills/transcript/scripts/transcript.sh "https://youtu.be/VIDEO" srt

See skills/transcript/SKILL.md for the full API.

License

MIT