composio-search-automation

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

Install

Hot:22

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-search-automation&locale=en&source=copy

Composio Search Automation Skill (Rube MCP)

Skill Overview


By using Rube MCP to automate Composio Search operations, you can enable dynamic tool discovery, connection management, and batch execution. This integrates the Composio toolkit without requiring an API key.

Use Cases

  • Dynamic Tool Integration

  • When your AI agent needs to fetch the latest Composio tool schemas and execution plans in real time, this skill can automatically discover tools, verify connection status, and ensure compatibility with the current API schema.

  • Batch Workflow Automation

  • Suitable for scenarios that require continuous calls to multiple Composio tools, such as data synchronization pipelines, batch content generation, or multi-step API orchestration. It supports session reuse and memory management.

  • MCP Client Integration

  • Provides seamless Composio access for clients that use the Model Context Protocol. Add only the Rube MCP endpoint to obtain full Composio Search functionality, with no additional authentication configuration required.

    Core Features

  • Intelligent Tool Discovery

  • Use RUBE_SEARCH_TOOLS to query the latest Composio tool schemas in real time, retrieving the available tool list, input parameter specifications, recommended execution plans, and known pitfalls—avoiding hard-coded, outdated API details.

  • Connection Status Management

  • Use RUBE_MANAGE_CONNECTIONS to verify and manage the Composio Search connection status, ensuring the connection is active before executing tools, with a one-click authentication flow.

  • Batch Tool Execution

  • Use RUBE_MULTI_EXECUTE_TOOL to execute multiple tools within a single session. It supports memory passing and result reuse, improving efficiency for multi-step workflows.

    Frequently Asked Questions

    Does the Rube MCP connection to Composio require an API key?


    No. Rube MCP uses a zero-configuration design. Simply add https://rube.app/mcp as the MCP server endpoint in your client configuration. When connecting to Composio Search, authorization is completed via the authentication link returned by RUBE_MANAGE_CONNECTIONS, without manually managing API keys.

    Why call RUBE_SEARCH_TOOLS first?


    Composio tool schemas may be updated. Hard-coding tool names and parameters introduces the risk of outdated usage. RUBE_SEARCH_TOOLS returns the latest tool schemas, recommended execution plans, and known pitfalls, ensuring your calls remain compatible with the current API. This is the recommended best practice.

    How do I check whether the Composio Search connection is active?


    Call RUBE_MANAGE_CONNECTIONS with toolkits: ["composio_search"] and the session ID. The result will show the connection status; tools can be executed only when the status is ACTIVE. If the connection is not activated, the result will include an authentication link to complete the setup.