← Back to Skills Marketplace
scrapelesshq

Scrapeless Webunlocker Skill

by scrapeless · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
211
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install scrapeless-webunlocker-skill
Description
Bypass website blocks and scrape web content using Scrapeless Universal Scraping API.
Usage Guidance
Before installing: - Confirm the skill's source and that scrapeless.com is the intended provider (repository source was 'unknown'). - Expect that every target URL, headers, and request body you give will be sent to Scrapeless and could be stored or billed — do not send sensitive private URLs or credentials. - Provide a dedicated, limited-scope API token (not reuse high-privilege secrets) and keep it out of public repos (.env should not be committed). - Resolve the metadata inconsistency: the registry should declare X_API_TOKEN as required (SKILL.md already does). - If you care about data locality/privacy, review Scrapeless's privacy/billing policies and TLS endpoint (api.scrapeless.com) and consider testing with non-sensitive targets first. - If uncertain about provenance, run the script in an isolated environment or review the full code (the main network call is a single POST to api.scrapeless.com) before granting the token.
Capability Analysis
Type: OpenClaw Skill Name: scrapeless-webunlocker-skill Version: 1.0.0 The skill is a legitimate API wrapper for the Scrapeless Universal Scraping service, used for web scraping and bypassing bot protections like Cloudflare and CAPTCHAs. The Python script `scripts/webunlocker.py` correctly implements a client that communicates with the official `api.scrapeless.com` endpoint using standard HTTP requests. No evidence of malicious behavior, data exfiltration, or prompt injection was found; the tool functions exactly as described in its documentation.
Capability Assessment
Purpose & Capability
The skill's name/description, SKILL.md, README, and script are coherent: it calls the Scrapeless Universal Scraping API and needs an API token. However the registry metadata reported at the top lists no required env vars while SKILL.md and scripts require X_API_TOKEN, an inconsistency that should be resolved.
Instruction Scope
Runtime instructions and the script are scoped to building a payload and POSTing it to https://api.scrapeless.com/api/v2/unlocker/request. This means any URL, custom headers, POST data, or selectors you provide will be transmitted to the external Scrapeless service (and billed). That behavior matches the stated purpose but has privacy/billing implications that users must consider.
Install Mechanism
No install spec in the registry (instruction-only with packaged Python script). requirements.txt lists only 'requests' and 'python-dotenv' — no suspicious download/install URLs or archive extractions were present.
Credentials
Requesting a single API credential (X_API_TOKEN) is proportional to the described functionality. The inconsistency between registry metadata (no env vars) and SKILL.md/script (requires X_API_TOKEN) is the main concern. The skill reads .env (repo root) which is normal but means tokens in that file will be used and potentially transmitted to the external API.
Persistence & Privilege
The skill is not marked 'always: true' and does not request special persistent privileges. It does not modify other skills or system settings based on the provided files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scrapeless-webunlocker-skill
  3. After installation, invoke the skill by name or use /scrapeless-webunlocker-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the webunlocker skill. - Enables bypassing website blocks and advanced web scraping via Scrapeless Universal Scraping API. - Supports JavaScript rendering, CAPTCHA solving (including Cloudflare), IP rotation, and intelligent retries. - Multiple response types: HTML, plaintext, Markdown, screenshots (PNG/JPEG), network logs, and specific content extraction. - Customizable request options: method, headers, POST data, proxy, country selection, and wait selectors. - Returns JSON-formatted output for all operations. - Includes error handling and billing/rate limit notes.
Metadata
Slug scrapeless-webunlocker-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Scrapeless Webunlocker Skill?

Bypass website blocks and scrape web content using Scrapeless Universal Scraping API. It is an AI Agent Skill for Claude Code / OpenClaw, with 211 downloads so far.

How do I install Scrapeless Webunlocker Skill?

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

Is Scrapeless Webunlocker Skill free?

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

Which platforms does Scrapeless Webunlocker Skill support?

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

Who created Scrapeless Webunlocker Skill?

It is built and maintained by scrapeless (@scrapelesshq); the current version is v1.0.0.

💬 Comments