/install china-shopping
China Shopping
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.
Runtime requirement
Require:
python3
Do not require:
jq- shell helper scripts
- install scripts
- writable config or log paths
- credentials or API keys
Files used by this skill
china-shopping.py— local CLI implementationdata/categories.json— category and platform recommendation datadata/product_mapping.json— product keyword mappingdata/general_fallback.json— fallback recommendations
Read these references as needed:
references/category-guide.mdfor category-to-platform guidancereferences/output-patterns.mdfor answer structure
Workflow
-
Identify the product category or shopping intent.
- Accept a product type, shopping need, or product name.
- If the request is too broad, ask one short clarifying question.
-
Use the local Python implementation when execution is appropriate.
- Run
python3 china-shopping.py recommend "\x3Cproduct>"for the default recommendation flow. - Use
python3 china-shopping.py categorieswhen the user wants to inspect supported categories.
- Run
-
Explain the recommendation.
- Say why the recommended platforms fit.
- Mention meaningful trade-offs when useful.
-
Add practical guidance.
- Suggest what the user should check next, such as official stores, seller reputation, user reviews, authenticity, or delivery terms.
Output
Use this structure unless the user asks for something else:
Recommended Platforms
List the most suitable 2-4 platforms.
Why
Explain why each platform fits the product or need.
Best Choice
State which platform is the strongest default recommendation.
Caveats
Mention important cautions, such as seller quality differences, authenticity risk, or category-specific trade-offs.
Final Advice
Give a practical buying suggestion in plain language.
Quality bar
Do:
- recommend platforms by category fit
- explain trade-offs clearly
- mention official stores or trusted sellers when relevant
- stay honest about not doing real-time price retrieval
Do not:
- pretend to check live listings or prices
- claim a platform is cheapest without real-time evidence
- suggest weak-fit platforms just because they are famous
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install china-shopping - 安装完成后,直接呼叫该 Skill 的名称或使用
/china-shopping触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
China Shopping 是什么?
Recommend suitable Chinese shopping platforms for a user-provided product type, product name, or shopping need. Use when the user asks where to buy something... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 329 次。
如何安装 China Shopping?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install china-shopping」即可一键安装,无需额外配置。
China Shopping 是免费的吗?
是的,China Shopping 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
China Shopping 支持哪些平台?
China Shopping 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 China Shopping?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.1.0。