← Back to Skills Marketplace
Noon 商品搜索工具
by
freemanwangfuhan-coder
· GitHub ↗
· v1.0.0
· MIT-0
114
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install noon-product-search
Description
Noon 商品搜索工具。输入阿拉伯语关键词,使用 Chrome 浏览器在 noon.com/saudi-ar 搜索,返回第一页所有商品的标题、评分、评价数和价格。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install noon-product-search - After installation, invoke the skill by name or use
/noon-product-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Noon 商品搜索工具?
Noon 商品搜索工具。输入阿拉伯语关键词,使用 Chrome 浏览器在 noon.com/saudi-ar 搜索,返回第一页所有商品的标题、评分、评价数和价格。 It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install Noon 商品搜索工具?
Run "/install noon-product-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Noon 商品搜索工具 free?
Yes, Noon 商品搜索工具 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Noon 商品搜索工具 support?
Noon 商品搜索工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Noon 商品搜索工具?
It is built and maintained by freemanwangfuhan-coder (@freemanwangfuhan-coder); the current version is v1.0.0.
More Skills