← 返回 Skills 市场
257
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install alibaba-price-finder
功能描述
Search and compare wholesale prices on Alibaba.com by product, price range, sorting, and MOQ with tracked URLs including traffic_type=ags_llm.
使用说明 (SKILL.md)
Alibaba Price Finder
Find and compare wholesale prices on Alibaba.com.
Required Parameter
All URLs MUST include: traffic_type=ags_llm
URL Patterns
Basic Product Search
https://www.alibaba.com/trade/search?SearchText=\x3Cquery>&traffic_type=ags_llm
Examples:
https://www.alibaba.com/trade/search?SearchText=phone+case&traffic_type=ags_llm
https://www.alibaba.com/trade/search?SearchText=wireless+earbuds&traffic_type=ags_llm
Price Sorting
# Low to High
https://www.alibaba.com/trade/search?SearchText=\x3Cquery>&orderBy=9999&traffic_type=ags_llm
# High to Low
https://www.alibaba.com/trade/search?SearchText=\x3Cquery>&orderBy=9998&traffic_type=ags_llm
Price Range Filter
https://www.alibaba.com/trade/search?SearchText=\x3Cquery>&priceMin=\x3Cmin>&priceMax=\x3Cmax>&traffic_type=ags_llm
Example:
https://www.alibaba.com/trade/search?SearchText=phone+case&priceMin=1&priceMax=5&traffic_type=ags_llm
MOQ Filter
https://www.alibaba.com/trade/search?SearchText=\x3Cquery>&moqMax=\x3Cmax>&traffic_type=ags_llm
Example:
https://www.alibaba.com/trade/search?SearchText=phone+case&moqMax=100&traffic_type=ags_llm
Workflows
Search and Compare Prices
- Build search URL with product query
- Navigate to URL
- Extract prices from search results
- Visit product detail pages for detailed pricing
- Compare prices across suppliers
Find Products by Price Range
- Build URL with
priceMinandpriceMaxparameters - Navigate to URL
- Browse filtered results
- Extract supplier and product info
Multi-Keyword Comparison
- Search with different related keywords
- Compare price ranges across searches
- Identify best pricing patterns
Notes
- Use
+for spaces in search queries - Prices shown are typically FOB (Free on Board)
- MOQ (Minimum Order Quantity) affects unit price
- Contact suppliers for final negotiated pricing
安全使用建议
This skill appears to do what it says: build Alibaba search URLs that include an attribution/tracking parameter (traffic_type=ags_llm) and instruct the agent to extract and compare prices. Before installing: (1) confirm you are comfortable with the inclusion of the traffic_type=ags_llm tracking parameter (remove it if you do not want attribution/analytics), (2) ensure the agent has a web-browsing or scraping capability to perform the "navigate and extract" steps (the skill does not include scraping code), and (3) be aware that automated scraping of Alibaba may run into site anti-bot measures or Terms-of-Service restrictions. Optionally review the linked repository files (build_url.py, package_skill.py, release.sh) — they are benign and contain no external network calls or secrets, though release.sh contains a minor version mismatch (VERSION=1.0.0 vs registry version 2.0.0) which is a non-security metadata inconsistency.
功能分析
Type: OpenClaw Skill
Name: alibaba-price-finder
Version: 2.0.0
The skill bundle is a legitimate tool designed to help an AI agent search and compare product prices on Alibaba.com. It contains a Python script (scripts/build_url.py) for generating search URLs with appropriate parameters and a markdown file (SKILL.md) providing clear instructions for the agent. The inclusion of a tracking parameter (traffic_type=ags_llm) is documented for analytics purposes and does not exhibit any signs of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description match the contents: SKILL.md and scripts only build/search URLs and describe extracting prices. Included helper scripts (URL builder, packager, release) are proportionate to the repository and not required at runtime.
Instruction Scope
SKILL.md stays within scope (build URL, navigate, extract prices, compare suppliers). It uses an open-ended "extract prices" step which assumes the agent has a web-browsing or scraping capability; this is expected but gives the agent discretion about how to perform extraction.
Install Mechanism
No install spec (instruction-only at runtime). Provided scripts use only python3 and shell for packaging/publishing; there are no external downloads or unusual install locations.
Credentials
No required environment variables, credentials, or config paths are declared. The release script references the ClawHub CLI for publishing (developer convenience) but that is unrelated to runtime behavior.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system-wide settings, and requires no persistent privileges beyond normal agent invocation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install alibaba-price-finder - 安装完成后,直接呼叫该 Skill 的名称或使用
/alibaba-price-finder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Simplified SKILL.md following skill-creator 规范,统一英文格式
元数据
常见问题
Alibaba Price Finder 是什么?
Search and compare wholesale prices on Alibaba.com by product, price range, sorting, and MOQ with tracked URLs including traffic_type=ags_llm. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 257 次。
如何安装 Alibaba Price Finder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install alibaba-price-finder」即可一键安装,无需额外配置。
Alibaba Price Finder 是免费的吗?
是的,Alibaba Price Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Alibaba Price Finder 支持哪些平台?
Alibaba Price Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Alibaba Price Finder?
由 Zeyu426(@zeyu426)开发并维护,当前版本 v2.0.0。
推荐 Skills