← 返回 Skills 市场
d4vinci

Scrapling Official Skill

作者 Karim shoair · GitHub ↗ · v0.4.15 · MIT-0
cross-platform ⚠ suspicious
14114
总下载
28
收藏
0
当前安装
15
版本数
在 OpenClaw 中安装
/install scrapling-official
功能描述
Scrape web pages using Scrapling with anti-bot bypass (like Cloudflare Turnstile), stealth headless browsing, spiders framework, adaptive scraping, and JavaScript rendering. Use when asked to scrape, crawl, or extract data from websites; web_fetch fails; the site has anti-bot protections; write Pyth
安全使用建议
Install only if you specifically need a powerful scraping/crawling tool and are prepared to keep its use limited to sites you own or are authorized to scrape. Avoid using the stealth, Cloudflare-solving, proxy rotation, DELETE/PUT/POST, remote CDP, persistent browser profile, and response-cache features unless you understand the legal, account, and data-retention impact. Do not use it for paywalls, authenticated areas without permission, personal data, or broad unsupervised crawling.
能力评估
Credentials
Network access, browser automation, custom browser executables, local Chrome use, remote CDP browser control, cookies, proxy credentials, and MCP exposure are all documented, but they are high-impact and not tightly destination-scoped.
Install Mechanism
Installation is disclosed as pip installing scrapling with extras plus running scrapling install --force to download browser dependencies, with Docker image alternatives. I found no hidden installer, obfuscated command, or persistence setup in the artifact files.
Instruction Scope
The skill is invoked for broad scrape/crawl/extract scenarios and recommends escalating to stealthy-fetch when blocked. It includes final guardrails to scrape only authorized content, respect robots.txt/ToS, avoid paywalls/authentication bypass, and avoid personal or sensitive data, but some high-risk examples appear before or away from that cautionary framing.
Persistence & Privilege
Persistent sessions, cookie/session reuse, user_data_dir support, crawl checkpoints, output files, and development response caches are documented. These are useful for scraping, but can retain sensitive scraped content or authenticated session material if users apply them to private targets.
Purpose & Capability
The stated purpose is web scraping, and most capabilities fit that purpose, but the artifacts explicitly promote stealth browsing, Cloudflare challenge solving, proxy use, and POST/PUT/DELETE requests against arbitrary URLs, which goes beyond low-risk content extraction.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scrapling-official
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scrapling-official 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.15
- Updated to version 0.4.15. - Added a new reference document: references/building-rag-systems.md. - Removed the old skill card file: skill-card.md. - Minimum required version for setup now uses "scrapling[all]>=0.4.15".
v0.4.14
scrapling-official 0.4.14 - Updated to require and document usage of scrapling version 0.4.14. - Removed the skill-card.md file from the repository. - No user-facing functional changes to features or commands.
v0.4.13
- Updated dependency requirement to scrapling version 0.4.13. - Removed the redundant skill-card.md file for simplification.
v0.4.12
- Updated dependency installation instructions to require scrapling version 0.4.12 or greater. - Removed unnecessary sample file: skill-card.md. - No user-facing functional changes.
v0.4.11
Version 0.4.11 of scrapling-official: - Updated required version in documentation to 0.4.11. - Added new reference file: references/spiders/platform-templates.md. - Removed obsolete file: skill-card.md.
v0.4.10
scrapling-official v0.4.10 - Updated SKILL.md to require and document installation with scrapling[all]>=0.4.10. - Added new integration documentation: references/integrations/scrapy.md. - Removed outdated file: skill-card.md. - Improved and updated various documentation files (examples/README.md, references/fetching/stealthy.md, references/mcp-server.md).
v0.4.9
scrapling-official 0.4.9 - Updated documentation to require installing version 0.4.9+. - Removed skill-card.md file. - General documentation and reference file improvements and updates.
v0.4.8
scrapling-official v0.4.8 - Updated documentation across multiple fetching and parsing reference files. - Added a new reference page for generic spider templates. - CLI installation instructions now recommend using "scrapling[all]>=0.4.8". - General improvements to documentation for setup, usage, and examples.
v0.4.7
- Updated minimum required version to Scrapling 0.4.7 in setup instructions. - Version bump to 0.4.7 in all documentation. - Minor documentation updates and clarification in SKILL.md, examples, and references.
v0.4.6
scrapling-official 0.4.6 - Added automatic ad blocking when using the --ai-targeted flag with browser commands. - Updated documentation to reflect the new ad blocking behavior with --ai-targeted. - Changed minimum required version: now requires scrapling[all]>=0.4.6 in setup instructions.
v0.4.5
scrapling-official 0.4.5 - Updated documentation for command-line options, especially `--follow-redirects` (now defaults to "safe", which rejects internal/private IP redirects). - Increased minimum required scrapling library version to 0.4.5. - Improved and clarified several reference and example docs. - Various minor documentation corrections and enhancements.
v0.4.4
scrapling-official 0.4.4 - Updated documentation links and references to version 0.4.4. - Improved and clarified getting started and architecture docs for spiders. - Enhanced example and advanced usage documentation for easier onboarding. - No feature or breaking changes; documentation quality and version alignment improved.
v0.4.3
Version 0.4.3 of scrapling-official — notable improvements and additions: - Added explicit instructions and argument (--ai-targeted) for safer AI context scraping. - Updated requirements to "scrapling[all]>=0.4.3" and clarified package metadata. - Improved documentation, setup instructions, and security-focused usage notes. - Enhanced CLI option descriptions, including a new --ai-targeted switch for content sanitization. - Expanded and revised reference/example docs for up-to-date scraping practices.
v0.4.2
- Updated minimum required Scrapling version to 0.4.2 in installation instructions. - Changed license from "Complete terms in LICENSE.txt" to explicit BSD-3-Clause in metadata. - Documentation and references improved across usage guides (examples, references/). - No breaking changes to usage or CLI interfaces.
v0.4.1
scrapling-official 0.4.1 - New official documentation (SKILL.md) clarifying features, setup, and usage patterns. - Highlights adaptive, stealthy web scraping with anti-bot bypass (Cloudflare Turnstile), JavaScript rendering, and scalable crawling/spiders. - Provides CLI commands for HTTP methods, browser automation, and content extraction using CSS selectors. - Documents key options for HTTP/browsing, including headers, proxies, selectors, authentication, and stealth features. - Includes setup instructions for Python and Docker environments.
元数据
Slug scrapling-official
版本 0.4.15
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 15
常见问题

Scrapling Official Skill 是什么?

Scrape web pages using Scrapling with anti-bot bypass (like Cloudflare Turnstile), stealth headless browsing, spiders framework, adaptive scraping, and JavaScript rendering. Use when asked to scrape, crawl, or extract data from websites; web_fetch fails; the site has anti-bot protections; write Pyth. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 14114 次。

如何安装 Scrapling Official Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install scrapling-official」即可一键安装,无需额外配置。

Scrapling Official Skill 是免费的吗?

是的,Scrapling Official Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Scrapling Official Skill 支持哪些平台?

Scrapling Official Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Scrapling Official Skill?

由 Karim shoair(@d4vinci)开发并维护,当前版本 v0.4.15。

💬 留言讨论