Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Find me a USB-C hub under $40 on Amazon and add it to my cart
- 1Runs stealth browser script to search the store for matching products
- 2Extracts listings with prices, ratings, and availability
- 3Presents top options and recommends the best value pick
- 4Waits for user approval, then runs cart script to add selected item
- 5Screenshots the checkout page and shows order summary before any payment step
Item added to cart, checkout page displayed to user with total cost and shipping estimate