Features / Capture

shipped

YouTube Shorts transcription

Capture and classify YouTube Shorts to analyze fast-paced video hooks.

Captureshipped
YouTube Shorts transcription
YouTube video page showing the in-page Uoink button
YouTube capture surface with in-page Uoink button visible
what it does

The user-facing part.

Extract transcripts and analyze hooks from YouTube Shorts. The extension adds a capture button onto the Shorts player interface. When clicked, the helper downloads the short audio track, runs transcription, and classifies the opening hook. It packages the text, metadata, and classification type into a compact markdown file that you can use to study creator hooks.

getting started

Run the loop.

  1. Open YouTube Shorts in your browser.
  2. Find the rust-colored U button overlaid on the right control bar.
  3. Click the button to start the capture.
  4. Open the Uoink dashboard to see the hook classification.
  5. Paste the markdown file into Claude to study the script structure.
behind the scenes

How Uoink handles it.

The content script matches the YouTube Shorts container and overlays the button next to the native share icons. Clicking it posts the video URL to the local helper API. The helper extracts the media, transcribes the brief audio stream, and passes the first ten seconds of text to the hook classifier. The resulting markdown file is saved to your library.

mcp reference

Agent-readable surface.

uoink_videosearch_uoinks

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

try it now

Run it on your next source.

Capture and analyze YouTube Shorts to learn how creators hook their audience.

Install Uoink