Taobao Competitor Analyzer
by @harrylabsj
Compare a Taobao product with JD.com, Pinduoduo, and Vipshop using browser-visible evidence only, then tell the user where it is actually worth buying. Use w...
clawhub install taobao-competitor-analyzer📖 About This Skill
name: taobao-competitor-analyzer description: Compare a Taobao product with JD.com, Pinduoduo, and Vipshop using browser-visible evidence only, then tell the user where it is actually worth buying. Use when the user wants to 查淘宝同款、比价、看竞品、分析值不值得买、判断哪个平台更划算、比较京东拼多多唯品会价格、找最低可见可比价、识别近似款风险, or get a cross-platform price check, buying recommendation, seller-risk comparison, or marketplace research report without using APIs.
Taobao Competitor Analyzer
Compare a Taobao product with the same or closest-matching listings on 京东、拼多多、唯品会 using the browser tool only. Work from a product name, collect visible listing information, and return a compact comparison with price evidence, match quality, buying recommendation, and risk notes.
What makes this skill useful:
When To Use
Use this skill when the user is effectively asking:
The skill should optimize for purchase decisions, not raw data collection.
Commerce Matrix
This skill is the cross-platform comparison node in the shopping matrix.
Prefer nearby skills when the task is narrower:
taobao-shopping for Taobao-only listing and seller evaluationjd-shopping for trust-first self-operated buyingpdd-shopping for low-price and subsidy-first buyingtianmao for flagship-store and authenticity-first buyingvip for branded discount and flash-sale buyingalibaba-shopping when the user first needs to choose between Taobao, Tmall, and 1688Workflow
1. Normalize the input product name. 2. If the input is only a Taobao-style long title, compress it into the smallest searchable core: - brand - model / series - size / spec / count - key variant 3. Search the exact or lightly simplified keyword on: - 京东 - 拼多多 - 唯品会 4. Stay in browser-driven flows only. Do not call site APIs, hidden JSON endpoints, app-only interfaces, or unofficial scrapers. 5. Extract the top relevant visible results from each site. 6. Prefer listings that match the same brand, model, spec, size, quantity, and packaging. 7. Score comparability first, then judge price. 8. End with a concrete recommendation: buy on which platform, wait, or avoid for now.
Input Rules
Require a product name as input.
Prefer one of these inputs:
If the product name is too broad, ask one short follow-up to narrow it, for example:
Good inputs:
Apple AirPods Pro 2维达抽纸 3层 100抽 24包耐克 Air Zoom Pegasus 41 男款Weak inputs that need clarification:
纸巾耳机运动鞋If the user pastes a very long Taobao title, do not ask them to rewrite it unless it is truly ambiguous. You should clean and normalize it yourself first.
Browser Execution Rules
Search Targets
Use the standard web search pages when possible:
If direct site search is unstable in browser, use a public search engine query constrained to the site, then open the most relevant visible result. Example pattern:
site:jd.com 商品名site:pinduoduo.com 商品名site:vip.com 商品名Still use browser navigation for the actual evidence collection.
Matching Rules
Treat listings as comparable only when the core attributes align.
Check, in order: 1. Brand 2. Product line / model 3. Variant 4. Size / weight / count 5. Seller type if obvious (official flagship, self-operated, marketplace seller)
If there is no close match on a platform:
未找到足够接近的同款近似款Decision Rules
Use this order of judgment:
1. Is it the same item or only a near match 2. Is the visible price directly comparable 3. Is the seller/store trust level similar 4. Are coupon, membership, subsidy, or group-buy conditions required 5. Are shipping speed and after-sales meaningfully different
Never recommend a cheaper platform when the cheaper listing is only cheaper because of:
What To Capture Per Site
Capture only information visible on the page. Prefer the first 1-3 relevant results.
For each selected listing, collect when visible:
Also capture, when visible and relevant:
Output Format
Return a decision first, then the evidence table.
Start with a short verdict block:
推荐平台最低可见可比价值不值得换平台主要原因风险点Then return a concise comparison table and short notes.
Use a table like this:
| 平台 | 商品标题 | 价格 | 规格/版本 | 店铺 | 匹配度 | 备注 | |---|---|---:|---|---|---|---| | 京东 | ... | ¥... | ... | ... | 高 | 同品牌同规格 | | 拼多多 | ... | ¥... | ... | ... | 中 | 规格接近,包装不同 | | 唯品会 | ... | ¥... | ... | ... | 低 | 仅找到近似款 |
Then add:
最低可见价 and platform可比性判断: high / medium / low风险提示: differences in package, seller, promo timing, membership price, shipping, or coupon requirements购买建议: 直接买 / 可等等 / 只建议在某平台买 / 暂不建议下单Interpretation Rules
标价 from coupon-after price when the page makes that distinction.当前不适合做强结论.Example Requests
帮我查一下“德芙黑巧克力 84g”在京东、拼多多、唯品会的价格对比一下“iPhone 16 Pro 256GB”在几个平台上的可见报价把这个淘宝商品名拿去京东、拼多多、唯品会搜同款,做个价格表这个淘宝商品有没有更便宜但靠谱的平台帮我判断这件商品有没有必要从淘宝换到京东买别只比价,也告诉我哪个平台更值得下单Failure Handling
If one or more sites cannot be accessed or searched reliably, still return a partial result and list:
If the evidence is partial, downgrade the recommendation strength:
强推荐弱推荐仅供参考无法判断Resource
references/site-notes.md when you need execution reminders for JD, Pinduoduo, and Vipshop search behavior and evidence standards.