enigma-automation

Automate Enigma operations through the Rube MCP toolkit for structured task execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Enigma-based workflows by providing a standardized, repeatable interface for tool discovery, connection management, and execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Enigma toolkits.
  • Workflow Execution: Execute multi-step operations using discovered tool slugs and schema-compliant arguments.
  • Use Case: Automate repetitive Enigma data processing tasks by programmatically discovering available tools and executing them within a managed session.

Quick Start

Use the enigma-automation skill to discover available tools and execute the required Enigma task for the current session.

Frequently Asked Questions about enigma-automation

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

FAQPage Schema
How do I discover available Enigma tools?

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

How to verify if my Enigma connection is active?

Use the RUBE_MANAGE_CONNECTIONS command with the 'enigma' toolkit parameter to check the current connection status and obtain an auth link if needed.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and slugs change frequently; calling RUBE_SEARCH_TOOLS ensures you are using the most current, valid arguments and preventing execution errors.

Can I reuse session IDs for different workflows?

No, you should reuse session IDs only within a single logical workflow; generate new session IDs for distinct, unrelated tasks to maintain state integrity.

What should I include in the memory parameter?

Always include the memory parameter in RUBE_MULTI_EXECUTE_TOOL calls, even if it is an empty object, to ensure compatibility with the Rube execution engine.