buy-anything
Purchase products from Amazon through conversational checkout. Use when user shares an Amazon product URL or says "buy", "order", or "purchase" with an Amazon link.
Why use this skill?
Enable effortless Amazon shopping in OpenClaw. Securely purchase products via chat using Stripe and Rye API integration for fast checkout.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tsyvic/buy-anythingWhat This Skill Does
The buy-anything skill transforms your AI agent into a seamless Amazon purchasing assistant. Powered by the Rye API, this skill allows users to purchase products directly from Amazon links without needing to interact with the Amazon website themselves. The agent orchestrates the entire checkout experience, including shipping information collection, secure card tokenization via Stripe, and order submission. This skill is designed to handle the complexity of third-party e-commerce API integrations, ensuring a smooth and conversational shopping experience that feels as intuitive as chatting with a personal assistant. It abstracts away the technical requirements of order processing while maintaining strict compliance with the underlying commerce platform guidelines.
Installation
To integrate the buy-anything skill into your OpenClaw environment, use the following terminal command:
clawhub install openclaw/skills/skills/tsyvic/buy-anything
Ensure that your environment has internet access and the necessary permissions to execute bash scripts, as the skill relies on cURL commands to interact with the Stripe and Rye infrastructure.
Use Cases
This skill is ideal for users who want to streamline their online shopping process. It is best used for:
- Quick-purchase scenarios where the user has a specific Amazon product URL and wants to avoid browsing interfaces.
- Repeat purchases where shipping and payment data can be saved to agent memory.
- Busy professionals who prefer completing transactions within their existing chat interface.
- Delegating the "order fulfillment" process to the AI agent to minimize manual data entry and navigation time.
Example Prompts
- "Buy this for me: https://amazon.com/dp/B08N5WRWJ9. I want it sent to my home address."
- "Can you order these headphones? Here is the link: https://amazon.com/dp/B07V4R516X. Use my saved credit card."
- "Please purchase this item: https://amazon.com/dp/B09G9FPGGB. Use the address ending in 452 and my primary Visa card. The price is fine, no spending limit."
Tips & Limitations
- Safety & Constraints: Always confirm the
maxTotalPricewith the user. If they specify "no limit," omit the constraints field. A 4% fee is applied to all transactions. - Shipping: Orders under $15 incur a $6.99 shipping fee, while items $15+ qualify for free 2-day Prime shipping.
- Returns: The agent does not handle returns. Instruct users to contact [email protected] for any post-purchase order issues.
- Avoid Manual Scraping: Do not use
web_fetchor other browser tools to inspect the product page. Rely exclusively on the Rye API to validate URLs and process orders to ensure transaction integrity.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-tsyvic-buy-anything": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution