Telnyx Verify Javascript

🌐Community
by team-telnyx · vlatest · Repository

Verifies Telnyx number ownership via JavaScript challenge execution, ensuring accurate contact validation for backend processes.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add telnyx-verify-javascript npx -- -y @trustedskills/telnyx-verify-javascript
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "telnyx-verify-javascript": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/telnyx-verify-javascript"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The telnyx-verify-javascript skill allows AI agents to verify phone numbers using the Telnyx Verify API. It handles initiating verification sessions, checking their status, and confirming verification codes via JavaScript. This enables automated validation of user-provided phone numbers within applications or workflows.

When to use it

  • User Registration: Automatically verify a new user's phone number during account creation.
  • Two-Factor Authentication (2FA): Trigger phone number verification as part of the 2FA process.
  • Contact Information Updates: Validate updated phone numbers provided by users in their profile settings.
  • Order Confirmation/Recovery: Verify a user's phone number before completing an order or initiating password recovery.

Key capabilities

  • Initiates phone number verification sessions via the Telnyx API.
  • Checks the status of ongoing verification sessions.
  • Confirms verification codes received by users.
  • Uses JavaScript for integration within agent workflows.

Example prompts

  • "Start a phone number verification for +15551234567."
  • "Check the status of verification session with ID abcdefg-hijkl-mnopqrstuvwxyz."
  • "Confirm code 123456 for verification session abcdefg-hijkl-mnopqrstuvwxyz."

Tips & gotchas

  • Requires a Telnyx API key to function. Ensure this is properly configured within your agent's environment variables.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
team-telnyx
Installs
9

🌐 Community

Passed automated security scans.