This is a browser extension that uses AI to filter your Twitter feed based on plain language rules. You tell it to hide "crypto shilling" or "engagement bait" and it classifies posts in real time using whatever backend you want: local WebGPU models, OpenAI, Claude, Gemini, or others. The architecture is clean: a MutationObserver watches the DOM, extracts post text and images, sends them through your chosen model with a classification prompt, then hides matches with a fade animation. Results get cached so you're not burning tokens on retweets. It's hackable too, with a clear provider interface if you want to plug in your own API. Ships as a Chrome extension you build from source.
npx skills add https://github.com/aradotso/trending-skills --skill bouncer-feed-filter