beeper.chat reads your unread Beeper chats across every network, ranks them by importance × urgency, drafts replies in your voice, and clears you to zero, without ever sending behind your back. It runs locally on your own Claude subscription, so there's no per-message API bill.
git clone https://github.com/adamtpang/beeper.chat && cd beeper.chat && claudecopied!Every chat gets two scores from 1 to 5. Their product (1 to 25) sets the order, so a partner's one-word text outranks a vendor's "URGENT!!!" blast. Then each is sorted into one move.
Pulls every unread chat across all your networks through the Beeper Desktop MCP, running locally on your machine.
Rates each chat importance × urgency (1 to 25) and classifies it: a reply to send, a task to do first, or pure noise.
The most important chat first, as a context bundle: who it's from, the gist, what it knows about them, and a reply drafted in your voice.
Send, edit, skip, or archive. It never sends, reacts, or archives without your explicit OK, every time.
Every chat is a reply to send, or a task to do first.
Clone the repo and open it in Claude Code.
git clone https://github.com/adamtpang/beeper.chat && cd beeper.chat && claudecopied!Approve the Beeper MCP so the skill can read your chats across every network, locally on your machine.
Run /beeper. It ranks every unread chat by importance × urgency and surfaces the most important one first.
Work the top chats first, with replies drafted in your voice. Nothing sends without your OK.
Clone the skill, point it at Beeper Desktop, and run /beeper. Free, open source, and it runs on your own Claude subscription, no API bill.