msg91-automation

Automate Msg91 tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:20

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-msg91-automation&locale=en&source=copy

msg91-automation - Automate Msg91 Operations via Rube MCP

Skills Overview


msg91-automation is a Claude skill that automates Msg91 operations through Composio’s Msg91 toolkit and Rube MCP. It supports core capabilities such as tool discovery, connection management, and batch execution.

Use Cases

  • Bulk SMS Marketing Automation: Suitable for marketing teams that need to send promotional SMS messages, event notifications, or marketing updates on a regular basis. It improves efficiency by automating bulk sending tasks and reduces manual operation errors.
  • Notification System Integration: Suitable for scenarios where application notifications, order status updates, or security alerts need to be sent to users via SMS, enabling automated message delivery.
  • OTP Verification Code Automation: Supports automatically sending one-time verification codes during user registration, login, or sensitive actions. It simplifies development and provides a secure identity verification mechanism.
  • Core Functions

  • Intelligent Tool Discovery: Uses RUBE_SEARCH_TOOLS to fetch the latest schema and available actions from the Msg91 toolkit, ensuring correct tool parameters and execution plans are used at all times and avoiding compatibility issues caused by hardcoding.
  • Connection Status Management: Uses RUBE_MANAGE_CONNECTIONS to monitor the Msg91 connection status in real time. Supports automatic reconnection and connection validation to ensure stability for batch operations and long-running tasks.
  • Batch Execution of Operations: Uses RUBE_MULTI_EXECUTE_TOOL to execute multiple Msg91 actions within a single session. Supports pagination handling and result aggregation, making it ideal for large-scale data processing and complex workflows.
  • Common Questions

    What preparation is required for Rube MCP?


    Before using the msg91-automation skill, add https://rube.app/mcp as the MCP server in the client configuration. No API key is required. Then verify connection availability via RUBE_SEARCH_TOOLS, and call RUBE_MANAGE_CONNECTIONS to set up the Msg91 connection.

    How do I verify the Msg91 connection status?


    Call RUBE_MANAGE_CONNECTIONS and specify the toolkit as msg91. Check whether the returned connection status is ACTIVE. If the status is not ACTIVE, complete Composio’s Msg91 toolkit authorization flow using the authentication link provided in the response.

    How do I handle pagination in batch operations?


    When executing batch Msg91 operations, check whether the response includes pagination markers or a continuation token. If pagination information is present, continue calling RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH in the same session using the same session_id until the complete dataset is retrieved.