sms-alert-automation

Automate SMS alert operations and notification workflows through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill sms-alert-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sms-alert-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/sms-alert-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill sms-alert-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing SMS notification systems, allowing for programmatic control over alert triggers and connection management.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and execution plans for SMS alert tools.
  • Connection Management: Handle authentication and status verification for SMS toolkits via Rube MCP.
  • Workflow Execution: Execute multi-step SMS operations including bulk messaging and status monitoring.

Quick Start

Use the sms-alert-automation skill to discover available tools and send a test alert notification.

Frequently Asked Questions about sms-alert-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect my SMS toolkit to Rube MCP?

Use the RUBE_MANAGE_CONNECTIONS command with the sms_alert toolkit parameter. Follow the provided authentication link to authorize the connection and verify the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available arguments change frequently. Searching first ensures you use the most current tool slugs and input requirements, preventing execution errors.

Can I perform bulk SMS operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH command with the run_composio_tool function to execute bulk SMS operations efficiently across your connected toolkit.

What should I do if my SMS connection is not active?

Call RUBE_MANAGE_CONNECTIONS to check the status. If it is not active, the system will provide an authentication link to re-establish the connection.