Analysis updated 2026-05-18
Scan all your open browser tabs at once to find every upcoming deadline without clicking through each one.
Pull a list of job postings from your open tabs by running a single command in the terminal.
Filter your open tabs for prices and deals across multiple shopping sites in one go.
| maddybuilds/skimr | 0xhassaan/nn-from-scratch | 0xzgbot/hermes-comfyui-skills | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | — | Python | — |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 4/5 | 1/5 |
| Audience | vibe coder | developer | designer |
Figures from each repo's GitHub metadata at analysis time.
Requires launching Brave with a remote-debugging port, which exposes tab contents to other local processes while active.
Skimr is a free tool that reads all your currently open browser tabs and generates a structured summary report. Instead of manually clicking through dozens of open tabs to find something specific, you type a short command and the tool scans everything at once, returning only what matches your filter. You can search for deadlines, prices, job listings, news headlines, or limit results to specific websites like Reddit or exclude others like YouTube. The tool works by talking to your browser over the Chrome DevTools Protocol, which is the same internal channel that browser developer tools already use. This approach lets the tool read your open tabs without requiring a browser extension to be installed. The AI model that does the actual reading and summarizing is MiMo V2.5 Free, which comes bundled with OpenCode (the underlying agent runtime) at no cost. You do not need an OpenAI account, an API key, or any third-party signup. Setup involves a few steps. You launch Brave or another Chromium-based browser with a special remote-debugging flag, install a small Python library, then install OpenCode and run the agent. The README includes exact commands for Windows, Linux, and Mac. Once running, you interact with it by typing commands like "skim for deadlines" or "skim only reddit". One thing the README flags clearly: when you enable the debug port on your browser, anything else running on that machine can also read your tab contents while the port is open. This is fine for personal use on your own computer but should not be done on shared or public machines. The tool is completely free, requires no accounts or API keys, and is MIT licensed.
A free AI agent that scans all your open browser tabs and produces a filtered summary report for deadlines, prices, jobs, or news, with no API key required.
MIT license, use, modify, and distribute freely for any purpose, including commercial projects.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.