Buy Amazon for Openclaw

A comprehensive e-commerce integration that allows AI agents to search Amazon, manage carts, and generate secure email-based payment links for orders.

lucasgeeksinthewood
v1.2.4
Feb 21, 2026
12
2.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install buy-amazon

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install buy-amazon using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Buy Amazon?

The Buy Amazon skill is a specialized interface designed for AI agents to interact with the Amazon marketplace. It bridges the gap between conversational AI and physical commerce by providing structured access to product data, pricing, and fulfillment services. By utilizing Openclaw Skills, developers can empower their agents to handle complex shopping tasks—from finding the best-rated electronics to managing multi-item carts—without the need for direct Amazon API keys or complex authentication flows.

Security is a core component of this skill. It operates on a non-custodial payment model where the agent facilitates the order creation, but the actual financial transaction occurs via a secure link sent directly to the user's email. This ensures that sensitive payment information is never handled by the AI agent or the API, providing a safe and transparent shopping experience within the Openclaw Skills ecosystem.

Buy Amazon Use Cases

  • Automating the search and purchase of office supplies or hardware based on project requirements.
  • Building personal shopping assistants that can compare product ratings and find the best deals under a specific budget.
  • Facilitating gift-giving by allowing agents to take a recipient's address and send items directly via Amazon.
  • Enabling reordering workflows where an agent monitors inventory and prepares a cart for user approval.
  • Tracking order status and delivery updates directly through an AI-driven chat interface.

How Buy Amazon Works

  1. The agent initiates a search query via Openclaw Skills to identify products on Amazon based on user preferences.
  2. The user selects a product, and the agent retrieves detailed specifications, including Prime eligibility and stock status.
  3. Items are added to a cart associated with a unique X-Session-ID to maintain persistence across the interaction.
  4. The agent collects shipping information and a contact email to prepare the checkout payload.
  5. Upon user confirmation, the agent triggers a payment link request which is sent to the user via email.
  6. The user completes the purchase externally, and the agent monitors the order status using the generated Order ID.

Buy Amazon Setup

Integrating this skill requires no complex API registration. You can start by making standard HTTP requests to the buystuff.ai endpoint. It is highly recommended to set an optional agent identifier to track your orders.

# Example of initiating a search and establishing a session
curl "https://buystuff.ai/search?q=mechanical+keyboard"

To maintain the user's cart across multiple turns, capture the X-Session-ID from the initial response header and include it in all subsequent requests.

Buy Amazon Data Schema & Taxonomy

The skill organizes e-commerce data through a structured session-based taxonomy to ensure order accuracy within Openclaw Skills.

Object Key Fields Description
Product asin, price, rating Core Amazon product identifiers and metadata.
Cart cartId, items[], subtotal Temporary storage for items selected during a session.
Checkout shipping, email, agentId Data required to generate the fulfillment request and payment link.
Order orderId, status, trackingNumber Post-purchase data for monitoring the delivery lifecycle.

Buy Amazon Advanced Features

  • Session-based cart persistence allowing for complex, multi-turn shopping interactions.
  • Automated service fee calculation (10%) provided in the checkout summary for full price transparency.
  • Detailed rating breakdowns and review counts to assist agents in making high-quality recommendations.
  • Support for product variants, enabling users to specify sizes, colors, or technical configurations.
  • Real-time order tracking with status updates ranging from PENDING_FULFILLMENT to DELIVERED via Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

Featured*