Automates Amazon product research through Chrome DevTools by scraping search results, extracting ASINs, and verifying details on actual product pages. The workflow is methodical: gather requirements first (budget, use case, deal breakers), then search, extract, and verify every product before presenting recommendations. The mandatory verification step prevents a common scraping pitfall where ASINs from ads or footer links get mismatched with product names. Ranks results by review count over raw ratings when scores are close, which is a practical heuristic for reliability. Handles CAPTCHAs and rate limits with wait strategies. If you're building purchase recommendation flows or comparison tools that need accurate Amazon data, this gives you the full extraction and verification pipeline.
npx skills add https://github.com/jlave-dev/agent-skills --skill amazon-shopping