with one click
beeper
Beeper cache: contact hints, room lookup, WhatsApp/iMessage traces, FTS.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Beeper cache: contact hints, room lookup, WhatsApp/iMessage traces, FTS.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Delegated maintainer ops: decision-ready PRs, worker monitoring, queue cleanup, releases.
ClawSweeper status: URLs, workflow health, active workers, ops snapshot.
macOS app release: Sparkle, notarization, GitHub Release, Homebrew, closeout.
GitHub PR/issue agent transcripts: redact, preview, and insert safely.
GitHub issue/PR triage: queues, CI, blockers, risk, proof, next actions.
Codex/OpenClaw skill audit: live budget, usage, duplicates, compact descriptions.
| name | beeper |
| description | Beeper cache: contact hints, room lookup, WhatsApp/iMessage traces, FTS. |
Use this for local Beeper history questions, especially vague contact hints across iMessage/WhatsApp bridges.
~/Library/Application Support/BeeperTexts/index.dbmx_room_messages_ftsStart by inspecting accounts/rooms before broad searching.
accounts, participants, and room tables.Useful probes:
sqlite3 "$HOME/Library/Application Support/BeeperTexts/index.db" \
"select * from accounts limit 20;"
sqlite3 "$HOME/Library/Application Support/BeeperTexts/index.db" \
"select rowid, content from mx_room_messages_fts where mx_room_messages_fts match 'query' limit 20;"
Keep results local; this DB can contain private messages.