Auto backup: 2026-02-19 12:11

This commit is contained in:
Krilly
2026-02-19 12:11:01 +00:00
parent ad3bcbcc45
commit b33a4d2390
178 changed files with 26760 additions and 48 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "playwright-scraper-skill",
"version": "1.2.0",
"description": "基於 Playwright 的網頁爬蟲 OpenClaw Skill",
"main": "scripts/playwright-stealth.js",
"scripts": {
"simple": "node scripts/playwright-simple.js",
"stealth": "node scripts/playwright-stealth.js",
"test": "bash test.sh"
},
"keywords": [
"scraper",
"playwright",
"puppeteer",
"cloudflare",
"anti-detection"
],
"author": "多米",
"license": "MIT",
"dependencies": {
"playwright": "^1.40.0"
}
}