entelligence-automation

Automate Entelligence operations and task workflows through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill entelligence-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: entelligence-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/entelligence-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill entelligence-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Entelligence toolkits by providing a standardized, automated interface for tool discovery, connection management, and execution.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current tool schemas and execution plans via Rube MCP.
  • Connection Management: Programmatically verify and manage active Entelligence connections to ensure reliable workflow execution.
  • Use Case: Automate complex Entelligence workflows by chaining tool discovery, connection validation, and multi-tool execution in a single session.

Quick Start

Use the entelligence-automation skill to discover and execute the necessary tools for your current Entelligence task.

Frequently Asked Questions about entelligence-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Entelligence tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve available tool slugs, input schemas, and execution recommendations.

What should I do if my Entelligence connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS function with the entelligence toolkit to trigger the authentication flow and restore an active connection status.

Why must I call RUBE_SEARCH_TOOLS before executing a tool?

Tool schemas and arguments change frequently; searching first ensures you use the most current, valid input parameters and prevents execution errors.

Can I reuse session IDs across different workflows?

No, you should reuse session IDs only within a single workflow. Generate new session IDs for distinct, unrelated tasks to maintain state isolation.

What is the purpose of the memory parameter in tool execution?

The memory parameter maintains state context during multi-step operations; it must be included in RUBE_MULTI_EXECUTE_TOOL calls, even if passed as an empty object.