Skip to content
💬

SMS Gateway

Security Approved
v1.0.0

Send and receive SMS messages via Twilio. Great for alerts, verification, and customer communication.

Communicationcloudflarevpslocal

Installation

Install this skill using the OpenClaw CLI:

$ openclaw skill add sms-gateway

Configuration

Add this skill to your OpenClaw configuration:

# OpenClaw Skill Configuration
# Add to ~/.openclaw/config.yaml

skills:
  sms-gateway:
    enabled: true
    # Prerequisites: Twilio Account SID and Auth Token
    # Add your API keys and settings below
    settings: {}

Version History

Curated skill releases are reviewed, versioned, and can be rolled back to prior revisions.

v1.0.0active
  • - Initial curated release

Prerequisites

Before using this skill, make sure you have:

  • !Twilio Account SID and Auth Token

Usage

Once installed, you can use this skill in your workflows:

# Run directly
openclaw run sms-gateway

# Or use in automation
openclaw workflow --skill=sms-gateway