retailed-automation

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

Install

Hot:42

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-retailed-automation&locale=en&source=copy

Retailed Automation - Automate E-commerce Operations with Rube MCP

Skill Overview


Retailed Automation is a skill that automates Retailed e-commerce operations using Composio’s Rube MCP services. It helps users complete tasks such as bulk product management, order processing, and data synchronization without writing code.

Use Cases


  • E-commerce Operations Automation: When you need to periodically update product information in bulk, sync inventory, or process orders, this skill automatically performs these repetitive tasks, saving manual effort.
  • Data Synchronization and Integration: When you need to keep Retailed data in sync with other systems (such as ERP, CRM, or databases), this skill can automatically pull and push data to ensure information consistency.
  • Workflow Orchestration: For complex multi-step tasks (e.g., product listing → inventory setup → price publishing), this skill supports chaining multiple Retailed operations to achieve end-to-end automation.
  • Core Features


  • Dynamic Tool Discovery: Uses RUBE_SEARCH_TOOLS to automatically retrieve the currently available Retailed tool list and the latest schema. This ensures the correct API structure is always used, avoiding execution failures due to interface changes.
  • Connection Management and Validation: Provides RUBE_MANAGE_CONNECTIONS to check and maintain the Retailed service connection status. It automatically validates connection availability before executing tasks, ensuring stable workflow runs.
  • Bulk Task Execution: Supports running bulk operations and complex workflows via RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH, allowing multiple Retailed objects to be handled at once or multiple steps to be executed sequentially.
  • Common Questions

    What prerequisites are needed to use Retailed Automation?


    To use this skill, first add the Rube MCP server (https://rube.app/mcp) to the client configuration—no API key is required. After configuration, use RUBE_MANAGE_CONNECTIONS to establish the Retailed connection and ensure the status is ACTIVE. On first use, you may need to complete Composio account binding through the authorization link returned.

    How can I get the latest schema for Retailed tools?


    Before each workflow execution, call RUBE_SEARCH_TOOLS to query the currently available tools. This API returns the tools’ correct slugs, input parameter formats, recommended execution plans, and known pitfalls. Since the API schema may be updated, it is not recommended to hard-code tool names or parameter structures.

    What types of operations can Retailed Automation perform?


    The specific available tools depend on what the Retailed toolkit currently offers. Typically, this includes product management (create, update, delete), inventory operations, order processing, data queries, and more. Before use, provide a specific scenario (e.g., “product listing” or “order lookup”) to RUBE_SEARCH_TOOLS; the system will return a matching tool list and execution recommendations.