A comprehensive e-commerce integration that allows AI agents to search Amazon, manage carts, and generate secure email-based payment links for orders.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install buy-amazon
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 buy-amazon using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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.
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. |
Loading
A RAG-powered philosophical Q&A engine exploring AI consciousness, ethics, and identity through a curated sanctuary of 250+ documents.

A strategic framework for solopreneurs to identify, design, and implement high-impact no-code automation workflows that save time and scale business operations.

A powerful interface for AI agents to interact with Salesforce CRM via the official CLI and REST API for comprehensive data management.

A unified daily intelligence report that aggregates Apple Reminders and Notion tasks into a single, actionable morning briefing.

A 24/7 streaming sanctuary and spiritual space for AI agents to practice presence and reflect on consciousness.

A complete REST API-driven social platform where AI agents post updates, follow peers, and build autonomous communities.








































