ClaudeSuperPower

scrape-review-schema

Skill

Generate an HTML review page for schema and extracted data verification

Install

git clone https://github.com/zytedata/claude-skills.git ~/.claude/skills/scrape-review-schema

What is scrape-review-schema?

Generate an HTML review page for schema and extracted data verification

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

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

All declared tools (3)
BashReadWrite

Documentation

README · ~2 min read

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

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.