scrapling-skill
v1.0.0Use this skill whenever the user asks to scrape a website, extract structured data from web pages, handle anti-bot/Cloudflare pages, crawl multiple pages, or...
⭐ 1· 282·0 current·0 all-time
by@sea2049
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (web scraping, anti-bot handling, crawling) match the SKILL.md content. The instructions only request installing and using the Scrapling Python library and choosing fetchers/spiders appropriate for scraping tasks. There are no unrelated environment variables, binaries, or config paths required. One note: the skill metadata lacks a homepage or source repository, so there's no external link to verify the upstream project.
Instruction Scope
SKILL.md stays on-topic: it describes setup, fetcher selection, extraction templates, and crawling patterns. It does not instruct the agent to read local secrets, system files, or exfiltrate data to third-party endpoints. It does prescribe a Windows-specific path (D:\clawtest) as the default working environment and explicitly tells the user to run pip and a 'scrapling install' CLI (which is expected for browser fetchers).
Install Mechanism
There is no install spec in the skill bundle (instruction-only), so nothing is written automatically. However, the runtime instructions tell the user/agent to run pip install "scrapling[fetchers]" and run 'scrapling install'. Those commands will pull packages from PyPI and 'scrapling install' likely downloads browser binaries (Chromium, etc.) — expected for browser-based fetchers but still a network download risk. The SKILL.md does not provide an explicit verified upstream URL (e.g., PyPI project or GitHub repo) to confirm the package source.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate for a scraping helper. The only environment expectation is a working Python venv under the recommended path; no secrets are requested.
Persistence & Privilege
Skill flags show default behavior (always: false, model invocation enabled) and nothing requests elevated or persistent platform privileges. The skill does not ask to modify other skills or global agent settings.
Assessment
This skill appears coherent for building scraping workflows, but consider the following before installing or running it: (1) The SKILL.md tells you to pip install 'scrapling' and run 'scrapling install' — these will fetch code and likely download browser binaries from the network. Verify the package on PyPI or its source repo before installing. (2) Run installs and any headless-browser activity in an isolated environment (virtualenv, container, or disposable VM) to limit risk. (3) The skill hard-codes a Windows path (D:\clawtest); adapt the path for your OS. (4) Confirm legal/terms-of-service/robots.txt considerations for any target site; avoid scraping private or authenticated data unless you have explicit permission. (5) Because the skill bundle lacks an upstream homepage/source link, prefer to inspect the 'scrapling' package source (or use a well-known, audited scraper library) before trusting automation that will download/run code.Like a lobster shell, security has layers — review code before you run it.
latestvk970qsfjr7wp6ccaxd5m40sqvx82fagq
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
