بنقرة واحدة
beeper
Beeper cache: contact hints, room lookup, WhatsApp/iMessage traces, FTS.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Beeper cache: contact hints, room lookup, WhatsApp/iMessage traces, FTS.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.