Twilio Api

🌐Community
by yuyz0112 · vlatest · Repository

Provides API guidance and assistance for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add yuyz0112-twilio-api npx -- -y @trustedskills/yuyz0112-twilio-api
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "yuyz0112-twilio-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/yuyz0112-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 manage other communication channels through programmatic access. The skill simplifies integration by abstracting away complex API requests into a more user-friendly interface for the agent.

When to use it

  • Automate sending appointment reminders via SMS to patients.
  • Enable an AI assistant to place outbound calls to verify information with customers.
  • Integrate Twilio's programmable messaging features into a chatbot application.
  • Build automated workflows that respond to incoming phone calls or SMS messages.

Key capabilities

  • Sending SMS messages
  • Making phone calls
  • Managing communication channels

Example prompts

  • "Send an SMS message to +15551234567 saying 'Your appointment is confirmed.'"
  • "Make a phone call to +15559876543 and play a pre-recorded greeting."
  • "Check the status of my Twilio account."

Tips & gotchas

  • Requires valid 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
yuyz0112
Installs
5

🌐 Community

Passed automated security scans.