evenium-automation

Automate Evenium platform operations through Rube MCP tool discovery and execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Evenium's interface by providing a standardized, programmatic way to execute tasks and manage connections via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current Evenium tool schemas and execution plans to ensure compatibility.
  • Connection Management: Verify and maintain active authentication states for Evenium toolkits.
  • Multi-Tool Execution: Chain multiple operations into a single workflow using structured memory and session management.

Quick Start

Use the evenium-automation skill to search for available tools and execute a task for my event management workflow.

Frequently Asked Questions about evenium-automation

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

FAQPage Schema
How do I find available Evenium tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve current tool slugs, input schemas, and execution plans for Evenium.

What should I do if my Evenium connection is inactive?

Execute RUBE_MANAGE_CONNECTIONS with the 'evenium' toolkit parameter to trigger the authentication flow and restore an ACTIVE connection status.

Why must I call RUBE_SEARCH_TOOLS before executing a task?

Tool schemas and available arguments change frequently; searching first ensures you use the correct, current definitions to prevent execution errors.

Can I reuse session IDs for different workflows?

No, you should generate new session IDs for distinct workflows to maintain state isolation, though you should reuse the same ID within a single multi-step workflow.

What is the purpose of the memory parameter in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter maintains state across tool executions within a session; it must be included in every call, even if passed as an empty object.

Related Skills