feat: add safe Playwright scraper skill

This commit is contained in:
Stefano Fiorini
2026-03-10 19:07:30 -05:00
parent 60363f9f0c
commit 4b505e4421
10 changed files with 430 additions and 0 deletions

View File

@@ -7,6 +7,15 @@ description: Browse and scrape web pages using Playwright with Camoufox anti-det
Automated web browsing and scraping using Playwright with Camoufox anti-detection browser.
## Routing Rule
Before using this skill, classify the task:
- If the task is one-shot page extraction for title/content from a single URL, use `~/.openclaw/workspace/skills/playwright-safe/SKILL.md` instead.
- If the task needs a multi-step browser flow, authenticated session handling, or interactive navigation/click/type behavior, use this `web-automation` skill.
Do not use `web-automation` for simple single-page extraction when `playwright-safe` is available.
## Requirements
- Node.js 20+