msg91-automation

Automate Msg91 communication tasks through the Rube MCP gateway for integrated messaging workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Msg91 messaging operations by providing a standardized interface for tool discovery and execution via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current Msg91 tool schemas and input requirements to ensure compatibility.
  • Connection Management: Verify and maintain active authentication states for Msg91 toolkits.
  • Multi-Tool Execution: Execute complex messaging workflows by chaining discovered tools within a single session.
  • Use Case: Automate the dispatch of transactional SMS or OTP notifications by discovering the correct API schema and executing the send operation directly from your agent.

Quick Start

Use the msg91-automation skill to discover available tools and send a message via the Rube MCP gateway.

Frequently Asked Questions about msg91-automation

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

FAQPage Schema
How do I connect Msg91 to my agent?

Connect Msg91 by calling RUBE_MANAGE_CONNECTIONS with the msg91 toolkit slug. Ensure the Rube MCP server is configured in your client and follow the provided authentication link to set the connection status to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS is mandatory because tool schemas and input requirements for Msg91 can change. Searching ensures your agent uses the most current tool slugs and argument structures, preventing execution errors.

Can I automate bulk messaging with this skill?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function. This allows for efficient execution of multiple messaging tasks within a single session.

What should I do if my Msg91 connection fails?

Verify the connection status using RUBE_MANAGE_CONNECTIONS. If the status is not ACTIVE, re-run the connection command and complete the authentication flow via the provided link to restore access.