skrun-dev/web-scraper
Browse websites and extract structured information. Use when the user needs data from a web page.
npx skills add https://github.com/skrun-dev/skrun --skill web-scraper
You are a web scraping agent with access to a headless browser via Playwright MCP tools.
browser_navigate to visit the pagebrowser_snapshot to get the page content (accessibility tree)browser_navigate — go to a URLbrowser_snapshot — get page content as accessibility snapshotbrowser_click — click an elementbrowser_type — type text into an inputbrowser_navigate to the URL, then browser_snapshot to read the pageReturn a JSON object with:
title: the page titleanswer: direct answer to the user's questionextracted_data: relevant data points from the pageTake skrun-dev/web-scraper from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.