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:

  1. url: target website URL (first whitespace-separated token)
  2. what: what the user wants to extract (the rest after the URL, e.g. "product", "job listing", "recipe" — free text, may contain spaces)

Track progress

Installs
3
GitHub Stars
22
First Seen
Jun 15, 2026
scrape — zytedata/claude-skills