Send and receive SMS text messages directly from your AI agent using an Android phone and the pidge CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pidgesms
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 pidgesms using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
pidgesms is a robust communication utility designed for Openclaw Skills that bridges the gap between AI-driven workflows and mobile SMS networks. By leveraging the pidge CLI as a bridge to the Android SMS Gateway, this skill allows developers and AI agents to programmatically send, read, and manage text messages through a physical Android device.
This tool is particularly valuable for users who need to integrate real-world mobile messaging into their automated ecosystems without relying on expensive third-party SMS APIs. Because it utilizes Openclaw Skills infrastructure, it provides a secure and scriptable way to handle E.164 formatted messaging directly from your local environment.
To integrate this functionality into your Openclaw Skills environment, install the pidge binary using Go:
go install github.com/typhonius/pidge@latest
Configuration is managed via a TOML file. Ensure your settings are correctly defined in ~/.config/pidge/config.toml to allow the CLI to communicate with your Android SMS Gateway instance.
The skill manages SMS data and metadata using the following structure, ensuring compatibility with Openclaw Skills workflows:
| Attribute | Description | Requirement |
|---|---|---|
| Recipient | Phone number in E.164 format (e.g., +15551234567) | Mandatory |
| Message Body | The text content to be transmitted | Mandatory |
| Message ID | Unique identifier returned by the gateway for tracking | Generated |
| State | Delivery progress (Pending, Processed, Sent, Delivered) | Status Check |
| Inbox Filter | Options to retrieve all, unread, or JSON-formatted messages | Optional |
Loading
A professional-grade interface for managing Bitwarden credentials and secrets directly through the Bitwarden CLI.

A browser-based automation tool for extracting and summarizing public X (Twitter) content into clean markdown without requiring an account.

A specialized web search skill designed for AI agents to discover URLs, conduct technical research, and generate cited summaries from structured web results.

A framework for creating documentation specifically optimized for LLM consumption, RAG retrieval, and token efficiency.

A comprehensive bridge connecting Openclaw agents to over 100 external services through the Civic Nexus Model Context Protocol.

A sophisticated UI generation tool that converts text requirements into distinctive, production-grade React websites using Tailwind CSS and shadcn/ui.








































