Telnyx Account Reports Java
Generates Telnyx account usage reports in Java format using API data for detailed cost analysis.
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-reports-java npx -- -y @trustedskills/telnyx-account-reports-java
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-account-reports-java": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-account-reports-java"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to retrieve and process account reports from Telnyx using Java. It can generate reports based on specified parameters, such as date ranges or specific services. The generated data can then be used for analysis, billing reconciliation, or other operational needs related to Telnyx usage.
When to use it
- Billing Inquiries: An agent can pull a report detailing charges for a customer's account over a specific period.
- Usage Analysis: Generate reports to analyze call volumes and costs by region or service type.
- Fraud Detection: Retrieve data to identify unusual activity patterns that might indicate fraudulent usage.
- Performance Monitoring: Create reports to track the performance of Telnyx services and identify areas for optimization.
Key capabilities
- Retrieval of account reports from Telnyx.
- Report generation based on date ranges.
- Filtering by specific Telnyx services.
- Java-based implementation.
Example prompts
- "Get me a report of all calls made in the last week for customer ABC."
- "Generate a usage report for SMS messages sent from January 1st to January 31st."
- “Show me a breakdown of call costs by region for my account.”
Tips & gotchas
- Requires appropriate Telnyx API credentials and permissions.
- Report generation may be subject to rate limits imposed by the Telnyx API.
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.