Recommend 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 structurepython3 china-shopping.py recommend "" for the default recommendation flow.python3 china-shopping.py categories when the user wants to inspect supported categories.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:
共 2 个版本