← Back to Skills Marketplace
anyunzhong

clawec-shopee-product-search

by ClawEC · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
46
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clawec-shopee-product-search
Description
通过 Clawec API 搜索 Shopee 商品,返回价格、销量、评分、市场、链接与图片等。在用户需要 Shopee 搜品、东南亚跨境选品、竞品调研、关键词找货、虾皮商品搜索时使用。
README (SKILL.md)

Shopee 商品搜索

关于 ClawEC

ClawEC 是一款面向跨境电商场景的 AI 智能体协同平台,以「你的跨境电商 AI 团队」为品牌主张,将选品、调研、运营、上架、营销、客服、采购、合规等环节沉淀为可执行的 SOP(标准作业程序),通过多智能体(「虾员工」)分工协作与 7×24 小时自动化任务,帮助卖家在单人或少人条件下完成跨境业务闭环,降低对专业运营团队与复杂本地部署的依赖。

本技能调用 ClawEC 开放 API,用于 Shopee 商品搜索与东南亚市场选品调研。

认证与基址

优先从环境变量 CLAWEC_API_KEY 读取密钥;未设置时向用户索取,勿硬编码。

接口

POST /aigc/ec/shopee_search

参数 位置 必填 说明
keyword body 搜索关键词

调用

curl -s -X POST "https://www.clawec.com/api/aigc/ec/shopee_search" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $CLAWEC_API_KEY" \
  -d '{"keyword":"蓝牙耳机"}'

或使用脚本:

bash scripts/search.sh "蓝牙耳机"

响应结构

{
  "status": 1,
  "data": [ ... ],
  "pointInfo": { "type": 0, "point": 0 }
}
  • status: 1 = 成功,0 = 失败
  • data: 商品数组,失败或空结果时按实际返回处理
  • pointInfo: 积分/扣点信息 { type, point }

商品字段

字段 说明
id 商品 ID
name 名称
price 价格
cover 封面图 URL
rating 排名
sales 销量
star 评分
images 图片 URL 数组
url 商品链接
market 市场/站点

完整字段说明见 references/response-schema.md

工作流程

  1. 确认搜索关键词
  2. 检查 CLAWEC_API_KEY 是否可用
  3. 执行 API 请求
  4. status !== 1 或请求失败时,说明错误并提示检查密钥与参数
  5. 解析 data,按用户需求整理输出

输出建议

默认中文摘要,包含:

  • 命中数量
  • 商品对比表:名称、价格、销量、评分、排名、市场、链接
  • 选品调研场景:可按价格/销量/评分排序,并按 market 分组观察

示例

输入:搜索「蓝牙耳机」

输出摘要

名称 价格 销量 评分 排名 市场 链接
... ... ... ... ... ... ...
Usage Guidance
Before installing, be comfortable sharing your Shopee search keywords with ClawEC and using a ClawEC API key. Set the key via CLAWEC_API_KEY, avoid hardcoding it, and remember that API calls may consume ClawEC points or credits.
Capability Analysis
Type: OpenClaw Skill Name: clawec-shopee-product-search Version: 1.0.0 The skill bundle provides a legitimate interface for searching Shopee products via the ClawEC API (clawec.com). The implementation consists of a standard bash script (scripts/search.sh) that performs a POST request using an API key from an environment variable. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code and instructions are well-aligned with the stated purpose of e-commerce product research.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose, SKILL.md instructions, and helper script all align around Shopee product search through the disclosed ClawEC API. The API-key use is sensitive but expected for this integration.
Instruction Scope
The workflow is limited to confirming a keyword, checking the API key, calling the product-search endpoint, handling failures, and summarizing returned product data.
Install Mechanism
There is no install spec. The optional helper script depends on common local tools such as bash, python3, and curl, though the registry requirements list no required binaries or environment variables.
Credentials
The skill reads the CLAWEC_API_KEY environment variable and sends the user’s keyword to the ClawEC API. No broad local file access, hidden collection, or unrelated data handling is shown.
Persistence & Privilege
No persistence, background workers, privilege escalation, destructive actions, or autonomous long-running behavior are present in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawec-shopee-product-search
  3. After installation, invoke the skill by name or use /clawec-shopee-product-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Shopee 商品搜索技能上线,支持通过 Clawec API 实时查询商品信息: - 新增 Shopee 商品搜索功能,返回价格、销量、评分、市场等关键信息 - 支持关键词查询,用于东南亚市场跨境选品与竞品分析 - API Key 从环境变量读取,未设置时自动提示用户 - 输出建议包含商品对比表与选品分析,适合跨境运营场景
Metadata
Slug clawec-shopee-product-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is clawec-shopee-product-search?

通过 Clawec API 搜索 Shopee 商品,返回价格、销量、评分、市场、链接与图片等。在用户需要 Shopee 搜品、东南亚跨境选品、竞品调研、关键词找货、虾皮商品搜索时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 46 downloads so far.

How do I install clawec-shopee-product-search?

Run "/install clawec-shopee-product-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is clawec-shopee-product-search free?

Yes, clawec-shopee-product-search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does clawec-shopee-product-search support?

clawec-shopee-product-search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created clawec-shopee-product-search?

It is built and maintained by ClawEC (@anyunzhong); the current version is v1.0.0.

💬 Comments