entelligence-automation

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

Install

Hot:16

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

Entelligence Automation

Skill Overview


Automate Entelligence tasks with Rube MCP, enabling seamless integration of AI agents with the Composio Entelligence toolkit.

Use Cases


  • Integrating Entelligence into AI Agents: When your Claude skills or AI agents need to invoke Entelligence’s automation capabilities, use Rube MCP for standardized MCP protocol access—no need to install the official SDK or deal with complex authentication logic.
  • Batch Entelligence Operations: When multiple Entelligence tool calls must be executed at the same time, use RUBE_MULTI_EXECUTE_TOOL to process them in a single session, supporting session state reuse and memory management.
  • Dynamic Tool Discovery and Execution: With Entelligence continually updating its tool APIs, use RUBE_SEARCH_TOOLS to fetch the latest tool schemas and execution plans in real time, avoiding hard-coded outdated tool definitions.
  • Core Features


  • Tool Discovery and Schema Retrieval: Automatically query the current list of available Entelligence tools, input parameter specifications, and known pitfalls to ensure each call uses the latest API definitions.
  • Connection State Management: Use RUBE_MANAGE_CONNECTIONS to monitor Entelligence connection status. If the connection is not ACTIVE, automatically guide you through the authentication flow to ensure reliable tool execution.
  • Batch Tool Execution: Supports executing multiple Entelligence tool calls within a single session, automatically handling pagination, memory passing, and session ID reuse—ideal for complex multi-step workflows.
  • FAQ

    Does Rube MCP require an API key?


    No. Rube MCP is a keyless MCP server. Simply add https://rube.app/mcp as the server endpoint in your client configuration to use it. However, Entelligence authentication itself must still be handled via RUBE_MANAGE_CONNECTIONS.

    How do I get Entelligence tool schemas?


    You must first call RUBE_SEARCH_TOOLS with a description of the Entelligence-related use case. The result will include available tool slugs, input parameter schemas, recommended execution plans, and known pitfalls. Do not hard-code tool definitions, because the Entelligence APIs are frequently updated.

    What should I do if I get a connection error when executing a tool?


    Use RUBE_MANAGE_CONNECTIONS to check the connection status for the toolkit named entelligence. If the status is not ACTIVE, complete the Entelligence account authorization using the authentication link returned by the system, then execute the tool call after the connection becomes ACTIVE.