ClaudeSuperPower

scrape-create-spider

Skill

Generate a Scrapy spider that wires page objects together

Install

git clone https://github.com/zytedata/claude-skills.git ~/.claude/skills/scrape-create-spider

What is scrape-create-spider?

Generate a Scrapy spider that wires page objects together

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Run shell commands

Declares Bash

Create and modify files

Declares Write or Edit

~14 tokens of context used while enabled, before you invoke anything

All declared tools (4)
BashEditReadWrite

Documentation

README · ~3 min read

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):

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.

Skillssimilar to this one

All skills