Features / Capture
in flightX video transcripts
Extract transcripts and creator citations from videos on X.
in flight
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.
Run the loop.
- Find a tweet containing a video on X.
- Right-click the video player or the link.
- Select Uoink video from the context menu.
- Wait for the notification that transcription completed.
- Open the markdown file to read the transcript and the author citation.
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.
Agent-readable surface.
uoink_pagewrite_tweetFull server metadata lives at /mcp and /mcp/manifest.json.
Run it on your next source.
Capture X video transcripts directly into your local knowledge base.