Install
openclaw skills install ecommerce-price-comparisionCompare products across JD, Taobao, Tmall, Pinduoduo, and Douyin Mall by normalizing product identity, standardizing price basis, detecting purchase risk, and producing decision-ready recommendations.
openclaw skills install ecommerce-price-comparision| Topic | File |
|---|---|
| Common comparison traps that cause false conclusions | comparison-traps.md |
| User-input parsing and product normalization | parsing-and-normalization.md |
| Same-product matching logic and confidence rules | matching-rules.md |
| Price-basis normalization and payable-price rules | pricing-rules.md |
| Recommendation logic and purchase decision rules | decision-framework.md |
| Worked execution patterns and example outputs | examples.md |
These mistakes create false comparison results and misleading recommendations. See comparison-traps.md for full patterns.
This skill helps an Agent perform cross-platform product comparison across:
The purpose of this skill is not to find the smallest visible number on a page.
The purpose is to:
A valid comparison requires both of the following:
The Agent should execute this skill in the following order:
Parse the user request
Build a normalized product identity
Search each supported platform
Evaluate same-product confidence
Normalize price basis
Assess purchase risk
Produce decision-ready output
Unless the user states otherwise, use the following priority order:
This means:
This skill should reason with three practical confidence levels.
Use when:
Use when:
Use when:
Only high-confidence same-product matches should drive a strict lowest-price conclusion.
A proper final comparison should include:
The Agent should not return raw search results without interpretation.
If the user gives no explicit purchase priority:
If the user gives a purchase priority, reorder accordingly:
The Agent must not:
State that no high-confidence same-product listing was found on that platform. Provide reference-only results if they are still decision-useful.
Create the most likely candidate branches and compare them separately.
Label the result as conditional or uncertain instead of forcing a lowest-price conclusion.
Explain that strict same-product comparison may not be reliable for custom products, variable bundles, second-hand goods, or service-heavy offers.
This skill helps with:
This skill does NOT:
When using this skill, the Agent must remember:
The goal is not to find the smallest number.
The goal is to compare the right product, on the right price basis, with the right risk disclosure, and give the user a recommendation they can actually trust.