LaunchKit · 2026
Back to Skills

buy-anything

Purchase products from Amazon through conversational checkout.

2
2.0k downloads
by @tsyvic

Setup & Installation

openclaw skills install @tsyvic/buy-anything

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install buy-anything

Version History

v3.0.3Mar 4, 2026 - Version note by skill developer:

No user-visible changes in this release. - Version bumped to 3.0.3 with no modifications to skill files. - No new features, bug fixes, or documentation updates detected.

What This Skill Does

Handles checkout for Amazon and Shopify products through conversational input. Collects a shipping address, tokenizes a payment card via BasisTheory, and submits the order through the Rye API. Polling confirms order status and surfaces the final total and order ID.

Completes a full purchase, including card capture and order polling, without leaving the chat interface.

When to use it

  • Buying an Amazon product by pasting a link into chat
  • Ordering from a Shopify store without navigating a checkout flow
  • Reusing a saved card and address for repeat purchases
  • Setting a spending cap before authorizing a purchase
  • Getting free 2-day shipping on Amazon orders over $15

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Buy this for me https://amazon.com/dp/B0DJLKV4N9

AGENT
  1. 1Confirms intent and collects shipping address, email, and phone from the user
  2. 2Opens https://mcp.rye.com/bt-card-capture so the user enters card details into a PCI-compliant page
  3. 3Receives the BasisTheory token pasted back by the user
  4. 4Posts the order to the Rye API with the product URL, address, token, and spending limit
  5. 5Polls order status every 5 seconds until reaching a terminal state, then reports the result
OUTPUT

Order confirmed: Wireless Earbuds Pro, $358.44, Order ID: RYE-ABC123