elorus-automation

Automate Elorus business operations using Rube MCP toolkits and schema-compliant execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with the Elorus platform by providing a standardized, automated interface for executing business operations directly through an AI agent.

Core Features & Use Cases

  • Tool Discovery: Automatically fetches current schemas and tool definitions to ensure accurate execution.
  • Connection Management: Handles authentication and session state for the Elorus toolkit via Rube MCP.
  • Workflow Execution: Supports multi-step operations including bulk tasks and remote workbench execution.

Quick Start

Ask the agent to search for available Elorus tools and then execute the required operation using the discovered schema.

Frequently Asked Questions about elorus-automation

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

FAQPage Schema
How do I connect Elorus to my AI agent?

Use the RUBE_MANAGE_CONNECTIONS command with the 'elorus' toolkit parameter to initiate and verify your connection status as ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available arguments change frequently; calling RUBE_SEARCH_TOOLS ensures you have the most current definitions to prevent execution errors.

What should I do if my Elorus connection is not active?

Call RUBE_MANAGE_CONNECTIONS to check the status and follow the provided authentication link to re-authorize your Elorus account.

Can I perform bulk operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH command with the run_composio_tool function to execute bulk operations across the Elorus toolkit.

What is the purpose of the memory parameter?

The memory parameter maintains state across tool executions; always include it in RUBE_MULTI_EXECUTE_TOOL calls, even as an empty object, to ensure proper session handling.