← 返回 Skills 市场
Noon 商品搜索工具
作者
freemanwangfuhan-coder
· GitHub ↗
· v1.0.0
· MIT-0
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install noon-product-search
功能描述
Noon 商品搜索工具。输入阿拉伯语关键词,使用 Chrome 浏览器在 noon.com/saudi-ar 搜索,返回第一页所有商品的标题、评分、评价数和价格。
安全使用建议
What to consider before installing/running: 1) The code is a straightforward web scraper for noon.com and does not request secrets, but SKILL.md and the code disagree about how to run it — SKILL.md emphasizes chrome-remote-interface/remote-debugging while the main script launches Chromium with puppeteer. Ask the author to clarify required dependencies or inspect package.json (none included) and run npm install for puppeteer-extra and chrome-remote-interface in an isolated environment first. 2) The scripts use puppeteer-extra-plugin-stealth (anti-detection) — expected for scraping but may violate site terms and raise blocking/legal concerns if used aggressively. 3) There is no automatic install: running without installing npm packages will fail; don’t run as root on a host you care about — test in a sandbox/VM. 4) If you need to proceed, verify the dependencies locally, audit the files for network calls (none to external APIs are present) and run with rate limiting to avoid abusive scraping. If you want higher assurance, request the author to include a package.json and an explicit install script and to align SKILL.md with the actual runtime behavior.
功能分析
Type: OpenClaw Skill
Name: noon-product-search
Version: 1.0.0
The bundle is a functional web scraping tool designed to search for products on Noon.com. The scripts (index.js, cdp-search.js, and simple-search.js) use Puppeteer and Chrome Remote Interface to automate browser navigation, handle pagination, and extract product metadata like titles and prices. There is no evidence of malicious intent, data exfiltration, or prompt injection; the code is well-structured and aligned with its stated purpose of e-commerce data retrieval.
能力评估
Purpose & Capability
The code files implement a Noon product search (three alternative scrapers: puppeteer-based index.js and simple-search.js, and a chrome-remote-interface CDP script). That matches the stated purpose of returning titles/ratings/reviews/prices. However the SKILL.md only mentions chrome-remote-interface and requiring Chrome debugging port 9222, while the primary runtime (index.js) uses puppeteer-extra and stealth plugin; those packages are not listed in SKILL.md. Having three different scraper implementations is plausible but unexplained.
Instruction Scope
SKILL.md instructs running index.js and also tells the user to start Chrome with --remote-debugging-port=9222 (relevant to cdp-search.js). The actual index.js launches Chromium via puppeteer and does not need an externally-launched Chrome debugging port. The scripts only interact with noon.com pages (no external endpoints, no credential or file access beyond argv), but they include stealth/anti-detection code (puppeteer-extra-plugin-stealth) which is evasion-oriented — expected for scraping but worth noting.
Install Mechanism
There is no install spec (instruction-only), so nothing is automatically written to disk by an installer. SKILL.md claims 'first run will auto install dependencies' but no install script or package manifest is provided in the bundle; the code requires npm packages (puppeteer-extra, puppeteer-extra-plugin-stealth, chrome-remote-interface) that will fail if not installed. This mismatch is an inconsistency to clarify.
Credentials
The skill requests no environment variables, no credentials, and touches no config paths beyond using process.argv. That is proportionate to a simple web scraper.
Persistence & Privilege
always:false and no special persistence or modifications to other skill configs. The skill does not request elevated agent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install noon-product-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/noon-product-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Noon 商品搜索工具 是什么?
Noon 商品搜索工具。输入阿拉伯语关键词,使用 Chrome 浏览器在 noon.com/saudi-ar 搜索,返回第一页所有商品的标题、评分、评价数和价格。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Noon 商品搜索工具?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install noon-product-search」即可一键安装,无需额外配置。
Noon 商品搜索工具 是免费的吗?
是的,Noon 商品搜索工具 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Noon 商品搜索工具 支持哪些平台?
Noon 商品搜索工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Noon 商品搜索工具?
由 freemanwangfuhan-coder(@freemanwangfuhan-coder)开发并维护,当前版本 v1.0.0。
推荐 Skills