
from beeper-cli30
Read-only CLI for agents to list, search, and read local Beeper Desktop chat history (SQLite) with JSON output for integration.
Beeper CLI exposes read-only access to a local Beeper Desktop SQLite database for automation agents. It can list threads, read messages with metadata, perform full-text search (FTS5), and emit JSON-ready results that agents can consume for analysis, memory building, or metadata extraction. The skill documents usage, rebuild instructions, and the JSON schemas returned for threads and messages.
Use when you need to analyze historical messages, search across multi-platform conversations, extract attachments metadata, or build downstream memory from chat logs. Not suitable for sending messages or downloading/decrypting attachments (requires Beeper Desktop API).
Agents that can run local binaries and parse JSON output (Copilot, Codex, local-exec-capable assistants).
Beeper CLI is a read-only tool for agents to list, search, and read local Beeper Desktop chat history from SQLite. No bundled scripts were present for runtime testing. The SKILL.md is well-documented with clear usage examples and JSON output schemas. Security posture is strong—read-only by design with no network calls or destructive commands.
No scripts to test. Skill is read-only by design which is a strong security posture. The wrapper script (run.sh) and Go binary are referenced but not bundled, so runtime behavior couldn't be verified. macOS-specific path suggests limited cross-platform support.