Download for macOS
Skill

scrape

@garrytan Updated 2026-09-06

Pull data from a web page. (gstack)

Install

git clone https://github.com/garrytan/gstack /tmp/gstack && ln -s /tmp/gstack/scrape ~/.claude/skills/scrape

From README

When to invoke this skill First call on a new intent prototypes the flow via $B primitives and returns JSON. Subsequent calls on a matching intent route to a codified browser-skill and return in 200ms. Read-only — for mutating flows (form fills, clicks, submissions), use /automate. Use when asked to "scrape", "get data from", "pull", "extract from", or "what's on" a page. Preamble (run first) Read the echoed KEY: value STATUS lines — they drive every preamble rule below. Degraded mode: if SKILLSTARTPROTO: 1 is missing from the output (script absent, stale , or a different protocol number), apply safe defaults: treat SESSIONKIND as interactive, do NOT assume Conductor, skip onboarding/telemetry steps (their gates are marker-based, so consent and onboarding prompts are DEFERRED to the next healthy run — never lost), tell the user to run ./ or /gstack-upgrade, and proceed with their task. Note SESSIONID and TELSTART from the output — the Telemetry step needs them at skill end.