Mobile Verification
Automates mobile verification flows, integrating OTP input and validation directly into the frontend user experience.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mobile-verification npx -- -y @trustedskills/mobile-verification
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mobile-verification": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mobile-verification"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to verify user phone numbers via SMS. It handles sending verification codes and checking if the code entered by the user matches the sent code, facilitating secure account creation or authentication processes. The agent can also manage resending codes upon request.
When to use it
- Account Creation: When a new user signs up for an application requiring phone number verification.
- Two-Factor Authentication (2FA): To add an extra layer of security when logging into an existing account.
- Password Recovery: To allow users to reset their passwords via SMS code delivery.
- Identity Verification: For services needing to confirm a user's identity through phone number ownership.
Key capabilities
- Sends SMS verification codes to specified phone numbers.
- Verifies the entered code against the sent code.
- Handles requests for resending verification codes.
Example prompts
- "Send a verification code to +15551234567."
- "Verify the code 890123 for phone number +15551234567."
- "Resend the verification code to +15551234567."
Tips & gotchas
The skill requires access to an SMS gateway service. Ensure proper configuration and API keys are provided for successful operation.
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.