amazon-automation
Automate Amazon tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
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
Core Features
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.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.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.