Send Sms

🌐Community
by dalehurley · vlatest · Repository

Sends SMS messages directly to contacts – useful for quick reminders, updates, or urgent notifications without needing a phone call.

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 send-sms npx -- -y @trustedskills/send-sms
2

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

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

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

About This Skill

What it does

The send-sms skill allows an AI agent to send SMS messages. It leverages a backend service (not specified in the source) to transmit text messages to designated phone numbers. This enables automated communication and notifications directly through mobile devices.

When to use it

  • Appointment Reminders: Automatically send reminders for scheduled appointments or events.
  • Order Confirmations: Provide customers with immediate confirmation of their orders via SMS.
  • Emergency Alerts: Quickly disseminate important alerts or warnings to a group of recipients.
  • Two-Factor Authentication (2FA): Send verification codes to users' phones as part of a secure login process.

Key capabilities

  • SMS message sending functionality
  • Integration with an unspecified SMS backend service
  • Support for sending messages to phone numbers

Example prompts

  • "Send a text message to +15551234567 saying 'Your appointment is tomorrow at 2pm.'"
  • "Text my mom (+15559876543) and tell her I'll be late."
  • "Send an SMS to the team with code ABCDEF for authentication."

Tips & gotchas

The skill requires a connection to a functional SMS backend service. Specific configuration or API keys may be needed depending on the chosen SMS provider (details not provided in source).

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
dalehurley
Installs
3

🌐 Community

Passed automated security scans.