← 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-count
Description
Noon 商品数量统计工具。输入阿拉伯语关键词,在 noon.com 沙特站搜索,返回搜索结果的商品数量。
Usage Guidance
This skill appears to do what it says: automate a browser to count search results on noon.com. Before installing, consider: (1) the README's claim of 'bypassing reCAPTCHA' is not implemented (the code only uses a stealth plugin and waits) — relying on it to evade anti-bot protections is risky and may violate site terms; (2) npm install will download Chromium and dependencies and the script runs a visible browser (headless:false), so run it in an isolated environment or CI with an X server if needed; (3) scraping may trigger rate limits or blocking — add throttling and respect the target site's robots/terms; (4) if you need automatic captcha solving or persistent scraping at scale, require explicit review and additional safeguards. If these caveats are acceptable, the skill is internally coherent.
Capability Analysis
Type: OpenClaw Skill
Name: noon-product-count
Version: 1.0.0
The skill is a straightforward web scraper designed to count product search results on noon.com (Saudi Arabia) using Puppeteer. The code in index.js follows the logic described in SKILL.md, utilizing standard anti-detection plugins (puppeteer-extra-plugin-stealth) and regex to extract data from the target site without any evidence of data exfiltration, malicious execution, or unauthorized access.
Capability Assessment
Purpose & Capability
Name/description (count products on noon.com) aligns with the included code and README: the skill launches a browser via puppeteer-extra + stealth and extracts the Arabic 'نتائج' count from noon.com/saudi-ar. Required artifacts (puppeteer packages) are consistent with this purpose.
Instruction Scope
SKILL.md instructs running the included index.js and installing puppeteer packages; instructions only access noon.com and do not read other files or environment variables. However, the README claims '自动绕过 reCAPTCHA 验证' while the code only uses stealth and long waits — there is no captcha-solving service or explicit bypass, so that claim is overstated and may mislead users into thinking the tool will evade anti-bot measures reliably.
Install Mechanism
No install spec is embedded; SKILL.md recommends npm install of public packages (puppeteer-extra, plugin, puppeteer). These are standard public npm packages. Note: puppeteer will download a Chromium binary, which is expected but sizable and writes to disk.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not attempt to access unrelated secrets or files. It does open a visible browser (headless:false), which requires a GUI/X server or a headless workaround.
Persistence & Privilege
The skill does not request permanent/always-on presence, does not modify other skills or system-wide agent settings, and operates only when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install noon-product-count - After installation, invoke the skill by name or use
/noon-product-count - 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 商品数量统计工具。输入阿拉伯语关键词,在 noon.com 沙特站搜索,返回搜索结果的商品数量。 It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install Noon 商品数量统计?
Run "/install noon-product-count" 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