What problem does it solve? Manually copying data from web pages is slow and error-prone, and writing one-off scraper scripts for every site wastes engineering time. This Skill pulls data from a web page on demand and returns it as structured JSON. ## Core Features & Use Cases - Intent-based extraction: First call on a new intent prototypes the flow via $B browser primitives and returns JSON; subsequent matching calls route to a codified browser-skill and return in roughly 200ms. - Read-only safety: Designed strictly for read-only extraction; mutating flows like form fills, clicks, and submissions are delegated to the /automate skill instead. - Natural triggers: Activates on requests like "scrape this page", "get data from", "pull from", "extract from", or "what's on" a page. - Use Case: Ask the agent to pull all product names and prices from a public listing page, and receive structured JSON you can pipe into a spreadsheet or analysis script. ## Quick Start Ask the agent to scrape this page and extract the data you need from a given URL into JSON.