Stop Losing Links in Slack Threads - Desktop Automation That Watches and Saves
Stop Losing Links in Slack Threads - Desktop Automation That Watches and Saves
You are three weeks into a project and someone in Slack shared the perfect API documentation link. You know you saw it. You know it was in a thread. But which channel? Which thread? Was it a reply or a top-level message? You spend 20 minutes searching and never find it.
This happens because Slack is a communication tool, not a knowledge management tool. Links shared in conversation are meant to be consumed immediately, not retrieved later.
A Desktop Watcher That Auto-Captures
The fix is a small automation that runs in the background on your Mac. It watches for two specific patterns: when you save a Slack message (star or bookmark it), and when you copy a link to your clipboard from any app. Each captured item gets auto-tagged with the source app, timestamp, and any surrounding context - like the Slack channel name or the browser tab title.
Everything goes into a local SQLite database. No cloud sync, no account to create, no subscription. Just a file on your machine that grows as you work.
Why Desktop-Level Beats App-Level
Slack has a saved messages feature. Browsers have bookmarks. Note apps have clip tools. The problem is fragmentation - your saved items are scattered across a dozen apps, each with their own search and organization.
A desktop-level watcher captures across all apps into one place. The link you copied from Slack, the URL you bookmarked in Chrome, the reference you highlighted in a PDF - all in one searchable database.
Making It Actually Useful
The auto-tagging is what makes this more than just a clipboard history. When the automation captures a link, it pulls context from the accessibility tree - what app was active, what was the window title, what text was nearby. This context makes search actually work. You do not search for a URL. You search for "that auth docs link from the backend channel" and the context matches.
For Fazm, this kind of background desktop awareness is core to how the agent works. It observes your workflow patterns and builds context that helps it assist you more effectively.
Fazm is an open source macOS AI agent. Open source on GitHub.