Telnyx Account Python
Automates Telnyx account management tasks like balance checks, number provisioning, and configuration updates via Python API calls.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-account-python npx -- -y @trustedskills/telnyx-account-python
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-account-python": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-account-python"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The telnyx-account-python skill allows AI agents to interact with your Telnyx account programmatically using the Python SDK. It enables tasks such as retrieving account details, managing phone numbers, and initiating calls directly from within an agent workflow. This skill streamlines common Telnyx operations, reducing manual intervention and improving automation capabilities.
When to use it
- Automated provisioning: Automatically create and configure new phone numbers for a sales team based on onboarding data.
- Account balance monitoring: Regularly check your Telnyx account balance and trigger alerts if the balance falls below a certain threshold.
- Call initiation automation: Programmatically initiate outbound calls to customers based on scheduled reminders or triggered events.
- Number management: Retrieve details about existing phone numbers, such as their status and associated metadata.
Key capabilities
- Retrieves Telnyx account information (e.g., balance, credit).
- Manages phone number resources within a Telnyx account.
- Initiates outbound calls through the Telnyx API.
- Uses the official Telnyx Python SDK for reliable interaction.
Example prompts
- "What is my current Telnyx account balance?"
- "List all active phone numbers associated with my Telnyx account."
- "Initiate a call to +15551234567 from my virtual number +19876543210."
Tips & gotchas
- Requires an active Telnyx account and API credentials. Ensure these are properly configured within the agent environment.
- Familiarity with basic Python syntax is helpful for debugging or customizing advanced interactions.
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.