← Back to Skills Marketplace
anyunzhong

clawec-1688-product-search

by ClawEC · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
49
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clawec-1688-product-search
Description
通过 Clawec API 搜索 1688 商品,返回价格、销量、链接、卖家信息与 AI 建议。在用户需要 1688 搜品、货源调研、供应链比价、跨境选品、关键词找货、1688 产品搜索时使用。
README (SKILL.md)

1688 产品搜索

关于 ClawEC

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

本技能调用 ClawEC 开放 API,用于 1688 货源搜索与供应链调研。

认证与基址

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

接口

GET /aigc/tool/1688_product_search_lite

参数 位置 必填 说明
keyword query 搜索关键词
page query 页码,默认 1
table query 默认 0

调用

curl -s -G "https://www.clawec.com/api/aigc/tool/1688_product_search_lite" \
  --data-urlencode "keyword=蓝牙耳机" \
  --data-urlencode "page=1" \
  --data-urlencode "table=0" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $CLAWEC_API_KEY"

或使用脚本:

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

响应结构

{
  "status": 1,
  "data": [ ... ]
}
  • status: 1 = 成功,0 = 失败
  • data: 商品数组,失败或空结果时按实际返回处理

商品字段

字段 说明
name 名称
price 价格
sale 销量
cover 封面图 URL
url 商品链接
id 产品 ID
_1688Id 1688 ID
aiSuggest AI 建议
features 特点 [{ label, value }]
sellerInfo 卖家 { name, url }
purchaseCondition 购买条件 [{ label, value }]

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

工作流程

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

输出建议

默认中文摘要,包含:

  • 命中数量与当前页码
  • 商品对比表:名称、价格、销量、卖家、链接
  • 展示 aiSuggest(若有)
  • 货源调研场景:可按价格/销量排序,并给出 2–3 条选品观察

示例

输入:搜索「硅胶手机壳」,第 1 页

输出摘要

名称 价格 销量 卖家 链接
... ... ... ... ...

AI 建议:(摘录各商品 aiSuggest 中的要点)

Usage Guidance
Install only if you intend to use Clawec for 1688 product research. Set the API key via CLAWEC_API_KEY when possible, verify the clawec.com endpoint, and remember that your search keywords will be sent to Clawec. The provided artifacts do not show hidden file access, persistence, or destructive actions.
Capability Analysis
Type: OpenClaw Skill Name: clawec-1688-product-search Version: 1.0.0 The skill bundle provides a legitimate interface for searching 1688 products via the Clawec API (clawec.com). It includes a simple bash script (scripts/search.sh) that uses curl to fetch product data and instructions in SKILL.md for the AI agent to handle the API key and response data appropriately. No signs of data exfiltration, malicious execution, or prompt injection were found.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose, documentation, and helper script align: the skill searches 1688 products through the Clawec API and returns product fields. The main user-notice item is that it depends on a Clawec API key and sends search queries to Clawec.
Instruction Scope
The workflow is scoped to confirming a keyword/page, making one API request, handling failures, and summarizing returned product data. It does not instruct the agent to override user intent or perform unrelated actions.
Install Mechanism
There is no install spec and the only executable helper is a short bash/curl script. The registry source/homepage metadata is limited, so users should verify the provider and prerequisites before use.
Credentials
Network access to clawec.com and use of CLAWEC_API_KEY are proportionate to the product-search purpose. No broad local file access, system mutation, or protected-path writes are shown.
Persistence & Privilege
The artifacts show no background service, persistent memory, credential storage, privilege escalation, or post-task activity.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawec-1688-product-search
  3. After installation, invoke the skill by name or use /clawec-1688-product-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 初始版本,支持通过 Clawec API 查询 1688 商品并展示关键数据 - 输出商品名称、价格、销量、卖家及链接的对比表 - 提供每条商品的 AI 选品建议 - 支持自定义关键词与翻页查询 - 结果可用于货源调研、供应链比价和选品分析
Metadata
Slug clawec-1688-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-1688-product-search?

通过 Clawec API 搜索 1688 商品,返回价格、销量、链接、卖家信息与 AI 建议。在用户需要 1688 搜品、货源调研、供应链比价、跨境选品、关键词找货、1688 产品搜索时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 49 downloads so far.

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

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

Is clawec-1688-product-search free?

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

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

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

Who created clawec-1688-product-search?

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

💬 Comments