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-0801072826or--asin B01N0SYZPZto target a specific edition--goodreads-url https://www.goodreads.com/book/show/12345to scrape a specific Goodreads page--editorial-onlyto skip reader reviews and only collect professional/editorial reviews--refreshto re-scrape books that already have review files (updates stats, adds new reviews)--max-reviews Nto limit reader reviews per book (default: 100)- Empty — ask the user for the author name
Before Starting
- Confirm browser tools are available (
mcp__chrome-devtools) — required for scraping review pages - Check
content-library/reviews/for any existing review files for this author - Read
src/lib/database/schema.tsfor thebookstable definition — useisbn,asin,title,slugto match books - Read existing research in
_docs/ormovemental-ai/_docs/movement_leader_research/for any prior review summaries to build on - If existing review files are found, load them and run in incremental mode — add new reviews, update stats, don't overwrite existing data