amazon-automation

Automate Amazon operations through the Rube MCP gateway using structured tool discovery and execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Amazon's complex interface by providing a standardized, programmatic way to execute operations through the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current tool schemas to ensure compatibility with Amazon's evolving API.
  • Secure Connection Management: Manage and verify active Amazon connections directly within your agent workflow.
  • Use Case: Automate bulk order tracking or inventory updates by discovering the relevant Amazon tools and executing them in a single, authenticated session.

Quick Start

Use the amazon-automation skill to discover available tools and execute an Amazon operation for your current session.

Frequently Asked Questions about amazon-automation

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

FAQPage Schema
How do I find available Amazon tools?

Call the RUBE_SEARCH_TOOLS command with an Amazon-specific use case to retrieve a list of available tool slugs, input schemas, and execution plans.

How to verify my Amazon connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'amazon' toolkit parameter to check if your connection is currently ACTIVE before attempting any operations.

Does this skill support bulk Amazon operations?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH command combined with the run_composio_tool function for efficient task processing.

Why must I search for tools before executing?

Tool schemas on the Amazon platform change frequently, so searching first ensures you use the correct tool slugs and arguments to prevent execution errors.

What should I do if my Amazon connection is inactive?

If the connection status is not ACTIVE, follow the authentication link returned by the RUBE_MANAGE_CONNECTIONS command to re-authorize your Amazon account.