Features / Capture
in flightReddit thread extraction
Save structured text discussions from Reddit posts into your local library.
Capturein flight
Reddit thread extraction

The user-facing part.
Save complete Reddit discussions as clean text files. Uoink parses comment hierarchies, removes layout elements, and writes a readable markdown document. It saves the discussion directly to your disk, making it searchable offline.
Run the loop.
- Open a Reddit thread in your browser.
- Right-click the background of the discussion page.
- Select Uoink thread from the context menu list.
- Approve the domain allowlist popup to run extraction.
- Read the clean comment hierarchy in your library.
How Uoink handles it.
The local helper parses the JSON representation of the Reddit page. It extracts the comments, resolves the nested relationships, and outputs the text using clean indentation. The helper indexes the thread contents in the local search database without external APIs.
Agent-readable surface.
uoink_page{
"name": "uoink_page",
"arguments": {
"url": "https://www.reddit.com/r/subreddit/comments/id/slug/"
}
}Full server metadata lives at /mcp and /mcp/manifest.json.
Run it on your next source.
Convert noisy online threads into clean markdown files.