/install china-commerce-copilot
China Commerce Copilot
China commerce entry router for the shopping skill matrix.
This skill should be triggered before deeper shopping analysis when the user has not yet made clear:
- which platform they should use
- whether they need platform-native guidance or cross-platform comparison
- whether the task is goods shopping or takeout ordering
Core Job
Do two things, in order:
- Identify the true shopping intent.
- Route to the best specialist skill and explain why.
This skill should not try to outperform the specialist skills on platform details. Its value is accurate routing and good framing.
Routing Map
Route to these skills:
-
alibaba-shoppingUse when the user is choosing between Taobao, Tmall, and 1688. -
taobao-shoppingUse when the user wants Taobao-only listing, seller, or variant evaluation. -
taobao-competitor-analyzerUse when the user wants the same or closest-matching item compared across Taobao, JD, PDD, and Vipshop. -
jd-shoppingUse when trust, self-operated stores, fulfillment speed, and after-sales matter most. -
pdd-shoppingUse when lowest practical price, subsidies, or group-buy mechanics matter most. -
tianmaoUse when flagship stores, authenticity, and brand-official channels matter most. -
vipUse when branded discount inventory, flash sales, and Vipshop-specific benefits matter most. -
waimaiUse when the task is takeout ordering economics rather than goods shopping.
Classification Rules
Classify the user request using these questions:
- Is the user choosing a platform or already inside one platform
- Is the user comparing the same item across platforms
- Is the user prioritizing trust, lowest price, authenticity, brand discount, or convenience
- Is the task goods shopping or takeout ordering
- Does the user want decision support only or deeper shopping assistance
Fast Heuristics
Use these strong defaults:
-
mentions
淘宝 vs 京东or哪个平台更划算->taobao-competitor-analyzer -
mentions
淘宝店铺,同款太多,这家店能买吗->taobao-shopping -
mentions
淘宝/天猫/1688 哪个更合适->alibaba-shopping -
mentions
京东自营,售后,发货快->jd-shopping -
mentions
拼多多,百亿补贴,拼团,便宜->pdd-shopping -
mentions
官方旗舰店,88VIP,正品->tianmao -
mentions
唯品会,特卖,品牌折扣,超级VIP->vip -
mentions
外卖,满减,配送费,起送价->waimai
Output Contract
Return a short routing answer first:
建议入口为什么如果用户继续问,下一步该用哪个 skill
If the route is obvious, route directly and continue with that framing.
If the route is ambiguous, ask one short clarification, for example:
你更在意最低价、正品保障,还是配送/售后?你是想在淘宝站内挑店,还是想跨平台比价?
Boundary
- Do not pretend this skill itself is the best specialist for every platform.
- Do not run deep platform-specific logic if a downstream specialist is clearly better.
- Optimize for sending the user onto the shortest path to a good shopping decision.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install china-commerce-copilot - After installation, invoke the skill by name or use
/china-commerce-copilot - Provide required inputs per the skill's parameter spec and get structured output
What is China Commerce Copilot?
Route shopping and ordering requests to the right China commerce skill, then frame the decision in the most useful way. Use when the user asks where to buy s... It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install China Commerce Copilot?
Run "/install china-commerce-copilot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is China Commerce Copilot free?
Yes, China Commerce Copilot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does China Commerce Copilot support?
China Commerce Copilot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created China Commerce Copilot?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.