Authy
Authy securely generates and manages backup codes for your accounts, providing a vital layer of protection against forgotten passwords or compromised devices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add authy npx -- -y @trustedskills/authy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"authy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/authy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The authy skill allows AI agents to send and verify SMS messages. It can be used for two-factor authentication, sending notifications, or any other scenario requiring reliable SMS delivery. This skill provides both sending and verification capabilities, streamlining user account security and communication workflows.
When to use it
- Two-Factor Authentication: Implement 2FA for user accounts by sending a code via SMS.
- Account Verification: Verify new user phone numbers during registration.
- Appointment Reminders: Send automated reminders about upcoming appointments or events.
- Password Reset: Facilitate password reset processes through SMS verification codes.
Key capabilities
- Send SMS messages
- Verify SMS messages
- Supports two-factor authentication workflows
Example prompts
- "Send an SMS to +15551234567 with the code 123456 for verification."
- "Initiate a password reset flow and send a verification code via SMS to user 'john.doe'."
- “Verify that the SMS received by +15559876543 was ‘789012’."
Tips & gotchas
- Requires an Authy API key for authentication. Ensure this key is securely stored and managed within your AI agent environment.
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.