← Back to Skills Marketplace
Scrapling Safe
by
中国山东肥城林水科技
· GitHub ↗
· v1.0.0
· MIT-0
247
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install scrapling-safe
Description
Scrapling 安全技能 - 网页数据抓取工具 支持 HTTP 请求、隐身抓取、浏览器自动化 智能元素定位,抗反爬虫检测 无需 API 配置,路径输出受限
Usage Guidance
This skill appears to do what it says (scraping public sites) and doesn't ask for unrelated secrets. Before installing/using it you should: 1) verify the 'scrapling' package on PyPI or its source repository (ensure it's the legitimate project and inspect its install scripts); 2) be cautious when installing browser drivers or helper tools (they may download binaries); 3) run initially in a sandbox or isolated environment; 4) ensure you have legal authorization to scrape a target site and respect robots.txt and terms of service; and 5) if you rely on the output-path restriction, test that the tool cannot be tricked into writing outside your home directory (e.g., via symlinks or path traversal). If you need higher assurance, request the upstream source repository and provenance for the 'scrapling' package and any installer scripts.
Capability Analysis
Type: OpenClaw Skill
Name: scrapling-safe
Version: 1.0.0
The 'scrapling-safe' skill is a legitimate web scraping tool built on the Scrapling framework. It implements proactive security measures, including a path validation function in `scrapling.py` that restricts file output to the user's home directory to prevent path traversal. The code avoids dangerous execution functions like `eval()` or `exec()`, and the instructions in `SKILL.md` are strictly aligned with its stated purpose of public data extraction without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, requirements.txt, and scrapling.py all describe a web-scraping tool. Requested artifacts (a Python package 'scrapling' and browser dependencies) match the stated functionality (HTTP/stealthy/dynamic fetch modes). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and the code limit scope to public sites, enforce robots.txt and output-path restrictions (user home), and include rate/timeout controls. The runtime instructions and code do not read unrelated files or environment variables. Note: 'stealthy' and 'solve_cloudflare' modes intentionally attempt to evade anti-bot protections — this is coherent with scraping but increases potential for misuse.
Install Mechanism
There is no platform install spec (instruction-only), which is low platform risk. However, SKILL.md and requirements.txt instruct installing a third-party Python package ('scrapling') and browser dependencies via 'scrapling install'. Installing these external packages/drivers is a typical but non-trivial supply-chain risk; verify the package source and installer behavior before running.
Credentials
The skill requests no environment variables, secrets, or unrelated config paths. The code does not access credentials or global config; output path validation is limited to the user's home directory.
Persistence & Privilege
Skill is not always-enabled, is user-invocable, and does not modify other skills or system-wide agent settings. It does not request persistent privileges beyond normal execution.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scrapling-safe - After installation, invoke the skill by name or use
/scrapling-safe - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
scrapling-safe 1.0.0
- 初始发布。
- 支持多种网页抓取方式:HTTP、隐身模式、浏览器自动化。
- 提供智能元素定位与内容提取,支持 CSS/XPath/文本/正则方式。
- 增强安全性:仅抓取公开数据、路径输出受限、严格请求频率与超时控制、禁止危险函数。
- 易用命令行接口,兼容多类数据抓取场景。
Metadata
Frequently Asked Questions
What is Scrapling Safe?
Scrapling 安全技能 - 网页数据抓取工具 支持 HTTP 请求、隐身抓取、浏览器自动化 智能元素定位,抗反爬虫检测 无需 API 配置,路径输出受限. It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.
How do I install Scrapling Safe?
Run "/install scrapling-safe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Scrapling Safe free?
Yes, Scrapling Safe is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Scrapling Safe support?
Scrapling Safe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Scrapling Safe?
It is built and maintained by 中国山东肥城林水科技 (@linshuikeji); the current version is v1.0.0.
More Skills