retailed-automation

Automate Retailed operations using Rube MCP toolkits for workflow execution and connection management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Retailed operations by providing a standardized interface to discover, connect, and execute tools through the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and execution plans for Retailed operations.
  • Connection Management: Verify and maintain active authentication states for Retailed toolkits.
  • Workflow Execution: Execute multi-step operations using discovered tool slugs and schema-compliant arguments.

Quick Start

Call the RUBE_SEARCH_TOOLS function to discover available Retailed operations for your current task.

Frequently Asked Questions about retailed-automation

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

FAQPage Schema
How do I find available Retailed tools?

Use the RUBE_SEARCH_TOOLS command with a specific use case query to retrieve a list of available tool slugs, input schemas, and recommended execution plans for Retailed operations.

How do I verify my Retailed connection status?

Call RUBE_MANAGE_CONNECTIONS with the 'retailed' toolkit parameter to check if your connection is ACTIVE before attempting to execute any workflows.

What should I do if a tool execution fails?

Ensure you have called RUBE_SEARCH_TOOLS first to get the most current schema, verify your connection is ACTIVE, and confirm that your arguments strictly match the required schema types.

Can I reuse session IDs for different workflows?

No, you should reuse session IDs only within a single workflow. Generate new session IDs for each distinct workflow to ensure proper state management and audit logging.