← 返回 Skills 市场
harrylabsj

China Commerce Copilot

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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.
  2. 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-shopping Use when the user is choosing between Taobao, Tmall, and 1688.

  • taobao-shopping Use when the user wants Taobao-only listing, seller, or variant evaluation.

  • taobao-competitor-analyzer Use when the user wants the same or closest-matching item compared across Taobao, JD, PDD, and Vipshop.

  • jd-shopping Use when trust, self-operated stores, fulfillment speed, and after-sales matter most.

  • pdd-shopping Use when lowest practical price, subsidies, or group-buy mechanics matter most.

  • tianmao Use when flagship stores, authenticity, and brand-official channels matter most.

  • vip Use when branded discount inventory, flash sales, and Vipshop-specific benefits matter most.

  • waimai 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
  2. Is the user comparing the same item across platforms
  3. Is the user prioritizing trust, lowest price, authenticity, brand discount, or convenience
  4. Is the task goods shopping or takeout ordering
  5. 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.
安全使用建议
This skill is low-risk as provided: it only routes user requests to other China-commerce skills and asks no secrets or installs. Before installing, check that the downstream specialist skills it routes to (taobao-shopping, jd-shopping, pdd-shopping, etc.) are present in your agent registry and review those skills for any credentials, network endpoints, or install actions — the router delegates work to them, so their permissions determine the real security surface. Also verify the skill owner/source if provenance is important to you.
功能分析
Type: OpenClaw Skill Name: china-commerce-copilot Version: 1.0.0 The skill is a legitimate routing and orchestration tool designed to direct user shopping queries to specific Chinese e-commerce platforms. It contains no executable code, only instructional markdown (SKILL.md) and configuration files (agents/openai.yaml) that define logic for intent classification. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name and description match the runtime instructions: the skill's job is routing shopping/takeout intent to platform-specific skills. It does not request unrelated capabilities or credentials.
Instruction Scope
SKILL.md contains only classification heuristics, routing rules, a short output contract, and clarifying questions. It does not instruct the agent to read files, call external endpoints, exfiltrate data, or perform platform-specific transactions itself.
Install Mechanism
No install spec and no code files beyond simple YAML/markdown. Nothing is written to disk or pulled from external URLs; lowest-risk model for a skill.
Credentials
Requires no environment variables, binaries, or credentials. The declared requirements are proportional to a routing-only skill.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent system presence or modify other skills; autonomous invocation is the platform default but not a special privilege here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install china-commerce-copilot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /china-commerce-copilot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the shopping entry router for the China commerce skill matrix.
元数据
Slug china-commerce-copilot
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论