@keeb/twilio
v2026.04.22.3
Send SMS/MMS messages and manage Twilio phone numbers from swamp workflows.
Repository
https://github.com/keeb/swamp-twilio
Labels
twiliosmsmessagingtelephony
Quality score
How well-documented and verifiable this extension is.
Grade A
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Install
$ swamp extension pull @keeb/twilioSecurity Notice
This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.
@keeb/twilio/messagingv2026.03.03.1messaging.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accountSid | string | Twilio Account SID |
| authToken | string | Twilio Auth Token |
send_smsSend an SMS or MMS message
| Argument | Type | Description |
|---|---|---|
| to | string | Destination phone number (E.164 format) |
| from | string | Twilio phone number to send from (E.164 format) |
| body | string | Message body text |
| mediaUrl? | string | URL of media to attach (MMS) |
get_messageFetch details of a single message by SID
| Argument | Type | Description |
|---|---|---|
| messageSid | string | Message SID (starts with SM) |
list_messagesList messages with optional filters
| Argument | Type | Description |
|---|---|---|
| to? | string | Filter by destination number |
| from? | string | Filter by sender number |
| dateSent? | string | Filter by exact date sent (YYYY-MM-DD) |
| dateSentAfter? | string | Messages sent after this date (YYYY-MM-DD) |
| dateSentBefore? | string | Messages sent before this date (YYYY-MM-DD) |
| pageSize | number | Number of messages to return |
Resources
message(infinite)— Single SMS/MMS message
messageList(infinite)— List of messages from a query
@keeb/twilio/phone-numbersv2026.03.03.1phone_numbers.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accountSid | string | Twilio Account SID |
| authToken | string | Twilio Auth Token |
list_numbersList owned phone numbers
| Argument | Type | Description |
|---|---|---|
| friendlyName? | string | Filter by friendly name |
| phoneNumber? | string | Filter by phone number |
| pageSize | number | Number of results to return |
search_availableSearch for available phone numbers to purchase
| Argument | Type | Description |
|---|---|---|
| countryCode | string | ISO country code |
| areaCode? | string | Filter by area code |
| contains? | string | Pattern to match (e.g. '***-555-****') |
| smsEnabled? | boolean | Filter for SMS-capable numbers |
| voiceEnabled? | boolean | Filter for voice-capable numbers |
| pageSize | number | Number of results to return |
buy_numberPurchase a phone number
| Argument | Type | Description |
|---|---|---|
| phoneNumber | string | Phone number to purchase (E.164 format) |
| friendlyName? | string | Friendly name for the number |
| smsUrl? | string | Webhook URL for incoming SMS |
| voiceUrl? | string | Webhook URL for incoming calls |
update_numberUpdate configuration of an owned phone number
| Argument | Type | Description |
|---|---|---|
| phoneNumberSid | string | Phone number SID (starts with PN) |
| friendlyName? | string | New friendly name |
| smsUrl? | string | New webhook URL for incoming SMS |
| voiceUrl? | string | New webhook URL for incoming calls |
release_numberRelease (delete) an owned phone number
| Argument | Type | Description |
|---|---|---|
| phoneNumberSid | string | Phone number SID to release (starts with PN) |
Resources
phoneNumber(infinite)— Single owned phone number
phoneNumberList(infinite)— List of owned phone numbers
availableNumbers(infinite)— Search results for available phone numbers
twilio1 file
2026.04.22.2935.5 KBApr 22, 2026
Send SMS/MMS messages and manage Twilio phone numbers from swamp workflows.
Changelog
skills
+twilio
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
twiliosmsmessagingtelephony
2026.04.06.1934.1 KBApr 7, 2026
Twilio SMS/MMS messaging and phone number management
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
twiliosmsmessagingtelephony
2026.03.03.1931.6 KBMar 3, 2026
Twilio SMS/MMS messaging and phone number management
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
twiliosmsmessagingtelephony