modelry-automation

Automate Modelry operations and workflows using the Rube MCP gateway for tool execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Modelry 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 Modelry connections to ensure reliable tool execution.
  • Use Case: Use this skill to automate complex Modelry workflows by chaining tool discovery, connection validation, and multi-tool execution in a single session.

Quick Start

Use the modelry-automation skill to discover available tools and execute a specific Modelry task in your current session.

Frequently Asked Questions about modelry-automation

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

FAQPage Schema
How do I connect Modelry to my agent?

Connect Modelry by calling RUBE_MANAGE_CONNECTIONS with the 'modelry' toolkit slug. If the status is not ACTIVE, follow the provided authentication link to authorize the connection.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and arguments change frequently. Calling RUBE_SEARCH_TOOLS ensures you have the most current tool slugs and input requirements before attempting execution.

Can I reuse session IDs for different tasks?

Reuse session IDs within a single, continuous workflow to maintain state. Generate new session IDs for distinct, unrelated tasks to prevent data contamination.

What should I do if tool execution fails?

Verify the connection status using RUBE_MANAGE_CONNECTIONS and ensure the memory parameter is included in your RUBE_MULTI_EXECUTE_TOOL call, even if it is an empty object.