amazon
Buy and return items on Amazon using browser automation. Use for purchasing, reordering, checking order history, and processing returns.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brennerspear/amazon-shopperWhat This Skill Does
The Amazon skill for OpenClaw provides full-featured browser automation for managing your Amazon account. It enables your AI agent to navigate the Amazon interface to purchase items, reorder previously bought products, view order history, and handle complex returns flows. By leveraging the agent-browser tool, this skill mimics human behavior, ensuring you can automate routine shopping tasks while maintaining control over new purchases.
Installation
To install this skill, use the following command in your terminal:
clawhub install openclaw/skills/skills/brennerspear/amazon-shopper
Ensure that you have agent-browser installed and a Chrome instance running with the remote debugging port set to 9222. Configure your environment variables for AMAZON_SHIPPING_ADDRESS, AMAZON_PAYMENT_METHOD, and AMAZON_RETURN_DROPOFF to allow the agent to process checkouts and returns without constant manual input.
Use Cases
- Automated Reordering: Quickly trigger a purchase for items you have bought before by searching your order history and clicking the 'Buy it again' button.
- Hassle-free Returns: Automatically process returns by navigating the 'Return or replace items' flow. The agent will handle the multi-step questionnaire based on default preferences (such as 'Changed Mind' or 'My needs changed') and finalize the return, providing you with a summary once the QR code is ready.
- New Item Procurement: Facilitate the purchase of new items by allowing the agent to find products and present you with a visual confirmation via screenshot before committing to a checkout.
Example Prompts
- 'Find my last order for the printer paper and reorder it using my default payment method.'
- 'I need to return the desk lamp I ordered last week; please process that for me.'
- 'Can you look for a 10-foot USB-C cable and show me the price before I decide to buy it?'
Tips & Limitations
- Always verify: While the agent can automate checkout, always double-check the shipping address and payment method on the checkout page before the agent completes the transaction.
- Browser Management: Always use the
--new-tabflag when opening links to ensure the agent doesn't interfere with existing browser sessions. - Communication: To maintain a clean interface, the agent is designed to be silent during the return process and will only report back once the return is finalized. If an error occurs, the agent will prompt you for assistance.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brennerspear-amazon-shopper": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, data-collection
Related Skills
amazon
Buy and return items on Amazon using browser automation. Use for purchasing, reordering, checking order history, and processing returns.
flights
Search flights via Google Flights. Find nonstop/connecting flights, filter by time and cabin class, get booking links. Supports city names (NYC, London, Tokyo) with automatic multi-airport search. No API key required.
gog-safety
Build and deploy safety-profiled gogcli binaries with compile-time command removal. Use when setting up gog for an AI agent with restricted permissions — choosing between L1 (draft only), L2 (collaborate), or L3 (standard write). Covers building from PR
dev-serve
Start and manage tmux-backed dev servers exposed through Caddy at wildcard subdomains.
commit
Create a git commit with a contextual message based on current changes, then push the branch.