install
source · Clone the upstream repo
git clone https://github.com/GeorgeDoors888/GB-Power-Market-JJ
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.claude/skills && cp -r "$T/openclaw-skills/skills/3coco3/playwright-scraper" ~/.claude/skills/georgedoors888-gb-power-market-jj-playwright-scraper && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/openclaw-skills/skills/3coco3/playwright-scraper" ~/.openclaw/skills/georgedoors888-gb-power-market-jj-playwright-scraper && rm -rf "$T"
manifest:
openclaw-skills/skills/3coco3/playwright-scraper/SKILL.mdsource content
Playwright Stealth Scraper
A high-performance MCP skill for OpenClaw that bypasses anti-bot measures using Playwright Extra and Stealth plugin.
Features
- Stealth Mode: Uses
to mimic real browser behavior.puppeteer-extra-plugin-stealth - Dynamic Content: Full JavaScript execution support for SPA and React-based sites.
- Flexible Options: Custom viewport and User-Agent spoofing.
Tools
stealth_scrape
Scrapes any URL with advanced bot detection bypass.
: The target website address.url
Installation
Requires Playwright and Chromium to be installed in the skill directory.