← 返回 Skills 市场
Scrapeless Pro Skill
作者
showmemercy19-rgb
· GitHub ↗
· v1.0.3
· MIT-0
99
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install scrapeless-pro-skill
功能描述
Professional web scraping for OpenClaw — stealth Playwright automation with anti-bot bypass, JavaScript rendering, and structured data extraction from any mo...
安全使用建议
The skill appears to implement the claimed stealth scraping features, but there are small inconsistencies you should resolve before installing: (1) confirm whether the SCRAPELESS_LICENSE_KEY is actually required/enforced (the code shows only a regex check) — if it isn't enforced, treat the license requirement as misleading; (2) verify the legitimate purchase/support URL (SKILL.md links to a Netlify page but the code prints a different domain); (3) check that the package actually exports the programmatic API the docs advertise (require('scrapeless-pro') should return a scrape function); (4) be aware this tool performs active scraping with anti-detection techniques — that can violate websites' terms of service and potentially legal/regulatory rules in your jurisdiction; and (5) if you will run this on sensitive hosts, audit the code end-to-end for any hidden network calls (none were obvious in the provided snippet) and prefer installing and running in an isolated environment because Playwright will download/execute browser binaries.
功能分析
Type: OpenClaw Skill
Name: scrapeless-pro-skill
Version: 1.0.3
The 'scrapeless-pro' skill is a functional web scraping utility that uses Playwright to automate browser interactions. The code in `scraper.js` implements standard stealth techniques, such as user-agent rotation, viewport randomization, and overriding browser properties (e.g., `navigator.webdriver`), which are common practices for bypassing anti-bot mechanisms. The skill performs local data extraction and formatting without any evidence of data exfiltration, unauthorized file access, or malicious command execution. While the license validation is a simple local regex check and the support contact is a generic email, the logic is transparent and strictly aligned with the stated purpose of professional web scraping.
能力标签
能力评估
Purpose & Capability
The name/description (stealth Playwright scraping) aligns with the included code and declared binaries (node, npx) and dependencies (playwright). However the skill insists on SCRAPELESS_LICENSE_KEY in its metadata and documentation even though the visible code only performs a local regex check and (in the provided snippet) does not clearly enforce a license before scraping. Also the SKILL.md purchase URL (cosmic-lollipop-a61cc5.netlify.app) differs from the URL printed in the code's license error (https://scrapeless-pro.com), which is inconsistent and should be clarified.
Instruction Scope
The SKILL.md runtime instructions stick to installing Playwright, setting a license env var, and running the CLI/programmatic API. The code's runtime behavior (navigating to the target site, rendering JS, injecting stealth scripts, extracting page data) stays within the scraping purpose. Notable scope issues: (1) the doc claims 'No external APIs, no paid services, no data sent to third parties' while referencing a commercial license/purchase flow; (2) the documentation shows a programmatic require('scrapeless-pro') usage, but it's not obvious from the truncated code whether the module exports the scrape function correctly — this is a functional inconsistency rather than overtly malicious.
Install Mechanism
This is an instruction-only skill with bundled JS files and a package.json; there is no opaque download URL or archive extraction. Playwright is a normal dependency and SKILL.md instructs running 'npm install playwright' and 'npx playwright install chromium' which is expected for browser automation. No high-risk install mechanism detected in the provided files.
Credentials
Only one env var is required (SCRAPELESS_LICENSE_KEY), which is proportionate for a commercial component. However, the code shown validates the key only by local regex and (as provided) does not appear to contact a license server; if the license key is not actually used beyond formatting checks, asking users to set a license env var in metadata is misleading. No other unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not force-included (always:false). It does not request system-wide config changes, nor does it claim to modify other skills or persist beyond its own files. Autonomous invocation is allowed by default (disable-model-invocation:false) but that is the platform norm and not a separate red flag here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install scrapeless-pro-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/scrapeless-pro-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Added Node.js support with new package.json, package-lock.json, and scraper.js files.
- Enhanced anti-bot bypass and stealth with Playwright automation and detection evasion.
- Expanded documentation: details on installation, CLI options, custom selectors, and programmatic usage.
- Added support for multiple output formats (JSON, CSV, Markdown) and selector-based data extraction.
- Updated dependencies and setup instructions, including Playwright installation steps.
v1.0.2
- Updated homepage and purchase URL to https://cosmic-lollipop-a61cc5.netlify.app
- Changed the usage setup instructions for clarity and conciseness
- Simplified the feature list and removed mentions of CAPTCHA solving and Playwright
- Updated support contact to [email protected]
- License purchase details now specify a $49 one-time payment
v1.0.1
- Removed the main implementation file (index.js).
- All code functionality has been removed; only documentation remains.
- No changes to documentation or metadata.
v1.0.0
- Initial release of Scrapeless Pro for OpenClaw.
- Enables professional web scraping with anti-bot bypass, JavaScript rendering, proxy rotation, and CAPTCHA solving.
- Requires Node.js 18+, Playwright, and a commercial license key.
- Offers both command-line and JavaScript API usage.
- Easy installation and setup instructions included.
元数据
常见问题
Scrapeless Pro Skill 是什么?
Professional web scraping for OpenClaw — stealth Playwright automation with anti-bot bypass, JavaScript rendering, and structured data extraction from any mo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Scrapeless Pro Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install scrapeless-pro-skill」即可一键安装,无需额外配置。
Scrapeless Pro Skill 是免费的吗?
是的,Scrapeless Pro Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Scrapeless Pro Skill 支持哪些平台?
Scrapeless Pro Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Scrapeless Pro Skill?
由 showmemercy19-rgb(@showmemercy19-rgb)开发并维护,当前版本 v1.0.3。
推荐 Skills