entelligence-automation
Automate Entelligence tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
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
RUBE_MULTI_EXECUTE_TOOL to process them in a single session, supporting session state reuse and memory management.RUBE_SEARCH_TOOLS to fetch the latest tool schemas and execution plans in real time, avoiding hard-coded outdated tool definitions.Core Features
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.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.