
China Shopping
from OpenClaw Skills Archive3,879
Recommend the best Chinese e-commerce platforms for a given product type or shopping intent, with reasons and practical buying advice.
What it does
This skill recommends suitable Chinese e-commerce platforms (Taobao, JD, Pinduoduo, Tmall, Suning, etc.) for a given product, category, or shopping intent. It maps product names to categories using bundled JSON data and explains why each platform fits, trade-offs, and next steps the user should take (seller checks, authenticity, shipping). The skill is backed by a small Python CLI for local recommendation logic; it does not do live price checks or browsing.
When to use it
Use this skill when a user asks where to buy a specific item in China, wants platform recommendations by category (electronics, clothing, groceries, beauty), or asks for shopping guidance like "哪里买比较合适" or "推荐购物网站". Ask one clarifying question if the product description is too broad.
What's included
- Scripts: china-shopping.py (local CLI recommender)
- Data: data/categories.json, data/product_mapping.json, data/general_fallback.json
- References: category-guide.md and output-patterns.md for decision logic and answer structure
- Instructions: workflow notes on identifying category, using the CLI, structuring the response (Recommended Platforms / Why / Best Choice / Caveats / Final Advice)
Compatible agents
Best for agents that can run lightweight local scripts (python-backed skills) and deliver text recommendations: Claude Code, Copilot-style agents, Cursor-like assistants that support local script execution.






