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:
- 1. 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:
Use when the user is choosing between Taobao, Tmall, and 1688.
Use when the user wants Taobao-only listing, seller, or variant evaluation.
Use when the user wants the same or closest-matching item compared across Taobao, JD, PDD, and Vipshop.
Use when trust, self-operated stores, fulfillment speed, and after-sales matter most.
Use when lowest practical price, subsidies, or group-buy mechanics matter most.
Use when flagship stores, authenticity, and brand-official channels matter most.
Use when branded discount inventory, flash sales, and Vipshop-specific benefits matter most.
Use when the task is takeout ordering economics rather than goods shopping.
Classification Rules
Classify the user request using these questions:
- 1. 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 INLINECODE9
-> INLINECODE10
- - mentions
淘宝店铺, 同款太多, INLINECODE13
-> INLINECODE14
-> INLINECODE16
- - mentions
京东自营, 售后, INLINECODE19
-> INLINECODE20
- - mentions
拼多多, 百亿补贴, 拼团, INLINECODE24
-> INLINECODE25
- - mentions
官方旗舰店, 88VIP, INLINECODE28
-> INLINECODE29
- - mentions
唯品会, 特卖, 品牌折扣, INLINECODE33
-> INLINECODE34
- - mentions
外卖, 满减, 配送费, INLINECODE38
-> INLINECODE39
Output Contract
Return a short routing answer first:
- - INLINECODE40
- INLINECODE41
- INLINECODE42
If the route is obvious, route directly and continue with that framing.
If the route is ambiguous, ask one short clarification, for example:
- - INLINECODE43
- INLINECODE44
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.
中国电商助手
购物技能矩阵的中国电商入口路由器。
当用户尚未明确以下内容时,此技能应在进行更深入的购物分析前被触发:
- - 应该使用哪个平台
- 是需要平台原生指导还是跨平台比较
- 任务是商品购物还是外卖点单
核心任务
按顺序完成两件事:
- 1. 识别真实的购物意图。
- 路由到最佳专业技能并解释原因。
此技能不应试图在平台细节上超越专业技能。其价值在于精准路由和良好框架。
路由地图
路由到以下技能:
当用户在淘宝、天猫和1688之间选择时使用。
当用户需要仅限淘宝的列表、卖家或变体评估时使用。
- - taobao-competitor-analyzer
当用户希望在淘宝、京东、拼多多和唯品会之间比较相同或最匹配商品时使用。
当信任、自营店铺、配送速度和售后服务最为重要时使用。
当最低实际价格、补贴或拼团机制最为重要时使用。
当旗舰店、正品保障和品牌官方渠道最为重要时使用。
当品牌折扣库存、限时抢购和唯品会专属优惠最为重要时使用。
当任务是外卖点单经济性而非商品购物时使用。
分类规则
使用以下问题对用户请求进行分类:
- 1. 用户是在选择平台还是已经在一个平台内
- 用户是否在跨平台比较同一商品
- 用户优先考虑信任、最低价、正品保障、品牌折扣还是便利性
- 任务是商品购物还是外卖点单
- 用户只需要决策支持还是更深入的购物协助
快速启发式规则
使用以下强默认规则:
-> taobao-competitor-analyzer
-> taobao-shopping
-> alibaba-shopping
-> jd-shopping
-> pdd-shopping
-> tianmao
-> vip
-> waimai
输出约定
首先返回简短的路由答案:
- - 建议入口
- 为什么
- 如果用户继续问,下一步该用哪个 skill
如果路由明确,直接路由并以该框架继续。
如果路由不明确,提出一个简短澄清问题,例如:
- - 你更在意最低价、正品保障,还是配送/售后?
- 你是想在淘宝站内挑店,还是想跨平台比价?
边界
- - 不要假装此技能本身是每个平台的最佳专家。
- 如果下游专家明显更优,不要运行深度的平台特定逻辑。
- 优化目标是让用户以最短路径获得良好的购物决策。