Telnyx Account Access Python
Automates Telnyx account management tasks like balance checks and number provisioning using Python APIs.
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-access-python npx -- -y @trustedskills/telnyx-account-access-python
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-account-access-python": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-account-access-python"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides programmatic access to your Telnyx account. It allows an AI agent to retrieve information about your account, such as balance and usage details, and perform actions like initiating calls or sending messages through the Telnyx platform using Python. This enables automation of tasks related to managing your Telnyx resources.
When to use it
- Automated Balance Checks: Regularly query your Telnyx account balance to trigger alerts when funds are low.
- Usage Reporting: Generate reports on call and message usage for billing or performance analysis.
- Programmatic Call Initiation: Automatically initiate calls based on external events, such as a scheduled reminder or triggered alert.
- Message Sending Automation: Send SMS messages programmatically to customers or internal teams.
Key capabilities
- Account Balance Retrieval
- Usage Data Access
- Call Initiation (programmatic)
- SMS Message Sending (programmatic)
Example prompts
- "What is my current Telnyx account balance?"
- "Initiate a call to +15551234567 using the voice from my Telnyx account."
- "Send an SMS message to +19876543210 with the content 'Your appointment is confirmed'."
Tips & gotchas
- Requires a valid Telnyx API key for authentication. Ensure this key is securely stored and accessible by the AI agent.
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.