feat: add safe Playwright scraper skill
This commit is contained in:
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user