scrape
Installation
SKILL.md
Step 1 — Determine intent
The user's request after /scrape is the intent. If they did not include
one, ask once:
"What do you want to scrape? Describe it in one line, e.g. 'top stories on Hacker News' or 'product names + prices on example.com/products'."
Do not ask multiple clarifying questions up front. Any further questions go in the prototype path where they're cheaper.
Step 2 — Refuse mutating intents
If the intent implies writes — verbs like submit, post, send, log in, click X, fill the form, delete, create, order, book — respond:
"/scrape is read-only. For mutating flows, use /automate (browser-skills Phase 2 P0 in TODOS.md — not yet shipped). Until then, use $B click / $B fill / $B type directly."