Twilio Api
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add twilio-api npx -- -y @trustedskills/twilio-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"twilio-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/twilio-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with the Twilio API. It can send SMS messages, make phone calls, and potentially manage other communication channels supported by Twilio. The agent can leverage this skill to automate communications or integrate them into workflows.
When to use it
- Automated Notifications: Send appointment reminders via SMS to patients.
- Two-Factor Authentication (2FA): Implement 2FA for user accounts using SMS codes.
- Customer Support: Respond to customer inquiries with automated phone calls or text messages.
- Marketing Campaigns: Send promotional SMS messages to a list of recipients.
Key capabilities
- Sending SMS messages
- Making phone calls
- Managing Twilio communication channels (implied)
Example prompts
- "Send an SMS message to +15551234567 saying 'Your appointment is confirmed.'"
- "Make a phone call to +15559876543."
- "What's the status of my last sent SMS?"
Tips & gotchas
- Requires proper Twilio API credentials (Account SID and Auth Token) to be configured.
- Be mindful of Twilio’s pricing and usage limits when sending messages or making calls.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.