skills/beeper/SKILL.md
Beeper cache: contact hints, room lookup, WhatsApp/iMessage traces, FTS.
npx skillsauth add steipete/agent-scripts beeperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
data-ai
OpenClaw session relay: prompts/posts via local/remote acpx over SSH.
tools
Wrangler CLI: Workers, KV, tail, deploy, account routing.
tools
Twilio SMS CLI: buy/list/keep numbers, send/check messages, credential routing.
development
Audit Codex/OpenClaw skills: loaded roots, duplicate skills, unused skills, prompt-budget costs, compact descriptions.