web-scraping

Installation
SKILL.md

Web Scraping

Extract data with the lightest reliable method first.

Choose the approach

  1. Use web_fetch for simple public pages when the needed content is already in HTML.
  2. Use browser when the site is dynamic, needs clicking, infinite scroll, filters, tabs, or login/session state.
  3. Use web_search only to discover candidate pages when the target URL is unknown.

Default workflow

Installs
8
GitHub Stars
19
First Seen
May 15, 2026
web-scraping — bighardperson/computer-science-skills-collection