Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

cn-ecommerce-search中国电子商务搜索

Agent Skill

cn-ecommerce-search 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

245

周安装

10

GitHub Stars

公开资料未说明

下载量

78
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cn-ecommerce-search(中国电子商务搜索)
来源仓库:https://github.com/kunhai-88/shopme-mcp
仓库路径:skills/cn-ecommerce-search
安装命令:
npx skills add https://github.com/kunhai-88/shopme-mcp --skill cn-ecommerce-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/kunhai-88/shopme-mcp --skill cn-ecommerce-search

简介

cn-ecommerce-search 用于查找、检索和筛选相关信息,适合根据关键词快速定位候选结果。

  • 适用场景包括商品调研、竞品分析、市场趋势收集和供应链信息查询等电商相关任务。
  • 核心能力涵盖关键词扩展、来源筛选和结果排序,支持多维度条件组合和优先级判断。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装,需确认搜索范围和权限边界后再使用。
  • 使用前应检查是否会触发联网请求或外部 API 调用,避免高频访问导致服务限制或数据泄露。

SKILL.md

Chinese E-commerce Product Search

Search and retrieve product information from Taobao, Tmall, 1688, and AliExpress.

When to Use

  • User asks to find a product on Taobao, 1688, or AliExpress
  • User shares a product link and wants details
  • User needs to search Chinese suppliers for a product
  • User asks about prices on Chinese platforms
  • User provides a product URL that looks like it's from a Chinese e-commerce site

MCP Server Setup

{
  "mcpServers": {
    "cn-ecommerce-search": {
      "command": "npx",
      "args": ["-y", "@shopme/cn-ecommerce-search-mcp"],
      "env": {
        "TAOBAO_APP_KEY": "your-key",
        "TAOBAO_APP_SECRET": "your-secret",
        "TAOBAO_ACCESS_TOKEN": "your-token",
        "ALIEXPRESS_DS_KEY": "your-key",
        "ALIEXPRESS_DS_SECRET": "your-secret"
      }
    }
  }
}

Available Tools

search_products

Search products by keyword across platforms.

  • keyword: Search term (Chinese or English)
  • platform: "taobao", "aliexpress", or "all" (default)
  • sort: PRICE_ASC, PRICE_DESC, SALE_QTY_DESC
  • pageNo, pageSize: Pagination

get_product_detail

Get detailed info about a specific product.

  • productId: The product's ID
  • platform: "taobao" or "aliexpress"

parse_product_link

Parse a product URL to identify the platform and product ID.

  • url: Any product URL or text containing one

get_product_from_url

One-step: parse URL + fetch product details.

  • url: Product URL from any supported platform

Platform Guide

PlatformStrengthsPrice RangeTypical Buyer
TaobaoLargest selection, consumer goods¥ Low-MidEnd consumers
TmallBrand flagship stores, higher quality¥ Mid-HighQuality-focused
1688Wholesale/factory direct, bulk pricing¥ LowestResellers, businesses
AliExpressInternational shipping, buyer protection$ MidInternational buyers

Supported URL Formats

  • item.taobao.com/item.htm?id=123456
  • detail.tmall.com/item.htm?id=123456
  • detail.1688.com/offer/123456.html
  • aliexpress.com/item/123456.html
  • aliexpress.com/i/123456.html
  • mall.xiaohongshu.com/goods-detail/xxx
  • Short links: e.tb.cn/xxx, m.tb.cn/xxx

Price Understanding Guide

  • Taobao/Tmall prices are in CNY (¥). Rough conversion: 1 USD ≈ 7.2 CNY
  • AliExpress shows prices in buyer's currency (usually USD)
  • 1688 prices are factory/wholesale prices in CNY, often much lower
  • Always consider shipping costs when comparing prices

Search Tips

  1. Chinese keywords get better results on Taobao/1688
  2. English keywords work well on AliExpress
  3. Sort by SALE_QTY_DESC to find popular/trusted products
  4. Compare the same product across Taobao and AliExpress to find price gaps
  5. 1688 often has the same product at 30-70% lower price than Taobao (wholesale)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.88%
按下载量换算26

Claude

30.8%
按下载量换算24

Cursor

20.28%
按下载量换算16

Gemini CLI

9.67%
按下载量换算8

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills