scrape-review-schema

Installation
SKILL.md

You are generating a review page that lets the user verify the proposed schema and extracted values in their browser.

Read ${CLAUDE_SKILL_DIR}/../scrape/references/python-environments.md.

Input

The raw argument string is $ARGUMENTS. Split it into up to 5 positional arguments. The 1st, 2nd and 4th are whitespace-separated tokens; the 3rd and 5th are JSON literals that may contain whitespace — recognize their boundaries by matching brackets (and strip outer single/double quotes if the caller quoted them):

  1. spec_path: path to the spec folder, e.g. .scrape/books-toscrape
  2. work_path: path to the working directory, e.g. .scrape/.work/books-toscrape
  3. schema: JSON object literal with the proposed schema (starts with {, ends with the matching })
  4. html_variant: which HTML to use — raw or rendered
  5. changes (optional): JSON array literal of change descriptions from the previous round (starts with [, ends with the matching ]), e.g. ["Re-analyzed price across all pages","Dropped field isbn"]
Installs
3
GitHub Stars
22
First Seen
Jun 15, 2026
scrape-review-schema — zytedata/claude-skills