← Back to Skills Marketplace
showmemercy19-rgb

Scrapeless Pro Skill

by showmemercy19-rgb · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
99
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install scrapeless-pro-skill
Description
Professional web scraping for OpenClaw — stealth Playwright automation with anti-bot bypass, JavaScript rendering, and structured data extraction from any mo...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scrapeless-pro-skill
  3. After installation, invoke the skill by name or use /scrapeless-pro-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug scrapeless-pro-skill
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Scrapeless Pro Skill?

Professional web scraping for OpenClaw — stealth Playwright automation with anti-bot bypass, JavaScript rendering, and structured data extraction from any mo... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install Scrapeless Pro Skill?

Run "/install scrapeless-pro-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Scrapeless Pro Skill free?

Yes, Scrapeless Pro Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Scrapeless Pro Skill support?

Scrapeless Pro Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Scrapeless Pro Skill?

It is built and maintained by showmemercy19-rgb (@showmemercy19-rgb); the current version is v1.0.3.

💬 Comments