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

@@ -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"
}
}