One-click install
npx skills add https://github.com/abrahamgreyson/skills --skill scrape-abrahamgreyson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrape
Source: https://github.com/abrahamgreyson/skills/tree/main/gstack/scrape
Command: npx skills add https://github.com/abrahamgreyson/skills --skill scrape-abrahamgreyson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of reading web pages and copying their contents into a usable format, so you can capture page data quickly and consistently.

Core Features & Use Cases

  • Visible Content Extraction: Pull text, facts, and page details from a single web page or a set of similar pages.
  • Structured Data Capture: Gather listings, tables, prices, and other repeatable fields into clean output that is easier to analyze.
  • Read-Only Web Workflows: Use it when you need to inspect and collect information without changing the page, such as research, monitoring, or public-data collection.

Quick Start

Ask the assistant to scrape the target web page and return the visible text or structured fields you need.

Frequently Asked Questions about scrape

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract structured data from a web page?

Web scraping converts page content into usable structured output by applying browser-safe inspection to read public pages. It captures visible text, facts, tables, and listings without mutating forms or altering page state.

Can I scrape tables and prices from public web pages?

You can scrape tables and prices from public pages by gathering repeatable fields into clean structured output. This read-only extraction captures listings and visible text without submitting forms or altering page state.

What's the best way to capture visible text from HTML for research?

The best way to capture visible text is through read-only web workflows that inspect and collect information without changing the page. HTML parsing extracts page details quickly and consistently for monitoring or public-data collection.

Does web scraping work for browser automation tasks that require logging in?

No, this web scraping approach is designed for read-only tasks and does not support browser automation that requires logging in. It applies deterministic extraction behavior without mutating forms, submissions, or page state.

How to scrape multiple similar web pages into a single structured format?

To scrape multiple similar web pages into a single structured format, apply deterministic extraction behavior across the set. This captures facts, listings, and visible text from each page, converting the content into clean structured output.