Telnyx Api

🌐Community
by tdimino · 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 telnyx-api npx -- -y @trustedskills/telnyx-api
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "telnyx-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/telnyx-api"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to the Telnyx API, enabling AI agents to send and receive SMS messages. It allows you to programmatically interact with Telnyx's services, including initiating calls and managing phone numbers. The skill simplifies integration by abstracting away low-level API details.

When to use it

  • Automated Notifications: Send automated text message updates for order confirmations or shipping notifications.
  • Two-Factor Authentication (2FA): Implement SMS-based 2FA for user account security.
  • SMS Marketing Campaigns: Run targeted SMS marketing campaigns with personalized messages.
  • Emergency Alerts: Dispatch urgent alerts and notifications via text message to specific recipients.

Key capabilities

  • Send SMS messages
  • Receive incoming SMS messages
  • Manage phone numbers (potentially, depending on Telnyx API access)
  • Initiate calls (potentially, depending on Telnyx API access)

Example prompts

  • "Send an SMS to +15551234567 saying 'Your order has shipped!'"
  • "Check for new SMS messages."
  • "What is the status of phone number +15559876543?"

Tips & gotchas

  • Requires a Telnyx API key to authenticate requests. Ensure this key is securely stored and managed within your AI agent environment.

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
tdimino
Installs
18

🌐 Community

Passed automated security scans.