A comprehensive CLI tool for Beeper Desktop that enables programmatic access to chats, messages, and contact management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install roadrunner
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install roadrunner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
roadrunner (rr) is a robust command-line interface designed to interact with the local Beeper Desktop API. It provides developers and power users with the ability to list chats, send messages, search archives, and manage reminders across all bridged networks from a single terminal environment. By integrating roadrunner into Openclaw Skills, users can bridge their unified inbox with automated workflows, enabling seamless communication management without leaving the command line or their agent environment.
The tool is built with a focus on safety and structured data, offering an agent-specific mode that forces JSON output and read-only defaults. This makes it an ideal choice for building reliable Openclaw Skills that require interaction with platforms like iMessage, WhatsApp, Slack, and Discord through the Beeper ecosystem.
Install via Homebrew:
brew install johntheyoung/tap/roadrunner
Or install via Go:
go install github.com/johntheyoung/roadrunner/cmd/[email protected]
Set up your authentication token:
rr auth set --stdin
Verify the installation:
rr doctor
rr auth status --check
roadrunner processes and returns data in structured formats, primarily JSON and JSONL, which are highly compatible with various Openclaw Skills.
| Object Type | Key Fields |
|---|---|
| Chat | id, display_name, unread_count, last_activity_at, is_archived |
| Message | id, text, sender_id, message_type, attachments, reactions |
| Contact | id, full_name, emails, phone_numbers, account_id |
| Account | id, network, is_connected, username |
Configuration is stored locally in ~/.config/beeper/config.json, maintaining a persistent state for authentication and default account settings.
Loading
A comprehensive command-line interface for installing, configuring, and scaling ComfyUI instances and their ecosystem of nodes and models.

An always-on autonomous development orchestrator that triages requests, decomposes complex tasks, and manages multi-model parallel execution.

A powerful research skill that scrapes the last 30 days of social media and web data to turn you into an instant expert on any topic.

A specialized orchestration layer that processes web fetch results into privacy-compliant, normalized markdown for AI agents.

Casely is an intelligent QA assistant for Openclaw Skills that transforms fragmented project documentation into structured, style-consistent test suites.

A command-line tool for searching, browsing menus, and ordering food from foodpanda.ph with structured JSON output.








































