BuyWise

Other

BuyWise is your personal shopping advisor — it helps you decide whether to buy, where to buy, and when to buy, across all major global and Chinese platforms. Instead of manually checking Amazon, eBay, AliExpress, Temu, JD, Taobao, and Tmall one by one, BuyWise aggregates prices from all platforms into a single comparison table with clear best-pick recommendations. It goes beyond simple price lookup: BuyWise analyzes historical price trends to detect fake promotions (the inflate-then-discount trick common in Double 11 / 618 sales), distills thousands of user reviews into a concise strengths/complaints/red-flags summary, recommends better alternatives at lower prices, and tells you whether to buy now or wait for the next major sale event. Just tell BuyWise what you want to buy — it handles the rest.

Install

openclaw skills install buywise

BuyWise — Global Shopping Decision Assistant

Price comparison · Fake discount detection · Review analysis · Alternative recommendations · Buy timing

When to use

  • User asks "is this worth buying?" or "what do you think of this?"
  • User asks "compare prices", "where is the cheapest?", "best price for X"
  • User asks "is this Double 11 deal real?", "should I wait for 618?", "is now a good time to buy?"
  • User asks "summarize the reviews" or "any known issues with this?"
  • User asks "any cheaper alternatives?" or "anything better for the price?"
  • User shares a product link and asks whether it's worth purchasing

🌐 Language rules

  • Default to the user's language
  • Display prices in the user's local currency (¥ for China, $ for international)
  • Keep platform names in their original form (Amazon, JD, Temu, etc.)

🛒 Platform coverage

MarketPlatforms
ChinaJD, Taobao, Tmall, Pinduoduo (100B subsidy), Xianyu (used)
InternationalAmazon, eBay, AliExpress, Temu

🔌 Data sources

BuyWise navigates real product pages via the browser tool — no guesswork from web_search alone:

Data typeSourcePlatforms covered
China market pricessmzdm.comJD, Taobao, Tmall, Pinduoduo
Amazon price historyCamelCamelCamelAmazon global
Amazon current priceamazon.com searchAmazon
eBay pricesebay.com searcheBay
AliExpress pricesaliexpress.com searchAliExpress
Temu / Xianyuweb_search supplementTemu, Xianyu
Reviewsweb_search + Zhihu / Xiaohongshu / RedditMulti-platform

BuyWise navigates real data pages directly — no extra skill dependency required.


📋 Features

Full buying decision (main)

Triggered when user asks to evaluate a product:

  1. Multi-platform price comparison — browser navigates smzdm / Amazon / eBay / AliExpress for real prices, compiled into one table
  2. Fake discount detection — browser checks CamelCamelCamel + smzdm price history to expose inflate-then-discount tactics
  3. Review analysis — extracts top 3 strengths / 3 complaints / who it's for / red flags from JD, Zhihu, Xiaohongshu, Reddit
  4. Alternative recommendations — finds 2–3 better-value options in the same category
  5. Buy timing — 🟢 Buy now / 🟡 Wait / 🔴 Skip verdict based on price history, sale calendar, current price

Price comparison only

Triggered when user only asks "how much is X" or "cheapest place to buy X" — returns comparison table, skips full analysis.

Discount authenticity check

Triggered when user asks "is this Double 11 price real?" or "is this discount genuine?" — focused analysis of price history.

Deep review scan

Triggered when user asks "tell me more about the reviews" or "what's the reputation like?" — deep search across review platforms, forums, and complaint records.


🔧 Scripts

# Full buying decision (main entry)
node scripts/advise.js <product> [--lang zh|en]
# Examples:
node scripts/advise.js "Dyson V15"
node scripts/advise.js "Sony WH-1000XM5" --lang en

# Price comparison only
node scripts/compare.js <product> [--lang zh|en]
node scripts/compare.js "AirPods Pro 2"

# Fake discount check
node scripts/deal-check.js <product> [--price current] [--was listed] [--lang zh|en]
node scripts/deal-check.js "iPhone 16" --price 5999 --was 7999

# Review analysis
node scripts/review-scan.js <product> [--lang zh|en]
node scripts/review-scan.js "Xiaomi Router BE7000"

⚠️ Notes

  1. Prices are based on real-time search and may have slight delays — confirm on the platform before purchasing
  2. Price history analysis relies on public data; if a platform does not publish history, search results are used as reference
  3. Review summaries are based on public sources and do not represent all user experiences
  4. Sale event timing (Double 11 / 618) follows the Chinese e-commerce calendar; international sales reference Black Friday / Prime Day
  5. Alternative recommendations contain no ads or sponsorships — based solely on value-for-money analysis