Skip to main content

playwright-scraper

Playwright Scraper

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--playwright-scraper
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/3coco3--playwright-scraper/skills/playwright-scraper/SKILL.md -o .claude/skills/playwright-scraper.md

Drops the SKILL.md into .claude/skills/playwright-scraper.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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.