composio-automation
Automate Composio 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 OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-composio-automation&locale=en&source=copy
Composio Automation Skills
Skill Overview
Automate Composio actions through the Rube MCP automation layer, enabling tool discovery, connection management, and batch task execution—no API Key configuration required.
Use Cases
When repeatedly executing Composio toolchain tasks, batch call multiple tools via
RUBE_MULTI_EXECUTE_TOOL to reduce manual work.When developing AI applications, dynamically discover and invoke the appropriate Composio tools based on user needs using
RUBE_SEARCH_TOOLS to retrieve the latest tool architecture.Quickly integrate Composio functionality into Claude or other MCP clients by simply adding the Rube MCP endpoint—no need to request or manage API credentials.
Core Features
Use
RUBE_SEARCH_TOOLS to search available tools, retrieving each tool’s input schema, execution recommendations, and known pitfalls—so you can understand the latest interface before calling.Use
RUBE_MANAGE_CONNECTIONS to check and manage Composio connection status, ensuring it is ACTIVE before executing tasks to avoid call failures.Supports executing multiple Composio tools within a single call via
RUBE_MULTI_EXECUTE_TOOL, or running complex batch operations via RUBE_REMOTE_WORKBench.Common Questions
Does Rube MCP require an API Key?
No. Just add
https://rube.app/mcp as the server address in your MCP client configuration—no authentication is needed.How do I ensure I’m calling the latest Composio tools?
Before executing any tool, call
RUBE_SEARCH_TOOLS to fetch the current tool architecture and parameter requirements, avoiding outdated tool slugs or parameter formats.What if the Composio connection is not active?
Call
RUBE_MANAGE_CONNECTIONS to check the connection status. If it is not ACTIVE, complete the Composio account authorization using the authentication link returned in the response to activate it.