melo-automation

Automate Melo task operations through Rube MCP toolkits and structured execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Melo task automations by providing a standardized interface for tool discovery, connection management, and execution via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current tool schemas and execution parameters for Melo operations.
  • Connection Management: Verify and maintain active authentication states for Melo toolkits.
  • Workflow Execution: Execute multi-step tasks using discovered tool slugs and schema-compliant arguments.
  • Use Case: Use this to automate recurring Melo task updates or status checks without manually navigating the Melo dashboard.

Quick Start

Search for available Melo tools and execute the required task using the Rube MCP interface.

Frequently Asked Questions about melo-automation

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

FAQPage Schema
How do I discover available Melo tools?

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

How do I verify my Melo connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'melo' toolkit parameter to check if your connection is currently ACTIVE.

What should I do if my Melo tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and ensure your tool arguments strictly match the schema returned by RUBE_SEARCH_TOOLS.

Can I reuse session IDs for multiple tasks?

Yes, you should reuse session IDs within a single workflow for consistency, but generate new session IDs when starting entirely different automation workflows.