Features / Capture
in flightBluesky and Mastodon thread capture
Capture structured social threads from Bluesky and Mastodon into your local database.
Capturein flight
Bluesky and Mastodon thread capture

The user-facing part.
Capture social threads from Bluesky and Mastodon. Uoink connects to public APIs, fetches thread replies, and writes a clean local text document. It indexes the text automatically, making social research searchable.
Run the loop.
- Open a post on Bluesky or Mastodon in your browser.
- Right-click the post context to trigger the popup.
- Click Uoink thread to start text extraction.
- Check the toolbar popup badge for success feedback.
- Open your library folder to view the structured thread.
How Uoink handles it.
The helper resolves the post identifiers from the URL. It queries public endpoints to fetch the thread tree structure. The helper converts the replies into nested markdown blocks, preserves author links, and writes to disk. All data is stored locally.
Agent-readable surface.
uoink_page{
"name": "uoink_page",
"arguments": {
"url": "https://bsky.app/profile/user/post/12345"
}
}Full server metadata lives at /mcp and /mcp/manifest.json.
Run it on your next source.
Save social threads to your local search database.