modelry-automation

Automate Modelry tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:22

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-modelry-automation&locale=en&source=copy

Modelry Automation

Skill Overview


Modelry Automation is a Claude skill that automates Modelry actions via Rube MCP. It lets you discover, connect to, and execute Modelry tools without needing an API key.

Use Cases

1. Automating Repetitive Modelry Tasks


When you need to frequently perform the same Modelry operations, this skill uses RUBE_MULTI_EXECUTE_TOOL to enable batch automation, reducing manual effort and improving efficiency.

2. Integrating a Dynamic Tool Architecture


The architecture of Modelry tools changes often. This skill uses RUBE_SEARCH_TOOLS to always fetch the latest tool architecture and parameter definitions, avoiding execution failures caused by hard-coded definitions.

3. Quick Integration Without API Keys


You only need to add the Rube MCP server endpoint in your Claude client configuration to start using Modelry tools—no need to request or manage API keys.

Core Features

1. Intelligent Tool Discovery


Using RUBE_SEARCH_TOOLS, the skill automatically searches for and discovers available Modelry tools, fetching the latest tool architecture, input parameters, execution plans, and known issues. This ensures your automation workflows always use the correct tool definitions.

2. Connection Management


With RUBE_MANAGE_CONNECTIONS, it continuously checks the Modelry connection status. If the connection is not activated, it guides you through the authorization flow automatically and verifies that the connection is ready before the workflow starts.

3. Multi-Tool Execution


Using RUBE_MULTI_EXECUTE_TOOL, execute multiple Modelry tools in batches. It supports session reuse and memory management, enabling you to build complex automation workflows.

FAQs

How do I get started with Modelry Automation?


First, add the Rube MCP server (https://rube.app/mcp) to your Claude client configuration, then use RUBE_SEARCH_TOOLS to verify the connection is available. On first use of Modelry, the system will guide you through completing the authorized connection. After that, you can use all features normally.

Why must I call RUBE_SEARCH_TOOLS first?


Modelry tool architectures and parameters are updated frequently. Hard-coding tool definitions can lead to execution failures. RUBE_SEARCH_TOOLS always returns the latest tool architecture, ensuring your automation workflows stay in sync with the current Modelry version.

How should I handle batch operations and pagination?


For batch operations, use RUBE_MULTI_EXECUTE_TOOL and pass multiple tool configurations. Check the tool responses for pagination markers—if present, continue calling the tool until you retrieve the complete data. This skill supports session ID reuse, allowing repeated calls to related tools within the same workflow.



Powered by Composio