/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install china-commerce-copilot - 安装完成后,直接呼叫该 Skill 的名称或使用
/china-commerce-copilot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 China Commerce Copilot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install china-commerce-copilot」即可一键安装,无需额外配置。
China Commerce Copilot 是免费的吗?
是的,China Commerce Copilot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
China Commerce Copilot 支持哪些平台?
China Commerce Copilot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 China Commerce Copilot?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。