amazon

Automates Amazon shopping workflows including search, cart handling and checkout verification via live browser selectors.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill amazon-lespaceman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amazon
Source: https://github.com/lespaceman/athena-workflow-marketplace/tree/main/plugins/site-knowledge/skills/amazon
Command: npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill amazon-lespaceman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates repetitive Amazon shopping workflows (search, product navigation, adding to cart, and testing flows) to reduce manual browser work.

Core Features & Use Cases

  • Router for live browser interactions; loads agent-web-interface-guide; uses bundled reference for flow guidance; derives live selectors; accounts for region and seller variations; provides guardrails before checkout.
  • Use cases include automating product searches, comparing results, selecting items, and validating cart contents across regions.
  • References the heuristics in references/amazon.md to adapt to page structure changes.

Quick Start

Load the agent-web-interface-guide before using browser MCP tools and refer to references/amazon.md for page heuristics to begin automation.

Frequently Asked Questions about amazon

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

FAQPage Schema
How do I automate Amazon shopping flows in a browser?

Amazon web automation handles modal interruptions and regional variations by deriving live selectors during browser interaction and referencing heuristics to adapt to page structure changes dynamically.

Can I use this to compare Amazon products across different regions?

Yes, Amazon automation supports comparing results and validating cart contents across regions and seller options by referencing heuristics that adapt to regional page structure variations.

What do I need to set up before automating Amazon checkout steps?

Before automating Amazon checkout, load the agent-web-interface-guide to enable browser MCP tools, then reference the heuristics file to establish guardrails and derive live selectors for the checkout flow.

Why do my Amazon automation selectors break when the page layout changes?

Amazon automation selectors break on layout changes because static selectors fail; this Skill derives live selectors during browser interaction and uses heuristics references to adapt to page structure changes.

Does Amazon web automation include guardrails before completing checkout?

Yes, Amazon web automation includes built-in guardrails before checkout to prevent unintended purchases, ensuring cart contents are validated and the checkout process is verified safely.