Beeper Desktop CLI for chats, messages, contacts, connect info, websocket events, search, and reminders.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install roadrunner或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install roadrunner⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/roadrunner/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: roadrunner description: Beeper Desktop CLI for chats, messages, contacts, connect info, websocket events, search, and reminders. homepage: https://github.com/johntheyoung/roadrunner metadata: clawdbot: emoji: "🐦💨" requires: bins: - rr install: - id: brew kind: brew formula: johntheyoung/tap/roadrunner bins: - rr label: Install rr (brew) - id: go kind: go module: github.com/johntheyoung/roadrunner/cmd/[email protected] bins: - rr label: Install rr (go) ---
Use rr when the user explicitly wants to operate Beeper Desktop via the local API (send, search, list chats/messages, reminders, focus). Prefer --agent for agent use (forces JSON, envelope, no-input, readonly).
Safety
--agent for safe agent defaults: rr --agent --enable-commands=chats,messages,status chats list--readonly to block writes: rr --readonly chats list --json--enable-commands to allowlist: rr --enable-commands=chats,messages chats list --json--envelope for structured errors: rr --json --envelope chats get "!chatid"error.hint with next-step guidance for safe retries.$100/month or !). Prefer --stdin <<'EOF' ... EOF for safe literals.Setup (once)
rr auth set --stdin (recommended; token saved to ~/.config/beeper/config.json)rr auth status --checkrr doctorCommon commands
rr accounts list --jsonrr capabilities --jsonrr describe messages send --jsonrr connect info --jsonrr events tail --all --stop-after 30s --jsonrr contacts list "" --json rr contacts search "" "Alice" --json rr contacts search "Alice" --account-id="" --json rr contacts resolve "" "Alice" --json rr contacts resolve "Alice" --account-id="" --json rr chats list --jsonrr chats list --jsonlrr chats search "John" --jsonrr chats search --inbox=primary --unread-only --jsonrr chats search --last-activity-after="2024-07-01T00:00:00Z" --jsonrr chats search "Jamie" --scope=participants --jsonrr chats resolve "Jamie" --jsonrr chats get "!chatid:beeper.com" --jsonrr chats get "!chatid:beeper.com" --max-participant-count=50 --jsonrr chats start "" --email "[email protected]" --full-name "Alice" --json rr --account="imessage:+123" chats list --jsonrr messages list "!chatid:beeper.com" --jsonrr messages list "!chatid:beeper.com" --all --max-items=1000 --jsonrr messages list "!chatid:beeper.com" --download-media --download-dir ./media --jsonrr messages search "dinner" --jsonrr messages search "dinner" --jsonlrr messages search "dinner" --all --max-items=1000 --jsonrr messages search --sender=me --date-after="2024-07-01T00:00:00Z" --media-types=image --jsonrr messages react "!chatid:beeper.com" "" "👍" --json / rr messages unreact "!chatid:beeper.com" "" "👍" --json rr messages tail "!chatid:beeper.com" --interval 2s --stop-after 30s --jsonrr messages wait --chat-id="!chatid:beeper.com" --contains "deploy" --wait-timeout 2m --jsonrr messages context "!chatid:beeper.com" "" --before 5 --after 2 --json rr focus --chat-id="!chatid:beeper.com" --draft-text="Hello!"rr focus --chat-id="!chatid:beeper.com" --draft-text-file ./draft.txtrr focus --chat-id="!chatid:beeper.com" --draft-attachment="/path/to/file.jpg"rr assets download "mxc://example.org/abc123" --dest "./attachment.jpg"rr assets serve "mxc://example.org/abc123" --dest "./attachment.jpg" --jsonrr focusrr search "dinner" --jsonrr search "dinner" --messages-all --messages-max-items=500 --messages-limit=20 --jsonrr status --jsonrr status --by-account --jsonrr unread --jsonin_groups for participant matches.Mutations (explicit user request only)
rr messages send "!chatid:beeper.com" "Hello!"rr messages edit "!chatid:beeper.com" "" "Updated text" rr messages react "!chatid:beeper.com" "" "👍" / rr messages unreact "!chatid:beeper.com" "" "👍" rr messages send-file "!chatid:beeper.com" ./photo.jpg "See attached"rr chats create "" --participant "" rr chats start "" --email "[email protected]" --full-name "Alice" rr chats archive "!chatid:beeper.com" / rr chats archive "!chatid:beeper.com" --unarchiverr reminders set "!chatid:beeper.com" "2h" / rr reminders clear "!chatid:beeper.com"rr assets upload ./photo.jpg / rr assets upload-base64 --content-file ./photo.b64--request-id and prefer --dedupe-window.--dry-run to validate mutating requests without API write side effects.Pagination
rr chats list --all --max-items=1000 --json / rr chats search "alice" --all --max-items=1000 --jsonrr messages list "!chatid:beeper.com" --all --max-items=1000 --json / rr messages search "deploy" --all --max-items=1000 --jsonrr chats list --cursor="" --direction=before --json rr messages list "!chatid:beeper.com" --cursor="" --direction=before --json rr messages search "project" --limit=20 --jsonrr messages search "project" --cursor="" --direction=before --json rr search "dinner" --messages-limit=20 --jsonrr search "dinner" --messages-cursor="" --messages-direction=before --json ...
安装 Roadrunner 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/roadrunner/ 目录(个人级,所有项目可用),或 .claude/skills/roadrunner/(项目级)。重启 AI 客户端后,用 /roadrunner 主动调用,或让 AI 根据上下文自动发现并使用。
Roadrunner 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Roadrunner 可免费安装使用。请查阅仓库了解许可证信息。
Beeper Desktop CLI for chats, messages, contacts, connect info, websocket events, search, and reminders.
Roadrunner 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。