← Back to Skills Marketplace
ozon-product-selection
by
1688AiInfra
· GitHub ↗
· v1.0.1
· MIT-0
248
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ozon-product-selection
Description
Ozon电商选品工具:根据用户指定的品类,自动搜索市场趋势、提取热门细分关键词、 调用1688搜索API逐一选品,按筛选条件过滤后输出每个细分市场的最优商品推荐。 触发词:寻找Ozon蓝海商品、Ozon潜力爆品、Ozon可铺货商品、Ozon可卖的货盘、 Ozon选品、帮我选品、找Ozon能卖的商品、Ozon热门商...
Usage Guidance
This skill appears to do what it says (search Ozon market trends, produce Chinese keywords, call AlphaShop/1688 APIs and return supplier/SKU info). Before installing or providing secrets: 1) Note the registry metadata does NOT list the required ALPHASHOP_ACCESS_KEY / ALPHASHOP_SECRET_KEY though SKILL.md and the script need them — verify this mismatch with the skill publisher. 2) Confirm the publisher (the SKILL.md claims '1688官方技术团队') and prefer skills with a verifiable homepage or contact. 3) Only provide AlphaShop keys that are scoped/minimal and from an account you control; treat them as secrets. 4) Expect network calls to api.alphashop.cn and external web search; ensure you are comfortable with that outbound traffic and any billing/credit usage on AlphaShop. 5) Consider testing with a low-privilege or sandbox AlphaShop account and review the returned data before automating further actions (e.g., pushing products to Ozon). If you need higher assurance, ask the publisher for provenance, a homepage, or a signed release and for the skill metadata to be corrected to declare required env vars.
Capability Analysis
Type: OpenClaw Skill
Name: ozon-product-selection
Version: 1.0.1
The skill is a legitimate tool for Ozon e-commerce product selection, utilizing the AlphaShop API to search 1688.com. The Python script `scripts/search_products.py` correctly handles API authentication via JWT using provided environment variables (`ALPHASHOP_ACCESS_KEY`, `ALPHASHOP_SECRET_KEY`) and communicates with the expected domain `api.alphashop.cn`. The instructions in `SKILL.md` are well-defined for an AI agent and do not contain any prompt-injection attacks or requests for unauthorized data access.
Capability Assessment
Purpose & Capability
The skill's stated purpose (find Ozon-oriented product opportunities by calling 1688 via AlphaShop) matches what the code and SKILL.md do: web searches, AI keyword extraction, and calling AlphaShop search/detail APIs. However, the registry metadata claims no required env vars or primary credential, whereas SKILL.md and scripts require ALPHASHOP_ACCESS_KEY and ALPHASHOP_SECRET_KEY. The missing declaration in metadata (and absence of a homepage/source provenance) is an incoherence.
Instruction Scope
SKILL.md instructions are specific and scoped to the described task: perform web searches, generate 5–8 keywords, call the provided script for each keyword, apply filters, and format results. It does not instruct reading unrelated local files or harvesting other credentials. It does require asking the user for AlphaShop keys if not provided.
Install Mechanism
There is no formal install spec (instruction-only), but the package includes a Python script and requirements.txt (requests, PyJWT). That is low risk, but the absence of installation guidance in SKILL metadata (e.g., how/when dependencies are installed) means the runtime will need a Python environment with those libs available; this is a usability/operational omission rather than malicious behavior.
Credentials
The actual runtime requires two secrets: ALPHASHOP_ACCESS_KEY and ALPHASHOP_SECRET_KEY, which are directly used to create a JWT and call AlphaShop APIs. These credentials are proportionate to the skill's purpose, but the skill registry metadata failed to declare them (required env vars and primary credential are absent). Requiring secret keys is expected, but the metadata mismatch and the lack of provenance/contact info increase risk — verify keys scope and store them securely.
Persistence & Privilege
The skill does not request permanent/always-on presence (always:false) and does not modify other skills or system-wide config. It only uses environment variables at runtime and makes outbound requests to AlphaShop and web search — expected for this functionality.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ozon-product-selection - After installation, invoke the skill by name or use
/ozon-product-selection - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 增加了详细的使用说明,包括环境变量配置、前置条件与异常(欠费)处理
- 完善了工作流程的每一步,从意图解析、市场趋势搜索、关键词提取到API调用与最终输出展示
- 明确商品输出格式模板,要求SKU明细完整渲染并给出汇总表
- 补充无结果处理方式与筛选参数说明
- 强调API密钥必填、API欠费的流程中断提示,以及用户品类/密钥缺失时的交互规定
Metadata
Frequently Asked Questions
What is ozon-product-selection?
Ozon电商选品工具:根据用户指定的品类,自动搜索市场趋势、提取热门细分关键词、 调用1688搜索API逐一选品,按筛选条件过滤后输出每个细分市场的最优商品推荐。 触发词:寻找Ozon蓝海商品、Ozon潜力爆品、Ozon可铺货商品、Ozon可卖的货盘、 Ozon选品、帮我选品、找Ozon能卖的商品、Ozon热门商... It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.
How do I install ozon-product-selection?
Run "/install ozon-product-selection" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ozon-product-selection free?
Yes, ozon-product-selection is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ozon-product-selection support?
ozon-product-selection is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ozon-product-selection?
It is built and maintained by 1688AiInfra (@1688aiinfra); the current version is v1.0.1.
More Skills