Scrapling

v1.0.3

Web scraping and data extraction using the Python Scrapling library. Use to scrape static HTML pages, JavaScript-rendered pages (Playwright), and anti-bot or...

1· 425·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

anti-botvk9797hkad8xxh41kbv8x9vrjth82cea5automationvk9797hkad8xxh41kbv8x9vrjth82cea5css-selectorvk9797hkad8xxh41kbv8x9vrjth82cea5extractionvk9797hkad8xxh41kbv8x9vrjth82cea5htmlvk9797hkad8xxh41kbv8x9vrjth82cea5latestvk9797hkad8xxh41kbv8x9vrjth82cea5playwrightvk9797hkad8xxh41kbv8x9vrjth82cea5scrapingvk9797hkad8xxh41kbv8x9vrjth82cea5stealthvk9797hkad8xxh41kbv8x9vrjth82cea5web-scrapingvk9797hkad8xxh41kbv8x9vrjth82cea5xpathvk9797hkad8xxh41kbv8x9vrjth82cea5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments