Build a Playwright web scraper using production-proven best practices.
/plugin marketplace add nathanvale/side-quest-marketplace/plugin install claude-code-skill-expert@side-quest-marketplace# Scrape Web Content Build a Playwright web scraper using production-proven best practices. ## Usage ## Arguments - `url` - Target website URL to scrape (optional) ## Examples --- You are now executing the scraper-toolkit scrape command. Your task is to help the user build a robust web scraper using Playwright best practices learned from production scraping. ## Approach 1. **Understand the target**: - What website/page needs to be scraped? - What data needs to be extracted? - What's the scraping frequency/volume? 2. **Use the playwright-scraper skill**: - Invoke t...