msg91-automation
Automate Msg91 tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
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
Core Functions
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.