/

Product

Your OpenClaw Agent Can Now Buy Anything — Powered by Rye

Arjun Bhargava

Co-founder and CEO @ Rye

7 minutes read

The buy-anything OpenClaw skill lets AI agents purchase from Amazon and Shopify via Rye's Universal Checkout API. V2 live with order tracking and more.

TL;DR / Key Takeaways

  • The buy-anything OpenClaw skill lets your agent purchase any Amazon or Shopify product through Rye's Universal Checkout API — no browser scraping, no Amazon login required.

  • v2 is live with expanded Shopify support, improved secure payments (no card numbers ever touch the chat), and real-time order status polling.

  • OpenClaw enthusiast Ryan Eade has replaced his entire Alexa-based purchasing workflow with this skill, calling it "100x better."

  • Ryan just demoed the skill live on the Retailgentic podcast, hosted by ReFiBuy CEO Scot Wingo — successfully completing one of the hardest agentic commerce challenges the host could design.

  • The skill is free to install. Get started →

The Problem: Agents Can't Buy From Amazon

OpenClaw is the fastest-growing open-source AI agent in history — and its community of builders is extending it into every corner of daily life, from managing calendars to controlling smart homes. But there's one frontier that has frustrated the OpenClaw community from day one: actually buying things.

Amazon is notoriously hostile to bots. Browser-scraping agents break constantly against its anti-automation defenses. And giving your AI agent raw access to your Amazon credentials? That's a security minefield.

This isn't just an Amazon problem, either. We just wrote about OpenAI scaling back native checkout inside ChatGPT after only ~12 of Shopify's millions of merchants went live with the feature. The structural bottleneck is the same: protocol-based approaches that require merchant opt-in don't scale. Whether it's ChatGPT or OpenClaw, agents need checkout infrastructure that works with the web as it exists today — not as protocols hope it will look in the future.

That's the core infrastructure problem we've been solving at Rye. Our Universal Checkout API turns any product URL into a completed checkout — handling pricing, tax, shipping, and order placement — without requiring browser automation on the agent's side or merchant opt-in on the seller's side.

We built the buy-anything skill to solve this — and with v2 now live, it's becoming the default way OpenClaw users purchase from Amazon and Shopify.

How buy-anything Works

The skill wraps Rye's Universal Checkout API into a conversational flow that any OpenClaw agent can use. Here's what happens under the hood:

  1. User shares an Amazon or Shopify product URL (or just says "buy this").

  2. The agent collects shipping info — or pulls it from OpenClaw's persistent memory if the user has saved it before.

  3. Card details are securely tokenized through Stripe — no card numbers ever touch the chat. PCI compliance stays off the agent developer's plate entirely.

  4. Rye's API handles everything else — product validation, pricing, tax calculation, shipping, and order placement.

  5. The agent polls order status and returns a confirmation with order details and total.

The critical design decision: the skill never tries to scrape or fetch the Amazon page. It passes the URL to Rye, and Rye handles the rest. This is what makes it reliable where browser-scraping approaches fail.

Architecture diagram showing the buy-anything OpenClaw skill flow: user shares product URL, agent collects shipping info, Stripe tokenizes payment, Rye Universal Checkout API handles product validation, pricing, tax, order placement, and status polling across Amazon and Shopify merchants, resulting in a confirmed order with spending limits enforced.

What's New in v2

Based on community feedback — including directly from users like Ryan Eade — v2 ships with several significant improvements:

Expanded store support (Shopify). The skill now works with Shopify merchants in addition to Amazon, dramatically expanding the catalog of products your agent can purchase. Any Shopify store URL works the same way — pass the URL, Rye handles checkout. And unlike most agentic commerce flows, Shopify purchases go through credit card passthrough — the merchant charges the shopper directly and remains the merchant of record. No intermediary, no third-party billing. This is one of the first truly native agentic checkout experiences available anywhere.

Improved secure payment process. No card numbers ever touch the chat. Card details are tokenized through Stripe before they reach any part of the system — the Rye API, the agent, and the LLM provider never see raw card data.

Order status polling. The skill now polls order status after submission to provide real-time updates to the user. No more switching to email or a separate tracking app — your OpenClaw agent can give you updates on order status automatically.

Spending limits. Before the first purchase, the skill prompts users to set a maximum purchase price. The API rejects any order that exceeds it — a guardrail that matters when you're giving an AI agent purchasing power.

As Ryan put it when we shared the v2 updates: "Awesome updates; very excited to see Shopify support and the new features… order status polling was something I wondered about; glad to see it!"

Demoed Live on the Retailgentic Podcast

Talk is cheap — demos are what matter. Ryan just appeared on the Retailgentic podcast, hosted by ReFiBuy CEO Scot Wingo, to put the skill through its paces live.

Scot didn't go easy. He designed three challenges specifically to break agentic commerce systems:

Challenge 1: Find the best price on a product across online and local stores. Local inventory lookups at retailers like Walmart and Target are notoriously complex for agents — requiring store-by-store iteration through locator tools.

Challenge 2: Buy something from Amazon. The challenge that breaks every browser-scraping demo. Scot even threw in his go-to hard-to-match product — Veggiedent dog treats, which come in multiple size and freshness variations that have historically tripped up every agentic commerce bot he's tested.

Challenge 3: VisionClaw. Using Ray-Ban META glasses connected to OpenClaw, look at a physical object, identify it, search for it, and order it — all by voice.

The buy-anything skill powered by Rye handled Challenge 2. As Scot wrote in his recap: "Rye offered the best solution for solving the Amazon problem."

Ryan's assessment after the episode dropped:

"My OpenClaw does all the work for me now — it is 100x better than my previous flow utilizing Alexa."

Why This Matters for Agentic Commerce

The buy-anything skill isn't just a neat demo. Ryan has made real purchases through his OpenClaw agent — products found, checked out, and delivered to his door, all executed through Rye's checkout infrastructure. This is agentic commerce working in production: an AI agent completing real transactions on the open web, not a scripted walkthrough on a conference stage.

That matters because the two dominant approaches to agentic checkout are both hitting walls. As we detailed in our analysis of OpenAI scaling back ChatGPT checkout, the protocol-based approach has stalled. ACP and UCP require merchants to explicitly opt in, integrate their catalogs, and maintain synchronized data feeds. Even with Shopify handling the heavy lifting for OpenAI, adoption stalled at a handful of merchants.

Browser scraping is fundamentally fragile on the other end. Every agent that tries to navigate Amazon's checkout flow is fighting a system specifically designed to stop it. That approach doesn't scale, doesn't maintain reliability, and puts user credentials at risk.

API-first checkout — where the agent passes a product URL and payment token to a reliable backend — is the architecture that actually works. It's why Rye exists: to be the checkout layer that agents call, so they can focus on the parts they're good at (understanding intent, researching products, making recommendations) instead of wrestling with anti-bot systems or waiting for merchants to adopt protocols.

Get Started

Install the skill:

Or browse the skill page: clawhub.ai/tsyvic/buy-anything

You'll need a Rye API key — sign up takes under a minute.

Want to build your own agent with checkout capabilities? Start with our docs or check out the LLM Quickstart guide to get building with AI assistance.

Install the skill:

Or browse the skill page: clawhub.ai/tsyvic/buy-anything

You'll need a Rye API key — sign up takes under a minute.

Want to build your own agent with checkout capabilities? Start with our docs or check out the LLM Quickstart guide to get building with AI assistance.

Install the skill:

Or browse the skill page: clawhub.ai/tsyvic/buy-anything

You'll need a Rye API key — sign up takes under a minute.

Want to build your own agent with checkout capabilities? Start with our docs or check out the LLM Quickstart guide to get building with AI assistance.

Frequently Asked Questions

Does buy-anything work with products other than Amazon?

Yes — v2 adds Shopify support. Any Shopify store URL works the same way as Amazon. Rye's Universal Checkout API supports a growing catalog of merchants across both platforms.

Is it safe to give my OpenClaw agent my credit card?

The skill tokenizes your card through Stripe before any data reaches the Rye API, the agent, or the LLM provider. No card numbers ever touch the chat. That said, any agent with purchasing power carries inherent risk — the spending limit feature in v2 is an important guardrail.

Can I track my order after purchase?

Yes — v2 includes order status polling. The skill automatically checks order status after submission and provides real-time updates.

How is this different from browser-scraping approaches?

Browser scraping requires the agent to navigate the merchant's full checkout flow, which breaks frequently (especially on Amazon). The buy-anything skill calls Rye's API directly — no browser automation, no CAPTCHA battles, no credential exposure. It's the difference between screen-scraping a banking website and calling the bank's API. For a technical deep-dive on how this works, see our Universal Checkout API architecture.

Want to see Rye's checkout infrastructure in action? Explore the docs →

Stop the redirect.
Start the revenue.

Stop the redirect.
Start the revenue.

Stop the redirect.
Start the revenue.

© 2025 Rye Worldwide, Inc. All rights reserved.