Features / Capture

in flight

X video transcripts

Extract transcripts and creator citations from videos on X.

CaptureXin flight
X video transcripts
X post with a video about personal agents
X video source with creator credit intact
what it does

The user-facing part.

Extract text and metadata from videos posted on X. Right-click any tweet containing a video to send the media URL to your local helper. The helper downloads the audio stream, runs local transcription, and writes the structured markdown file. Every output includes a citation that links back to the original author and tweet so you can credit creators.

getting started

Run the loop.

  1. Find a tweet containing a video on X.
  2. Right-click the video player or the link.
  3. Select Uoink video from the context menu.
  4. Wait for the notification that transcription completed.
  5. Open the markdown file to read the transcript and the author citation.
behind the scenes

How Uoink handles it.

The helper uses yt-dlp to download the audio track from the X post. It sends the audio stream to the transcription module to generate the timestamped text. The helper queries the public post metadata to retrieve the creator's handle and post URL. It formats the citation into the header of the markdown file, ensuring compliance with creator credit rules.

mcp reference

Agent-readable surface.

uoink_pagewrite_tweet

Full server metadata lives at /mcp and /mcp/manifest.json.

try it now

Run it on your next source.

Capture X video transcripts directly into your local knowledge base.

Install Uoink