Home Tutorials Categories Skills About
ZH EN JA KO
📞

Twilio

Phone/SMS Messaging & Social

Install Command

npx clawhub@latest install twilio

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Twilio to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Twilio appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Send SMS Voice Calls Communication Records

Detailed Description

The Twilio skill enables SMS and phone capabilities for OpenClaw through the Twilio platform, extending the AI assistant's communication channels.

Core Features

  • Send SMS: Send text messages to specified numbers
  • Bulk SMS: Batch-send notification or marketing messages
  • Voice Calls: Initiate and receive phone calls
  • Call Records: View SMS and call history logs
  • Number Management: Manage Twilio phone numbers

Configuration

{
  skills: {
    twilio: {
      accountSid: "ACxxx",
      authToken: "xxx",
      fromNumber: "+1234567890"
    }
  }
}

Use Cases

  • "Send a meeting reminder SMS to +86 138xxxx"
  • "Show the delivery status of all SMS sent today"
  • Two-factor authentication code delivery
  • Customer notification and reminder services