Telnyx Numbers Javascript
Programmatically manage Telnyx phone numbers in JavaScript, enabling automated provisioning, updates, and deprovisioning for your application.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-numbers-javascript npx -- -y @trustedskills/telnyx-numbers-javascript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-numbers-javascript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-numbers-javascript"
]
}
}
}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 Telnyx phone numbers programmatically using JavaScript. It enables tasks like retrieving number details, managing number configurations (like SMS forwarding), and potentially initiating calls or sending messages through those numbers. The skill provides a convenient abstraction layer for working with the Telnyx API within an agent's workflow.
When to use it
- Automated Number Provisioning: Automatically configure new phone numbers purchased through Telnyx, setting up SMS forwarding rules based on user preferences.
- Dynamic Call Routing: Retrieve details about a number’s capabilities (e.g., SMS enabled) to dynamically route calls or messages.
- Number Status Monitoring: Check the status of specific Telnyx numbers and report any issues (e.g., number suspended).
- Bulk Number Management: Update configurations for multiple phone numbers at once, such as changing a forwarding destination.
Key capabilities
- Retrieve details about Telnyx phone numbers.
- Manage number configurations (SMS forwarding).
- Interact with the Telnyx API via JavaScript.
Example prompts
- "What is the current SMS configuration for +15551234567?"
- "Forward all SMS messages received on +15559876543 to my email address."
- "Check if number +15551112222 is currently active."
Tips & gotchas
- Requires a Telnyx API key for authentication. Ensure the agent has access to this key securely.
- The skill's functionality is limited by the capabilities exposed by the Telnyx API itself.
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.