Playwright Scraper Skill
Playwright-based web scraping OpenClaw Skill with anti-bot protection. Successfully tested on complex sites like Discuss.com.hk.
CHANGELOG.md
text/markdown · 1625 bytes
CONTRIBUTING.md
text/markdown · 3011 bytes
INSTALL.md
text/markdown · 2203 bytes
README.md
text/markdown · 4471 bytes
README_ZH.md
text/markdown · 4267 bytes
SKILL.md
text/markdown · 6155 bytes
examples/README.md
text/markdown · 4207 bytes
examples/discuss-hk.sh
text/plain · 432 bytes
package-lock.json
application/json · 1696 bytes
package.json
application/json · 531 bytes
scripts/playwright-simple.js
text/javascript · 1755 bytes
scripts/playwright-stealth.js
text/javascript · 5572 bytes
test.sh
text/plain · 1110 bytes
Security Scan
Status
suspicious
OpenClaw
gpt-5-mini
OpenClaw analysis
The skill's code and instructions match a Playwright-based scraper, but the registry metadata omits required runtime dependencies (Node/Playwright) and the SKILL.md encourages anti-bot evasion tactics (proxies/CAPTCHA services) — a coherent scraper but with metadata and disclosure gaps you should understand before installing.
Confidence: medium
VirusTotal
Type: OpenClaw Skill Name: playwright-scraper-skill Version: 1.2.0 The skill is designed for web scraping, including bypassing anti-bot measures using Playwright. While the core functionality and documentation are aligned with its stated purpose, the `scripts/playwright-stealth.js` file uses the `--no-sandbox` and `--disable-setuid-sandbox` flags when launching Chromium. Disabling the browser's sandbox is a security risk, as it can make the system more vulnerable if the browser itself is compromised by malicious web content. Although this is a common practice in web scraping for compatibility, it represents a risky capability without clear malicious intent from the skill author, thus classifying it as suspicious.