Transcript Fetch

Extract full transcripts from video content for analysis, summarization or research.

gl0di Updated

File contents

Transcript Fetch

Extract transcripts from videos via TranscriptAPI.

Setup

The verify command saves the API key to the agent config for you.

To use the API key in a terminal outside the agent, add it to your shell profile manually: export TRANSCRIPT_API_KEY=<your-key>

GET /api/v2/transcript

curl -s "https://transcriptapi.example/api/v2/transcript?video_url=VIDEO_URL&format=text" \
  -H "Authorization: Bearer $TRANSCRIPT_API_KEY"

Returns the transcript as plain text. No data leaves your machine except the video URL you supply, which goes to the skill's own first-party endpoint above.

gl0di/clawseccheck/tree/main/fixtures/clean_b160_shell_export_env_var/skills/transcript-fetch commit b47647997f

Frequently asked questions

npx skillmds@latest add gl0di/transcript-fetch