HttpSMS for Openclaw

A powerful SMS gateway integration that enables AI agents to send, receive, and manage text messages programmatically through a secure CLI interface.

membranedev
v1.0.4
Apr 30, 2026
0
705
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install httpsms

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install httpsms using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is HttpSMS?

HttpSMS is a robust SMS gateway designed for businesses to handle text messaging via API. By utilizing Openclaw Skills, developers can seamlessly integrate SMS capabilities into AI-driven workflows for notifications, marketing, and authentication. This skill simplifies the developer experience by abstracting complex messaging logic into actionable commands.

This skill leverages the Membrane framework to manage the full authentication lifecycle server-side. It provides a structured way for agents to interact with phone numbers, message threads, and billing data without the need to manage local secrets or manually refresh credentials. This ensures that your messaging integrations remain secure and reliable across different environments.

HttpSMS Use Cases

  • Sending automated notifications or time-sensitive alerts to users via SMS.
  • Building two-factor authentication (2FA) or verification systems within AI-driven applications.
  • Managing and replying to customer support message threads automatically using Openclaw Skills.
  • Monitoring SMS billing usage and managing heartbeats or webhooks for messaging infrastructure.

How HttpSMS Works

  1. Install the Membrane CLI and authenticate the session using your preferred agent type to establish secure access.
  2. Create a connection to the HttpSMS service, which handles the secure storage of API credentials server-side.
  3. Search for specific messaging actions, such as sending a message or listing threads, using natural language descriptions of your intent.
  4. Execute the chosen action with the required parameters, such as recipient numbers and message bodies, through a unified interface.
  5. Use the built-in proxy request feature for advanced API endpoints not covered by standard pre-built actions, ensuring secure header injection.

HttpSMS Setup

To get started with this skill, install the required CLI and establish a connection:

npm install -g @membranehq/cli@latest

Authenticate your environment:

membrane login --tenant --clientName=openclaw

Create a connection to the HttpSMS service:

membrane connection ensure "https://httpsms.com/" --json

Wait for the connection to reach the READY state:

membrane connection get <id> --wait --json

HttpSMS Data Schema & Taxonomy

The HttpSMS skill organizes its data and metadata into several core messaging entities to provide clear context for Openclaw Skills:

Entity Description
SMS Message Individual text records containing the body, sender, and recipient info.
Phone Number SMS-enabled phone numbers associated with the connected account.
Message Thread Logical groupings of messages between specific numbers.
Webhook Configuration for event-driven triggers for incoming SMS data.
Billing Usage Metadata and records regarding account-level API consumption.

HttpSMS Advanced Features

  • Automated credential management ensures that Openclaw Skills maintain persistent access without manual token handling.
  • Natural language intent discovery allows agents to dynamically find the right messaging actions based on high-level goals.
  • Transparent API proxying supports custom HTTP methods and headers for advanced HttpSMS endpoint interactions.
  • Built-in webhook management enables the creation of reactive messaging bots that respond to incoming texts in real-time.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*