Sns

🌐Community
by itsmostafa · vlatest · Repository

The "Sns" skill extracts relevant information from social media posts to provide concise summaries and insights for analysis.

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

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

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

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

About This Skill

The SNS skill enables AI agents to interact with Amazon Simple Notification Service, allowing them to send and receive messages via various protocols. It facilitates communication through SMS, email, push notifications, and HTTP endpoints within AWS environments.

When to use it

  • Sending transactional alerts like order confirmations or password resets directly to users.
  • Integrating chatbot responses with mobile devices via push notifications.
  • Broadcasting system status updates or maintenance notices to internal teams.
  • Triggering external webhooks when specific events occur in your application.

Key capabilities

  • Sending SMS messages using Amazon SNS and Amazon Pinpoint integration.
  • Delivering email notifications through the service's email endpoints.
  • Publishing push notifications to iOS, Android, and Windows devices.
  • Posting messages to HTTP/S endpoints for custom integrations.
  • Managing subscription topics and managing message delivery paths.

Example prompts

  • "Send an SMS alert to my phone number +1-555-0123 with the subject 'System Update'."
  • "Publish a push notification to all users subscribed to the 'alerts' topic regarding server maintenance."
  • "Send an email notification to [email protected] detailing the latest deployment status."

Tips & gotchas

Ensure your AWS account has SNS permissions configured before attempting to send messages. Be mindful of SMS character limits and regional compliance regulations when sending text messages globally.

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
itsmostafa
Installs
28

🌐 Community

Passed automated security scans.