Your AI subscription
on every page.
A web extension to drive your browser through your existing AI subscriptions.
How it works
-
01
Install the extension
Chrome, or anything Chromium.
-
02
Sign in with your AI
ChatGPT, Claude, or Grok. The plan you already pay for does the thinking; there is no Web Butler subscription.
-
03
Ask on any page
Press ⌘E and say the word. Answers about the page, errands in your tabs, alterations that hold, and full reports.
Install
By your AI agent
Give Claude Code, Codex, or Cursor one prompt. The agent builds the extension and installs it over Chrome's DevTools protocol; you sign in when it's done.
The prompt points at butler.swerdlow.dev/install.md, a machine-followable install guide.
Build it yourself
The DIY route, for the curious. Open source front to back: clone, build, load unpacked. The hosted server does the rest, no keys needed.
git clone https://github.com/theswerd/web-butler
Build with npm run build:prod, load the output at
chrome://extensions, flip on Allow User Scripts.
Questions
Does this follow the ChatGPT/Grok/Claude Terms of Service?
Maybe, probably not. I never checked.
Is it private?
Not really. Other users cannot see what you're doing but we store all tasks/chats in a database. We don't anonymize data at all.
How much does it cost?
Nothing. You bring the AI subscription you already pay for; the butler just puts it to work.
Is it open source?
Fully. The whole service is at theswerd/web-butler.