feat: add safe Playwright scraper skill
This commit is contained in:
12
skills/playwright-safe/package.json
Normal file
12
skills/playwright-safe/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "playwright-safe",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "Single-entry Playwright scraper skill with bounded stealth behavior",
|
||||
"scripts": {
|
||||
"smoke": "node scripts/playwright-safe.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"playwright": "^1.52.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user