← 返回 Skills 市场
anyunzhong

clawec-ozon-product-search

作者 ClawEC · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawec-ozon-product-search
功能描述
通过 Clawec API 搜索 Ozon 商品,返回价格、销量、评分、市场、链接与图片等。在用户需要 Ozon 搜品、俄罗斯及东欧跨境选品、竞品调研、关键词找货、Ozon 产品搜索时使用。
使用说明 (SKILL.md)

Ozon 商品搜索

关于 ClawEC

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

本技能调用 ClawEC 开放 API,用于 Ozon 商品搜索与俄罗斯及东欧市场选品调研。

认证与基址

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

接口

POST /aigc/ec/ozon_search

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

调用

curl -s -X POST "https://www.clawec.com/api/aigc/ec/ozon_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 分组观察

示例

输入:搜索「蓝牙耳机」

输出摘要

名称 价格 销量 评分 排名 市场 链接
... ... ... ... ... ... ...
安全使用建议
This appears safe for its stated purpose. Before installing, make sure you trust ClawEC with your search keywords and API key, store the key in CLAWEC_API_KEY rather than hardcoding it, and be aware the API may use account points or billing.
功能分析
Type: OpenClaw Skill Name: clawec-ozon-product-search Version: 1.0.0 The skill is a legitimate integration for searching Ozon products via the Clawec API (clawec.com). The implementation in `scripts/search.sh` follows safe practices by using Python to JSON-encode user input before passing it to `curl`, and it correctly handles authentication via environment variables without evidence of exfiltration or unauthorized access.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose, workflow, script, and response documentation all align around searching Ozon products through the ClawEC API.
Instruction Scope
The skill tells the agent to use or request a ClawEC API key if the environment variable is not set; this is expected for the integration but users should recognize it involves account credentials.
Install Mechanism
There is no install process or dependency download. The included shell script is short and calls one fixed HTTPS API endpoint.
Credentials
The skill sends user search keywords to https://www.clawec.com/api and uses an Authorization bearer token, which is proportionate to the product-search purpose.
Persistence & Privilege
It uses an API key but shows no persistence, background execution, credential storage, or privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawec-ozon-product-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawec-ozon-product-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Ozon 商品搜索技能 1.0.0 首次发布: - 支持通过 Clawec API 搜索 Ozon 商品并获取价格、销量、评分、市场、链接与图片信息。 - 用于俄罗斯及东欧市场选品、竞品调研、关键词搜货等跨境电商业务场景。 - 标准化接口设计,支持按关键词检索并返回结构化商品数据。 - 提供详尽输出建议,包括商品对比表及选品调研分组排序。 - 默认中文输出,便于本地跨境团队使用。
元数据
Slug clawec-ozon-product-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

clawec-ozon-product-search 是什么?

通过 Clawec API 搜索 Ozon 商品,返回价格、销量、评分、市场、链接与图片等。在用户需要 Ozon 搜品、俄罗斯及东欧跨境选品、竞品调研、关键词找货、Ozon 产品搜索时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。

如何安装 clawec-ozon-product-search?

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

clawec-ozon-product-search 是免费的吗?

是的,clawec-ozon-product-search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

clawec-ozon-product-search 支持哪些平台?

clawec-ozon-product-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 clawec-ozon-product-search?

由 ClawEC(@anyunzhong)开发并维护,当前版本 v1.0.0。

💬 留言讨论