curated-automation
Automate Curated 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-curated-automation&locale=en&source=copy
Curated Automation — Automate Curated Tasks via Rube MCP
Skill Overview
Curated Automation is a skill that automates Curated operations through Composio’s Rube MCP server. It supports tool discovery, connection management, and bulk workflow execution. You can integrate quickly without needing an API Key.
Use Cases
RUBE_SEARCH_TOOLS to fetch the latest tool definitions and parameter structures in real time.Core Features
RUBE_SEARCH_TOOLS to retrieve the current list of available tools and parameter schemas, and use RUBE_MANAGE_CONNECTIONS to manage and verify the Curated connection status.RUBE_MULTI_EXECUTE_TOOL for batch execution of multiple actions.FAQs
What is Rube MCP? Do I need an API Key?
Rube MCP is an MCP server provided by Composio. You only need to add the
https://rube.app/mcp endpoint in the client configuration—no API Key or secret configuration is required.How do I configure Curated automation in Claude?
First, add the Rube MCP server, then call
RUBE_MANAGE_CONNECTIONS and specify the toolkit as curated. Complete the connection via the authorization link returned, and then use it once the status becomes ACTIVE.Why call RUBE_SEARCH_TOOLS first?
Composio tool schemas may change at any time. Hard-coding tool slugs or parameters can cause calls to fail.
RUBE_SEARCH_TOOLS returns the latest available tools, parameter structures, and recommended execution plans to ensure stable workflow runs.