Telnyx Verify Ruby
Verifies phone numbers using Ruby via Telnyx APIs, ensuring data accuracy and preventing fraud – a crucial step for reliable communication.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-verify-ruby npx -- -y @trustedskills/telnyx-verify-ruby
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-verify-ruby": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-verify-ruby"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The telnyx-verify-ruby skill allows AI agents to perform phone number verification using the Telnyx Verify API. It can programmatically initiate a verification session, check its status, and retrieve results, confirming whether a phone number is valid and reachable. This helps ensure accurate contact information for various applications.
When to use it
- Customer Onboarding: Automatically verify new customer phone numbers during registration.
- Two-Factor Authentication (2FA): Confirm the validity of a user's phone number before sending 2FA codes.
- Lead Validation: Validate leads collected through forms or other channels to ensure their contact information is accurate.
- Fraud Prevention: Verify phone numbers during transactions to reduce fraudulent activity.
Key capabilities
- Initiate verification sessions via the Telnyx Verify API.
- Check the status of ongoing verification sessions.
- Retrieve results, including validation and reachability data.
Example prompts
- "Verify the phone number +15551234567."
- "What is the status of verification session 123abc456def?"
- "Get the results for phone number verification initiated earlier."
Tips & gotchas
- Requires a Telnyx API key to function. Ensure this key is securely provided to 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.