amazon-automation

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

Install

Hot:2

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-amazon-automation&locale=en&source=copy

Amazon Automation Skill - Execute Composio Toolkit Tools via Rube MCP Integration

Skill Overview


Automate Amazon operations in Claude using Composio’s Amazon toolkit and the Rube MCP server. No traditional API keys are required—just add the MCP endpoint to get started.

Use Cases

  • E-commerce Operations Automation: Suitable for Amazon sellers and e-commerce operators who need to handle orders in bulk, manage inventory, generate reports, and perform other day-to-day tasks. Relevant Amazon tools can be triggered with Claude natural-language instructions.
  • Fast Developer Integration: Suitable for developers who want to integrate Amazon functionality quickly. There’s no need to deal with complex AWS SDK configuration or API key management—development can proceed directly through Rube MCP’s standardized tool interfaces.
  • Data Fetching and Monitoring: Suitable for scenarios where Amazon data needs to be retrieved regularly, price changes monitored, or product information tracked. Scheduled tasks can automatically run data-fetching operations.
  • Core Features

  • Tool Discovery and Validation: Use RUBE_SEARCH_TOOLS to dynamically fetch the currently available list of Amazon tools and their input schemas. This ensures the latest tool architecture is always used and avoids call failures due to schema changes.
  • Connection Management: Use RUBE_MANAGE_CONNECTIONS to manage the Amazon account connection status. Supports querying the ACTIVE state and reactivating connections to ensure the account is properly authorized before tool execution.
  • Batch Tool Execution: Use RUBE_MULTI_EXECUTE_TOOL to run multiple Amazon operations within a single session. Supports orchestration of complex workflows and can be combined with RUBE_REMOTE_WORKBENCH for large-scale data processing.
  • Frequently Asked Questions

    What is Rube MCP? Do I need API keys?

    Rube MCP is an MCP (Model Context Protocol) server that provides access to the Composio toolkit. Using Rube MCP does not require Composio API keys. You only need to add the endpoint https://rube.app/mcp in your MCP client configuration. However, note that authorization for the specific Amazon account still must be done via Composio.

    How do I get started with the Amazon automation skill?

    First, make sure Rube MCP has been added to your MCP client configuration, then call RUBE_SEARCH_TOOLS to query the available Amazon tools. Next, use RUBE_MANAGE_CONNECTIONS to check or establish an Amazon connection. Once the connection status is ACTIVE, you can execute specific Amazon operations via RUBE_MULTI_EXECUTE_TOOL.

    Why must I call RUBE_SEARCH_TOOLS first?

    Composio’s tool schemas are updated from time to time. Hard-coding tool names and parameters may cause calls to fail. RUBE_SEARCH_TOOLS returns the latest tool schema, input patterns, and recommended execution plans, ensuring your code stays consistent with tools that are actually available. This is the key best practice for using this skill.