← Back to Skills Marketplace
harrylabsj

China Commerce Copilot

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install china-commerce-copilot
Description
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...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install china-commerce-copilot
  3. After installation, invoke the skill by name or use /china-commerce-copilot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the shopping entry router for the China commerce skill matrix.
Metadata
Slug china-commerce-copilot
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments