review-scrape

Installation
SKILL.md

Scrape book reviews for: $ARGUMENTS

$ARGUMENTS should be one of:

  • An author name (e.g. "Alan Hirsch") — scrapes reviews for all discoverable books
  • --book "The Forgotten Ways" to scrape reviews for a single book
  • --isbn 978-0801072826 or --asin B01N0SYZPZ to target a specific edition
  • --goodreads-url https://www.goodreads.com/book/show/12345 to scrape a specific Goodreads page
  • --editorial-only to skip reader reviews and only collect professional/editorial reviews
  • --refresh to re-scrape books that already have review files (updates stats, adds new reviews)
  • --max-reviews N to limit reader reviews per book (default: 100)
  • Empty — ask the user for the author name

Before Starting

  1. Confirm browser tools are available (mcp__chrome-devtools) — required for scraping review pages
  2. Check content-library/reviews/ for any existing review files for this author
  3. Read src/lib/database/schema.ts for the books table definition — use isbn, asin, title, slug to match books
  4. Read existing research in _docs/ or movemental-ai/_docs/movement_leader_research/ for any prior review summaries to build on
  5. If existing review files are found, load them and run in incremental mode — add new reviews, update stats, don't overwrite existing data
Installs
2
GitHub Stars
1
First Seen
Jun 4, 2026
review-scrape — joshuashepherd/my-skills