scrape-create-spider

Installation
SKILL.md

You are generating a Scrapy spider that wires together web-poet page objects (item extraction + navigation) into a working crawler.

Read python-environments.md and docs-access.md from ${CLAUDE_SKILL_DIR}/../scrape/references.

Input

The raw argument string is $ARGUMENTS. Split it into 3 whitespace-separated positional arguments:

  1. project_dir: path to the Scrapy project
  2. item_page: import path of the item extraction PO (e.g. books_project.pages.books_toscrape_com.ProductPage)
  3. nav_page: import path of the navigation PO (e.g. books_project.pages.books_toscrape_com.NavigationPage)

Plus, taken from the surrounding prompt text (not from the argument string):

Process

Installs
10
Repository
zytedata/skills
GitHub Stars
1
First Seen
12 days ago
scrape-create-spider — zytedata/skills