Install
openclaw skills install china-shoppingRecommend suitable Chinese shopping platforms for a user-provided product type, product name, or shopping need. Use when the user asks where to buy something...
openclaw skills install china-shoppingRecommend suitable Chinese shopping platforms based on product category and shopping intent.
This is a lightweight Python-backed skill. It uses a local Python script plus bundled JSON data to map product names to shopping categories and recommend suitable Chinese e-commerce platforms.
It does not perform live browsing, real-time price checks, or seller verification. For live page inspection, real-time pricing, or store-level comparison, switch to browser-based workflows instead of pretending this skill does live retrieval.
Require:
python3Do not require:
jqchina-shopping.py — local CLI implementationdata/categories.json — category and platform recommendation datadata/product_mapping.json — product keyword mappingdata/general_fallback.json — fallback recommendationsRead these references as needed:
references/category-guide.md for category-to-platform guidancereferences/output-patterns.md for answer structureIdentify the product category or shopping intent.
Use the local Python implementation when execution is appropriate.
python3 china-shopping.py recommend "<product>" for the default recommendation flow.python3 china-shopping.py categories when the user wants to inspect supported categories.Explain the recommendation.
Add practical guidance.
Use this structure unless the user asks for something else:
List the most suitable 2-4 platforms.
Explain why each platform fits the product or need.
State which platform is the strongest default recommendation.
Mention important cautions, such as seller quality differences, authenticity risk, or category-specific trade-offs.
Give a practical buying suggestion in plain language.
Do:
Do not: