Skills playwright-scraper

Playwright Stealth Scraper

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/3coco3/playwright-scraper" ~/.claude/skills/openclaw-skills-playwright-scraper && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/3coco3/playwright-scraper" ~/.openclaw/skills/openclaw-skills-playwright-scraper && rm -rf "$T"
manifest: skills/3coco3/playwright-scraper/SKILL.md
source 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
    puppeteer-extra-plugin-stealth
    to mimic real browser behavior.
  • 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.

  • url
    : The target website address.

Installation

Requires Playwright and Chromium to be installed in the skill directory.