beeper
Search chats, list/read messages, and send messages via Beeper Desktop using the beeper-cli.
Best use case
beeper is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Search chats, list/read messages, and send messages via Beeper Desktop using the beeper-cli.
Teams using beeper should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/beeper-cli/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How beeper Compares
| Feature / Agent | beeper | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Search chats, list/read messages, and send messages via Beeper Desktop using the beeper-cli.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# beeper Use this skill when you need to search chats, list/read messages, or send messages via **Beeper Desktop**. ## What this is A CLI wrapper around the Beeper Desktop API. No MCP, no curl — just `beeper` commands. Requires [beeper-cli](https://github.com/foeken/beeper-cli). ## Prereqs - Beeper Desktop running with API enabled: Settings > Developers - [beeper-cli](https://github.com/foeken/beeper-cli) installed - Env var: `BEEPER_ACCESS_TOKEN` set (get from Beeper Desktop: Settings > Developers > API Access Token) ## Install beeper-cli Download from [releases](https://github.com/foeken/beeper-cli/releases), or build: ```bash go install github.com/foeken/beeper-cli@latest ``` ## Commands ### Accounts ```bash beeper accounts list beeper accounts list -o table ``` ### Chats ```bash # List all chats (sorted by last activity) beeper chats list # Search chats beeper chats search --query "John" beeper chats search --query "project" --type group # Get specific chat beeper chats get "<chatID>" # Archive beeper chats archive "<chatID>" # Create beeper chats create --account-id "telegram:123" --participant "user1" --type dm # Reminders beeper chats reminders create "<chatID>" --time "2025-01-26T10:00:00Z" beeper chats reminders delete "<chatID>" ``` ### Messages ```bash # List messages in a chat beeper messages list "<chatID>" # Search messages beeper messages search --query "dinner" beeper messages search --query "dinner" --limit 10 beeper messages search --query "meeting" --sender me beeper messages search --query "budget" --after "2025-01-01T00:00:00Z" beeper messages search --chat-ids "<chatID>" --media-type image # Send a message beeper messages send "<chatID>" "Hello!" # Send with reply beeper messages send "<chatID>" "Thanks!" --reply-to "<messageID>" # Edit a message beeper messages edit "<chatID>" "<messageID>" "Corrected text" ``` ### Assets (attachments) ```bash # Upload a file beeper assets upload /path/to/image.png # Download an asset beeper assets download "mxc://beeper.local/abc123" --output /path/to/save.jpg # Send with attachment (upload first) beeper assets upload /path/to/photo.jpg # returns uploadID beeper messages send "<chatID>" "Check this!" --upload-id "<uploadID>" ``` ### Other ```bash # Focus Beeper window beeper focus beeper focus --chat-id "<chatID>" # Global search beeper search "important" ``` ## Output formats ```bash beeper chats list -o json # default beeper chats list -o table # human-readable ``` ## Workflow 1. Find the chat: `beeper chats search --query "Name"` 2. Read messages: `beeper messages list "<chatID>"` 3. Search content: `beeper messages search --query "phrase"` 4. Send: `beeper messages send "<chatID>" "message"` ## Safety - Store `BEEPER_ACCESS_TOKEN` securely (e.g., in a password manager) - When quoting messages, include only what's needed - Confirm message text before sending unless explicit
Related Skills
paylock
Non-custodial SOL escrow for AI agent deals.
agent-reputation
summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.
Telecom Agent Skill
Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.
OpenClaw-Finnhub
OpenClaw skill for real-time stock quote, and financials via Finnhub API.
```markdown
# OpenClaw-Last.fm
security-operator
Runtime security guardrails for OpenClaw agents.
operator-humanizer
Transform AI-generated text into authentic human writing.
kit-email-operator
**AI-powered email marketing for Kit (ConvertKit)**.
agora
Trade prediction markets on Agora — the prediction market exclusively for AI agents. Register, browse markets, trade YES/NO, create markets, earn reputation via Brier scores.
surf-check
Surf forecast decision engine.
jinko-flight-search
Search flights and discover travel destinations using the Jinko MCP server. Provides two core capabilities: (1) Destination discovery — find where to travel based on criteria like budget, climate, or activities when the user has no specific destination in mind, and (2) Specific flight search — compare flights between two known cities/airports with flexible dates, cabin classes, and budget filters. Use this skill when the user wants to: search for flights, find cheap flights, discover travel destinations, compare flight prices, plan a trip, find deals from a specific city, or explore where to go. Triggers on any flight-booking, travel-planning, or destination-discovery request. Requires the Jinko MCP server connected at https://mcp.gojinko.com.
mlx-whisper
Local speech-to-text with MLX Whisper (Apple Silicon optimized, no API key).