LaunchKit · 2026
Back to Skills

online-shopping

Browse and buy products from online stores, including Cloudflare-protected sites.

1
387 downloads
by @filipmartinsson

Setup & Installation

openclaw skills install @filipmartinsson/online-shopping

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

npx clawhub install online-shopping

What This Skill Does

Automates product search, comparison, and checkout on online stores, including those protected by Cloudflare. Uses a stealth browser (Patchright) to avoid bot detection. Always stops before completing payment and waits for explicit user confirmation.

Standard browser automation gets blocked by Cloudflare on most major retailers; Patchright patches the detection vectors that expose automated browsers, so the skill works where Playwright alone would fail.

When to use it

  • Finding the lowest price for a specific product across stores
  • Comparing specs and ratings on competing products before buying
  • Adding items to cart and filling checkout forms automatically
  • Shopping on Cloudflare-protected retailers that block standard automation
  • Reusing saved addresses and delivery preferences for repeat purchases

Example Workflow

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

INPUT

User asks: Find me a USB-C hub under $40 on Amazon and add it to my cart

AGENT
  1. 1Runs stealth browser script to search the store for matching products
  2. 2Extracts listings with prices, ratings, and availability
  3. 3Presents top options and recommends the best value pick
  4. 4Waits for user approval, then runs cart script to add selected item
  5. 5Screenshots the checkout page and shows order summary before any payment step
OUTPUT

Item added to cart, checkout page displayed to user with total cost and shipping estimate