← 返回 Skills 市场
linkfox-ai

YouYing Shopee Product Search

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-youying-shopee-product-search
功能描述
友鹰Shopee商品选品工具,支持Shopee全站点的商品查询与筛选,覆盖马来西亚、台湾、印尼、泰国、菲律宾、新加坡、越南、巴西、墨西哥、智利、哥伦比亚等11个站点。当用户提到Shopee选品、虾皮商品搜索、Shopee爆款、虾皮市场分析、Shopee品类选品、虾皮关键词选品、Shopee销量筛选、虾皮价格筛选、...
使用说明 (SKILL.md)

友鹰-Shopee 商品选品

This skill guides you on how to query and filter Shopee product data across 11 marketplaces, helping cross-border sellers discover trending products and market opportunities on Shopee.

Core Concepts

友鹰(YouYing)Shopee 商品选品工具提供 Shopee 全站商品的结构化查询能力。卖家可通过关键词、价格区间、销量、上架时间、店铺属性等多维度条件灵活组合筛选,发现爆款货源与市场机会。

核心数据维度

  • 销量数据:前30天销售件数(sold)、估算前30天销售件数(estimateSold)、商品总销售件数(historicalSold)、前30天销售额(payment)
  • 价格数据:默认价(price)、最低价(minPrice)、最高价(maxPrice)
  • 店铺数据:店铺名称、是否官方店铺、虾皮优选、本地/海外、跨境/本土
  • 商品属性:评分、评分数、收藏数、浏览数、SKU 数量、上架时间、类目结构

Data Fields

Product Fields (Output)

Field API Name Description Example
商品ID pid 商品唯一标识 12345678
商品标题 title 商品名称 Storage Box Organizer
商品描述 description 商品详细描述 ...
商品主图 imageUrl 商品主图URL https://...
商品链接 productUrl Shopee商品页面链接 https://...
默认价 price 商品默认价格(当地货币) 29.90
最低价 minPrice SKU最低价 19.90
最高价 maxPrice SKU最高价 39.90
前30天销售件数 sold 近30天实际销量 1500
估算前30天销量 estimateSold 估算的近30天销量 1200
总销售件数 historicalSold 商品累计总销量 50000
前30天销售额 payment 近30天销售金额(当地货币) 45000
商品评分 rating 0-5分 4.8
评分数 ratings 收到的评分总数 320
收藏数 favorite 被收藏次数 2800
浏览数 viewCount 浏览次数 15000
库存 stock 当前库存数量 500
SKU数量 skuNumber SKU变体数量 8
上架时间 genTime 商品首次上架日期 2025-06-01
类目结构 categoryStructure 所属类目层级路径 Home & Living > Storage
店铺名称 shopName 所属店铺名称 BestHome Official
店铺链接 shopUrl 店铺页面链接 https://...
是否官方店铺 isOfficialShop 1=是, 0=否 1
虾皮优选 isShopeeVerified 1=优选, 0=非优选 1
发货类型 cbOption 1=跨境, 0=本土 0
店铺所在地类型 shippingIconType 0=本地, 1=海外 0
商品状态 status 1=正常, 0=下架 1

Supported Marketplaces

站点 station 值 代码
马来西亚 malaysia MY
台湾 taiwan_china Taiwan_CHN
印度尼西亚 indonesia ID
泰国 thailand TH
菲律宾 philippines PH
新加坡 singapore SG
越南 vietnam VN
巴西 brazil BR
墨西哥 mexico MX
智利 chile CL
哥伦比亚 columbia CO

station必填参数,可传站点名(如 malaysia)或代码(如 MY)。当用户未指定站点时,需要询问用户想查询哪个站点。

API Usage

This tool calls the LinkFox tool gateway API. See references/api.md for calling conventions, request parameters, and response structure. You can also execute scripts/youying_shopee_search.py directly to run queries.

How to Build Queries

根据用户需求,将自然语言转换为 API 参数组合。核心原则是精确映射用户的筛选条件到对应参数

Principles for Building API Calls

  1. 必填站点:每次调用必须指定 station。用户说"马来""马来西亚"→ malaysia;"台湾"→ taiwan_china;"印尼"→ indonesia
  2. 关键词搜索keyword 为标题关键词,搭配 keywordType 控制匹配模式(1=整句匹配,2=多词AND,3=多词OR)
  3. 数值范围:大多数筛选条件使用 Start/End 或 Min/Max 成对参数,按需设置单侧或双侧
  4. 排序orderBy 指定排序字段,orderByType 指定升/降序(默认 DESC 降序)
  5. 分页page 从 1 开始,pageSize 范围 1-1000,默认 1000
  6. 排除逻辑notExistKeyword 可排除包含特定词的商品,notExistShopIdList 可排除特定店铺

Common Query Scenarios

1. 关键词选品 — 按销量筛选热销商品

station: malaysia
keyword: Storage Box
keywordType: 2
soldMin: 100
orderBy: sold
orderByType: DESC
pageSize: 100

2. 新品发现 — 近期上架且有一定销量的商品

station: thailand
keyword: Phone Case
listingDateFrom: 2025-06-01
soldMin: 50
orderBy: gen_time
orderByType: DESC

3. 高潜力商品 — 低价高销量

station: indonesia
keyword: LED Light
priceMax: 50000
soldMin: 500
orderBy: payment
orderByType: DESC

4. 跨境卖家商品筛选

station: malaysia
keyword: Wireless Earbuds
cbOption: 1
soldMin: 200
orderBy: sold
orderByType: DESC

5. 品类选品 — 按类目 + 销售额筛选

station: vietnam
pL1Id: 11036379
paymentStart: 10000000
orderBy: payment
orderByType: DESC
pageSize: 200

6. 竞品店铺分析 — 查看特定店铺的商品

station: malaysia
shopIdList: 123456789
orderBy: sold
orderByType: DESC

7. 优选商品筛选 — 虾皮优选 + 高评分

station: philippines
keyword: Beauty
isShopeeVerified: 1
ratingMin: 4.5
soldMin: 100
orderBy: rating
orderByType: DESC

8. 大卖排除 — 发现中小卖家机会

station: taiwan_china
keyword: 收纳盒
notExistShopIdList: 111111,222222,333333
soldMin: 50
soldMax: 500
orderBy: sold
orderByType: DESC

Display Rules

  1. Present data only: Show query results in clear tables without subjective business advice
  2. Currency notice: Different marketplaces use different currencies (MYR, TWD, IDR, THB, PHP, SGD, VND, BRL, MXN, CLP, COP). Always remind users of the currency context when showing price/payment data
  3. Volume notice: When results are large, show core data (title, price, sold, payment, rating) and remind users they can view more via pagination
  4. Key metrics highlight: Prioritize showing sold (前30天销量), payment (前30天销售额), price, rating as these are the most decision-relevant metrics
  5. Error handling: When a query fails, explain the reason based on the error response and suggest adjusting query criteria
  6. Image display: When imageUrl is available, include product images to help users make visual assessments

Important Limitations

  • Result cap: pageSize maximum is 1000 records per request
  • Required field: station is always required — if missing, ask the user which marketplace to query
  • Price currency: Prices are in local currency of the selected marketplace, not USD
  • Data freshness: Data depends on 友鹰's crawling schedule, see lastModiTime for last update time

User Expression & Scenario Quick Reference

Applicable - Shopee product search and filtering:

User Says Scenario
"虾皮上什么好卖" "Shopee爆款" Hot-selling product discovery
"帮我在Shopee上搜xx商品" Keyword product search
"马来站最近上架的新品" New product discovery by listing date
"销量过千的商品有哪些" Volume-based product filtering
"东南亚哪些品类有机会" Category-level opportunity scan
"帮我看看这个店铺的商品" Competitor shop analysis
"跨境商品和本土商品对比" Cross-border vs local comparison
"Shopee优选商品筛选" Shopee Verified product filtering
"低价高销量的商品" Price-volume opportunity mining

Not applicable - Needs beyond Shopee product search:

  • Amazon, TikTok, eBay, 1688 等其他平台的商品搜索
  • Shopee 广告投放策略
  • Shopee 店铺运营建议
  • Shopee 物流/仓储方案
  • 已有本地 Shopee 数据文件的处理

Boundary judgment: When users say "东南亚选品", "虾皮市场分析", or "跨境电商选品", if it boils down to searching and filtering products on Shopee by various criteria, this skill applies. If they're asking about logistics planning, advertising strategy, or store operations, it does not apply.

Feedback:

Auto-detect and report feedback via the Feedback API when any of the following apply:

  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved

Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.


For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.

安全使用建议
This skill calls an external API at https://tool-gateway.linkfox.com/youying/shopee/getProductInfos and the bundled script and API docs require an environment variable LINKFOXAGENT_API_KEY. Before installing, verify: (1) you are comfortable that queries (keywords, shop IDs, etc.) will be sent to LinkFox and that this is acceptable for any sensitive data you may supply; (2) the API key source is legitimate and you understand where to obtain it; and (3) the skill metadata should be updated to declare LINKFOXAGENT_API_KEY as a required credential so you can review and control it. If the metadata remains silent about credentials, ask the skill author to correct the manifest or provide assurance about the key usage before enabling the skill.
功能分析
Type: OpenClaw Skill Name: linkfox-youying-shopee-product-search Version: 1.0.0 The skill is a legitimate tool for searching and filtering Shopee product data across multiple marketplaces using the LinkFox API. The Python script (youying_shopee_search.py) is a standard API wrapper that uses the built-in urllib library, and the documentation (SKILL.md, api.md) provides clear instructions for the AI agent without any signs of malicious intent or prompt injection.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The skill's name, description, SKILL.md, references/api.md, and the included script all consistently target querying LinkFox's youying/shopee/getProductInfos API — this matches the declared purpose. However, the skill manifest lists no required environment variables or primary credential while both the API reference and the bundled script require an API key (LINKFOXAGENT_API_KEY). Omitting this required credential from the metadata is an inconsistency and reduces transparency.
Instruction Scope
SKILL.md stays on task: converting user filter requests into API parameters, calling the LinkFox tool gateway, and presenting results. It does not instruct reading unrelated system files or exfiltrating data beyond the external API. It also documents display rules, error handling, and marketplace mappings.
Install Mechanism
There is no install spec (instruction-only skill plus a small utility script). Nothing is downloaded or extracted at install time, so there is no elevated install risk.
Credentials
The functionality reasonably requires a single service credential (LINKFOXAGENT_API_KEY). That is proportionate to the purpose, but the skill metadata does not declare this required environment variable or a primary credential. The omission is a transparency/manifest mismatch that could cause unexpected runtime failures or hidden credential usage.
Persistence & Privilege
The skill does not request persistent 'always' inclusion, does not modify other skills or system-wide settings, and contains no install-time scripts. It runs remotely against an API and prints results — no special privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-youying-shopee-product-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-youying-shopee-product-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-youying-shopee-product-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

YouYing Shopee Product Search 是什么?

友鹰Shopee商品选品工具,支持Shopee全站点的商品查询与筛选,覆盖马来西亚、台湾、印尼、泰国、菲律宾、新加坡、越南、巴西、墨西哥、智利、哥伦比亚等11个站点。当用户提到Shopee选品、虾皮商品搜索、Shopee爆款、虾皮市场分析、Shopee品类选品、虾皮关键词选品、Shopee销量筛选、虾皮价格筛选、... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 YouYing Shopee Product Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkfox-youying-shopee-product-search」即可一键安装,无需额外配置。

YouYing Shopee Product Search 是免费的吗?

是的,YouYing Shopee Product Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

YouYing Shopee Product Search 支持哪些平台?

YouYing Shopee Product Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 YouYing Shopee Product Search?

由 linkfox-ai(@linkfox-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论