Automate ManyChat workflows and bot operations through Rube MCP efficiently.
This is an open-source prompt-only skill with no local secret requirement and no embedded local execution logic, so overall risk is low. The main consideration is that it relies on remote Rube MCP and ManyChat/Composio connections, shifting actual data access and operational authority to external services and the connected account scope.
The material says the skill itself requires no API keys or environment variables, but it does require an active `many_chat` connection via `RUBE_MANAGE_CONNECTIONS` and an auth-link flow. So it does not directly expose local secrets within the skill, but it does involve account authorization tokens on the ManyChat/Composio/Rube side, which carries the usual third-party credential misuse risk.
The README explicitly requires connecting to the remote MCP endpoint `https://rube.app/mcp` and executing operations through Composio's ManyChat toolkit. Task descriptions, tool arguments, session IDs, and possibly business data may be sent to these declared external services as part of the workflow. The endpoints and purpose are stated in the material, so this is expected egress rather than an obvious anomaly.
This item is marked as `prompt-only`, providing instructions and calling patterns rather than executable install scripts or local commands. The material does not show it spawning local processes, running shell commands, installing dependencies, or requesting system-level execution privileges.
The material does not show direct read/write access to local files or host resources, but once connected to ManyChat it can read or modify remote business data such as messages, contacts, and automations via the discovered tools. The effective scope depends on the external tool schemas and OAuth grants, representing a normal data-access surface aligned with the stated function.
The source is an open-source GitHub repository with high community adoption (about 64.7k stars), which are strong risk-reducing signals. The visible content is primarily README/skill guidance, making it easy to review. The missing license declaration and unknown maintenance status are minor audit gaps, but not enough on their own to elevate it to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "many-chat-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/many-chat-automation/SKILL.md 2. Save it as ~/.claude/skills/many-chat-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate ManyChat operations through Composio's ManyChat toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/many_chat
RUBE_MANAGE_CONNECTIONS with toolkit many_chatRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit many_chatAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "ManyChat operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific ManyChat task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["many_chat"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with ManyChat-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit many_chat |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate customer engagement, segmentation, messaging analytics, and newsletter tracking in Customer.io.
Automate CustomGPT tasks and workflow integrations through Rube MCP.
Automate D2L Brightspace course and learning platform tasks through Rube MCP.
Automate Dailybot check-ins, reminders, and team coordination via Rube MCP.
Automate DataRobot tasks through Rube MCP for faster model and data workflows.
Automate Fillout form tasks and workflows through Rube MCP.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate Chatwork messages, tasks, and team workflows through Rube MCP.
Automate 2chat workflows via Rube MCP after checking current tool schemas first.
Automate Chatfai tasks via Rube MCP with schema lookup first.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Botpress tasks and workflow actions through Rube MCP.