Automate the entire Amazon shopping lifecycle, from reordering essentials to processing returns, using browser-based AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install amazon-ordering
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install amazon-ordering using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Amazon Ordering skill leverages browser automation to handle e-commerce tasks directly within a Chrome instance. By integrating with Openclaw Skills, developers can create agents capable of searching order histories, placing new orders, and navigating the complex return flow without manual intervention.
This skill is built to work with the agent-browser CLI, utilizing the Chrome DevTools Protocol (CDP) to interact with the DOM, manage sessions, and handle persistent browser profiles. It streamlines procurement workflows for both individual users and automated procurement systems by providing a programmable interface to the Amazon storefront.
To get started with this skill in your Openclaw Skills environment, ensure the agent-browser CLI is installed and Chrome is running with the remote debugging port enabled.
# Start Chrome with remote debugging (macOS)
open -na "Google Chrome" --args --remote-debugging-port=9222
# Configure your environment variables
export AMAZON_SHIPPING_ADDRESS="Your shipping address"
export AMAZON_PAYMENT_METHOD="Your preferred card"
export AMAZON_RETURN_DROPOFF="Whole Foods"
The skill utilizes environment variables for configuration and maintains session persistence through a dedicated Chrome profile. Data is organized as follows:
| Attribute | Description |
|---|---|
AMAZON_SHIPPING_ADDRESS |
The default shipping destination used during the checkout verification step. |
AMAZON_PAYMENT_METHOD |
A string identifier for the preferred card or payment method to select in the wallet. |
AMAZON_RETURN_DROPOFF |
The preferred location (e.g., Whole Foods, UPS) for generating return labels and QR codes. |
chrome-agent profile |
Persistent session data stored at $HOME/.config/chrome-agent to keep the user logged in. |
snapshots |
Temporary image files captured during product navigation for user verification. |
Loading
A recursive optimization skill that enables AI agents to analyze their own performance and update their knowledge base automatically.

An automated gaming skill that allows AI agents to compete in 1v1 high-stakes matches for USDC rewards.

A comprehensive health integration that fetches, interprets, and charts WHOOP biometric data to optimize recovery and track fitness experiments.

A comprehensive tool for connecting brokerage accounts through SnapTrade to monitor balances and execute stock trades automatically.

A browser automation skill for purchasing, reordering, and processing returns on Amazon using an AI agent.

A specialized tool for managing Caddy-based reverse proxy routes with wildcard subdomain support and automated HTTPS for local services.








































