# Richardgill Nix Beeper

> Beeper Desktop API

- Skill: `tomevault-io/richardgill-nix-beeper` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/richardgill-nix-beeper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/richardgill-nix-beeper/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/richardgill-nix-beeper

---


# Beeper Desktop API

Use the `~/Scripts/beeper-cli` CLI to access messages across chat networks (WhatsApp, Signal, Telegram, Instagram, etc.).

## Commands

```bash
# List/search chats
beeper-cli chats
beeper-cli chats -q "John"
beeper-cli chats --unread

# Search messages across all chats
beeper-cli search "meeting tomorrow"

# Get messages from a specific chat (use chat ID from chats command)
beeper-cli messages "!chatID:beeper.local"

# Get a single chat's details
beeper-cli chat "!chatID:beeper.local"
```

## Tips

Chat IDs start with "!" - the CLI handles URL encoding automatically. Pipe to jq to filter JSON output. Search returns matching chats in the "chats" field.

## Auth Issues

If any Beeper CLI command fails due to authentication/session issues, stop and tell the user that authentication is required. Ask them to re-authenticate, and do not attempt to work around or fix authentication automatically.

$ARGUMENTS

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/richardgill) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

