curated-automation

Automate Curated tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

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


  • Automate Curated tasks in Claude: Use the Curated tools directly via an MCP client to run an end-to-end workflow—from content search to bulk operations.

  • Fast integration without an API Key: Add the Rube MCP endpoint and start using it, with no need to request or manage complex API credentials.

  • Dynamic tool discovery and execution: Tool schemas may change. Use RUBE_SEARCH_TOOLS to fetch the latest tool definitions and parameter structures in real time.
  • Core Features


  • Tool discovery and connection management: Use 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.

  • Workflow mode execution: Follow a three-step process—discover → check connection → execute. Supports RUBE_MULTI_EXECUTE_TOOL for batch execution of multiple actions.

  • Session and memory management: Supports session ID reuse and passing memory across operations to keep complex workflow state consistent.
  • 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.