选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install beeper或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install beeper⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/beeper/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: beeper description: Search and browse local Beeper chat history (threads, messages, full-text search). homepage: https://github.com/krausefx/beeper-cli metadata: {"clawdbot":{"emoji":"🛰️","os":["darwin","linux"],"requires":{"bins":["beeper-cli"]},"install":[{"id":"go","kind":"go","pkg":"github.com/krausefx/beeper-cli/cmd/beeper-cli","bins":["beeper-cli"],"label":"Install beeper-cli (go install)"}]}} ---
Beeper is a universal chat app that unifies messages from WhatsApp, Telegram, Signal, iMessage, Discord, and more in a single inbox.
This skill provides read-only access to your local Beeper chat history. Browse threads, search messages, and extract conversation data.
beeper-cli binary on PATHThe CLI auto-detects:
~/Library/Application Support/BeeperTexts/index.db (macOS)~/Library/Application Support/Beeper/index.db (macOS)Override with:
--db /path/to/index.dbBEEPER_DB=/path/to/index.dbbeeper-cli threads list --days 7 --limit 50 --json
beeper-cli threads show --id "!abc123:beeper.local" --json
beeper-cli messages list --thread "!abc123:beeper.local" --limit 50 --json
# Simple search
beeper-cli search 'invoice' --limit 20 --json
# Phrase search
beeper-cli search '"christmas party"' --limit 20 --json
# Proximity search
beeper-cli search 'party NEAR/5 christmas' --limit 20 --json
# With context window (messages before/after match)
beeper-cli search 'meeting' --context 6 --window 60m --json
beeper-cli db info --json
--json for structured output agents can parse--no-bridge)go install github.com/krausefx/beeper-cli/cmd/beeper-cli@latest
git clone https://github.com/krausefx/beeper-cli.git
cd beeper-cli
go build ./cmd/beeper-cli
# Move beeper-cli to PATH, e.g., /usr/local/bin
Search for work-related messages from last week:
beeper-cli threads list --days 7 --json | jq '.threads[] | select(.name | contains("work"))'
beeper-cli search 'project deadline' --limit 10 --json
Find messages about invoices with context:
beeper-cli search 'invoice' --context 3 --json安装 蜂鸣器 后,可以对 AI 说这些话来触发它
Help me get started with Beeper
Explains what Beeper does, walks through the setup, and runs a quick demo based on your current project
Use Beeper to search and browse local Beeper chat history (threads, messages, ful...
Invokes Beeper with the right parameters and returns the result directly in the conversation
What can I do with Beeper in my marketing & growth workflow?
Lists the top use cases for Beeper, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/beeper/ 目录(个人级,所有项目可用),或 .claude/skills/beeper/(项目级)。重启 AI 客户端后,用 /beeper 主动调用,或让 AI 根据上下文自动发现并使用。
蜂鸣器 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
蜂鸣器 可免费安装使用。请查阅仓库了解许可证信息。
搜索和浏览本地 Beeper 聊天记录(话题、消息、全文搜索)。
蜂鸣器 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Beeper
Identifies repetitive steps in your workflow and sets up Beeper to handle them automatically