A comprehensive communication skill for sending batch SMS and making programmatic voice calls with Text-to-Speech integration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dialpad
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 dialpad using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Dialpad skill is a robust communication module designed to bridge the gap between AI agents and traditional telephony. By utilizing the Dialpad API, this skill empowers agents within the Openclaw Skills ecosystem to send individual or batch SMS messages and initiate outbound voice calls. It supports various caller IDs for sales, support, or personal contexts, providing a professional touch to automated outreach.
Beyond basic messaging, the skill features deep integration with Text-to-Speech (TTS) engines, including high-quality ElevenLabs voices. This allows for dynamic, natural-sounding voice interactions. With built-in SQLite storage and full-text search capabilities, managing communication history and tracking message delivery becomes seamless for developers.
To get started with this skill from the Openclaw Skills collection, configure your environment variables:
# Required: Your Dialpad API Key
export DIALPAD_API_KEY=your_api_key_here
# Optional: Your ElevenLabs API Key for premium voices
export ELEVENLABS_API_KEY=your_elevenlabs_api_key
Ensure you have Python 3.7+ installed. No external dependencies are required as the skill uses the standard library.
The skill manages communication data using a local SQLite database with FTS5 support for high-performance searching.
| Data Component | Format | Location/Method |
|---|---|---|
| SMS Storage | SQLite DB | ~/.dialpad/sms.db |
| Search Index | FTS5 | Internal SQLite table |
| Historical Logs | CSV | Generated via export_sms.py |
| Metadata | JSON | API response structures |
Loading
A multi-channel sales automation tool that orchestrates SMS and email follow-up sequences with CRM logging and intelligent auto-termination.

A high-performance, containerized anti-bot automation skill using C++ level Firefox patches to bypass advanced web security.

A powerful C++ level anti-bot browser automation tool designed to bypass sophisticated security measures like Cloudflare and Datadome.

A comprehensive integration for managing Calendly scheduling, event tracking, and meeting organization through an AI-driven CLI.

An AI-driven financial news aggregator and briefing generator designed to keep investors updated via automated delivery channels.

An advanced health integration for Openclaw Skills that automates Fitbit data retrieval, trend analysis, and personalized health reporting.








































