curated-automation

Automate Curated operations through Composio's Curated toolkit via Rube MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Curated platform operations by providing a standardized, automated interface for tool discovery, connection management, and execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically identifies available tools and schemas via Rube MCP to ensure compatibility.
  • Connection Management: Handles the lifecycle of Curated toolkit connections, ensuring active status before task execution.
  • Workflow Execution: Supports multi-step automation patterns including tool search, connection verification, and multi-tool execution.

Quick Start

Use the curated-automation skill to search for available tools and execute a workflow for your specific Curated task.

Frequently Asked Questions about curated-automation

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

FAQPage Schema
How do I discover available Curated tools?

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

How to verify if my Curated connection is active?

Use the RUBE_MANAGE_CONNECTIONS command with the 'curated' toolkit parameter to check the current connection status and follow the provided authentication link if the status is not active.

Can I execute multiple tools in one workflow?

Yes, use the RUBE_MULTI_EXECUTE_TOOL command to run multiple tools sequentially or in parallel, ensuring you provide the required memory parameter and a valid session ID.

Why should I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and slugs are subject to change; calling RUBE_SEARCH_TOOLS ensures you are using the most current, schema-compliant arguments for your specific task.

What is the purpose of the memory parameter?

The memory parameter is a required field in RUBE_MULTI_EXECUTE_TOOL calls that maintains state across tool executions, even if the object is empty.