← 返回 Skills 市场
Scrapeless Webunlocker Skill
作者
scrapeless
· GitHub ↗
· v1.0.0
· MIT-0
211
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install scrapeless-webunlocker-skill
功能描述
Bypass website blocks and scrape web content using Scrapeless Universal Scraping API.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install scrapeless-webunlocker-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/scrapeless-webunlocker-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Scrapeless Webunlocker Skill 是什么?
Bypass website blocks and scrape web content using Scrapeless Universal Scraping API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 211 次。
如何安装 Scrapeless Webunlocker Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install scrapeless-webunlocker-skill」即可一键安装,无需额外配置。
Scrapeless Webunlocker Skill 是免费的吗?
是的,Scrapeless Webunlocker Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Scrapeless Webunlocker Skill 支持哪些平台?
Scrapeless Webunlocker Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Scrapeless Webunlocker Skill?
由 scrapeless(@scrapelesshq)开发并维护,当前版本 v1.0.0。
推荐 Skills