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):
- spec_path: path to the spec folder, e.g.
.scrape/books-toscrape - work_path: path to the working directory, e.g.
.scrape/.work/books-toscrape - schema: JSON object literal with the proposed schema (starts with
{, ends with the matching}) - html_variant: which HTML to use —
raworrendered - 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"]