What problem does it solve? Manually copying data from web pages is slow and error-prone. This Skill pulls structured data from a page on demand, prototyping the flow on first use and routing repeat requests to a fast codified browser-skill path. ## Core Features & Use Cases - Web Data Extraction: Pull data from any web page when asked to "scrape", "get data from", "pull", "extract from", or report "what's on" a page. - Adaptive Routing: First call on a new intent prototypes the flow via $B primitives and returns JSON; subsequent matching calls route to a codified browser-skill and return in roughly 200ms. - Read-Only Safety: Restricted to read-only extraction; mutating flows like form fills, clicks, and submissions are delegated to the /automate skill. - Use Case: Ask the assistant to pull the pricing table from a competitor's product page and receive the data back as structured JSON. ## Quick Start Ask the assistant to scrape the data from a specific web page URL and return it as JSON.