twilio

Manage Twilio SMS operations via REST API for sending messages and checking logs.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Vero-Ventures/fuzzycat --skill twilio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twilio
Source: https://github.com/Vero-Ventures/fuzzycat/tree/main/.claude/skills/twilio
Command: npx skills add https://github.com/Vero-Ventures/fuzzycat --skill twilio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides direct management of the Twilio SMS service, enabling users to send messages, check balances, and troubleshoot delivery issues.

Core Features & Use Cases

  • Send Test Messages: Quickly send SMS messages to verify Twilio integration.
  • Monitor Account Balance: Check the remaining balance for Twilio services.
  • Inspect Message Logs: Review recent SMS messages for debugging.
  • Manage Phone Numbers: View and inspect capabilities of owned Twilio phone numbers.
  • Use Case: A developer needs to confirm that their application can successfully send an SMS notification to a user. They would use this Skill to send a test message and then check the message logs to confirm delivery.

Quick Start

Use the twilio skill to send a test SMS message to +1234567890 with the body "Hello from FuzzyCat".

Frequently Asked Questions about twilio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a test SMS message using the Twilio REST API?

To send a test SMS message via the Twilio REST API, you provide authentication credentials, a recipient phone number, and the message body. The Skill handles the API endpoint request to verify your Twilio integration and deliver the text message.

Why is my Twilio SMS delivery failing or not reaching the recipient?

To debug Twilio SMS delivery issues, you can inspect recent message logs via the REST API. Reviewing these logs helps confirm delivery status and identify errors. You can also check if your owned Twilio phone numbers have the correct capabilities enabled.

Can I check my Twilio account balance through an API call?

Yes, you can check your remaining Twilio account balance by querying specific usage record API endpoints. The Skill manages these requests using your authentication credentials to retrieve and display the current balance for your Twilio services.

How do I view and inspect capabilities of my owned Twilio phone numbers?

You can view and inspect capabilities of owned Twilio phone numbers by accessing the account's phone number API endpoints. This allows you to verify which numbers are available and properly configured for sending SMS messages.

What do I need to manage Twilio SMS operations and usage records?

You need valid Twilio authentication credentials and access to specific API endpoints for messages, accounts, and usage records. These prerequisites allow you to send messages, check balances, and inspect logs directly.

When should I inspect Twilio message logs for debugging notifications?

You should inspect Twilio message logs when verifying that an application successfully sent an SMS notification. Reviewing recent message records via the API confirms delivery status and helps troubleshoot any notification failures.