Skip to main content
Back to registry

playwright-scraper

alphaonedev/openclaw-graph

This skill enables web scraping using Playwright, a Node.js library for browser automation. It focuses on handling dynamic content, authentication flows, pagination, data extraction, and screenshots to reliably scrape modern websites.

Installs537
Install command
npx skills add https://github.com/alphaonedev/openclaw-graph --skill playwright-scraper
Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykWARN
About this skill
This skill enables web scraping using Playwright, a Node.js library for browser automation. It focuses on handling dynamic content, authentication flows, pagination, data extraction, and screenshots to reliably scrape modern websites. Use this skill for scraping sites with JavaScript-rendered content (e.g., React or Angular apps), sites requiring login (e.g., dashboards), handling multi-page results (e.g., search results), or capturing visual data (e.g., screenshots for verification). Avoid for static HTML sites where simpler tools like requests suffice. Always initialize a browser context first, then create pages for navigation. Use async patterns for reliability. For authenticated scraping, handle cookies or sessions per context. Structure scripts to loop through pages for pagination and use try-catch for flaky elements.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does playwright-scraper do?

This skill enables web scraping using Playwright, a Node.js library for browser automation. It focuses on handling dynamic content, authentication flows, pagination, data extraction, and screenshots to reliably scrape modern websites.

Is playwright-scraper good?

playwright-scraper does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does playwright-scraper work with?

playwright-scraper currently lists compatibility with codex, gemini-cli, kimi-cli, amp, cline, github-copilot.

What are alternatives to playwright-scraper?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install playwright-scraper?

npx skills add https://github.com/alphaonedev/openclaw-graph --skill playwright-scraper

Related skills

Alternatives in Software Engineering