← 返回 Skills 市场
piyushzinc

Scrapling

作者 PiyushZinc · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
608
总下载
1
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install scrapling-extract
功能描述
Web scraping and data extraction using the Python Scrapling library. Use to scrape static HTML pages, JavaScript-rendered pages (Playwright), and anti-bot or...
安全使用建议
This skill is coherent for web scraping, but before installing: 1) Review the third-party Python package 'scrapling' (PyPI, source repo, maintainers) to ensure it is trustworthy; 2) Be aware that pip installing extras and running Playwright will download and execute external code and browser binaries — do so in a controlled environment if unsure; 3) Scraping stealth/anti-bot protected sites can violate terms of service or laws — only use against sites you are authorized to scrape; 4) The example shows posting credentials for login flows — never supply sensitive credentials to unknown code or services; 5) Test in a sandbox/container and audit network activity if you need higher assurance.
功能分析
Type: OpenClaw Skill Name: scrapling-extract Version: 1.0.3 The skill bundle provides a legitimate interface for the Scrapling web scraping library, allowing for structured data extraction from static and dynamic websites. The included Python script (scripts/extract_with_scrapling.py) and documentation (SKILL.md) are well-structured, follow the stated purpose, and contain no evidence of malicious behavior, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name and description match the included SKILL.md and the Python helper. The skill documents static, dynamic, and stealthy fetchers and includes a matching CLI/py script. There are no environment variables, config paths, or unrelated binaries requested that would be inconsistent with a scraping tool.
Instruction Scope
SKILL.md and the script stay within scraping scope: they instruct installing scrapling and Playwright, choosing fetchers, running the included CLI, and optionally using sessions (including a login example). The instructions do show examples that post login forms (session.post) which implies handling credentials, but the skill does not request or capture secrets itself. The doc also recommends respecting site terms and adding safety controls.
Install Mechanism
This is an instruction-only skill with no install spec; it tells users to pip install 'scrapling' and optional extras and to run Playwright installer. Installing Python packages and Playwright is expected for this functionality, but it does entail downloading and executing third-party code (PyPI packages and browser drivers), which is normal but should be reviewed before installation.
Credentials
The skill declares no required environment variables, credentials, or config paths. Example code demonstrates how to post credentials for login flows, which is appropriate for session-based scraping, but the skill itself does not request or attempt to exfiltrate secrets.
Persistence & Privilege
The skill is not always-included and allows normal autonomous invocation. It does not request permanent system-wide privileges or modify other skills' configurations. There is no install-time behavior in the bundle that persists state beyond normal use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scrapling-extract
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scrapling-extract 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Improve search visibility with keyword-rich description and tags
v1.0.2
Add playwright install step and --fetcher flag examples
v1.0.1
Improve description for clawdhub listing
v1.0.0
Initial release of the scrapling-extract skill. - Enables web scraping and structured content extraction using the Python Scrapling library. - Supports resilient selector patterns, dynamic/browser-rendered page handling, and anti-bot protection workflows. - Allows extraction of text, links, and tables into JSON or Markdown. - Provides CLI commands and Python APIs for flexible scraping and data transformation. - Includes guidance on setup, workflow patterns, selector strategies, and error handling best practices.
元数据
Slug scrapling-extract
版本 1.0.3
许可证
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Scrapling 是什么?

Web scraping and data extraction using the Python Scrapling library. Use to scrape static HTML pages, JavaScript-rendered pages (Playwright), and anti-bot or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 608 次。

如何安装 Scrapling?

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

Scrapling 是免费的吗?

是的,Scrapling 完全免费(开源免费),可自由下载、安装和使用。

Scrapling 支持哪些平台?

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

谁开发了 Scrapling?

由 PiyushZinc(@piyushzinc)开发并维护,当前版本 v1.0.3。

💬 留言讨论