scrape
Installation
SKILL.md
You are orchestrating the full web scraping workflow, from a user's prompt to a working Scrapy spider with web-poet page objects.
Prerequisites
Requires uv. Install if missing.
Input
The raw argument string is $ARGUMENTS. Split it into 2 positional arguments:
- url: target website URL (first whitespace-separated token)
- what: what the user wants to extract (the rest after the URL, e.g. "product", "job listing", "recipe" — free text, may contain spaces)