This handles web scraping and API automation with Python or JavaScript stacks like requests, BeautifulSoup, Selenium, and Playwright. It'll parse HTML, call REST endpoints, handle dynamic pages, and even deal with anti-scraping measures like request throttling and header spoofing. The workflow is straightforward: analyze the target, pick your tools, write the scraper, test and optimize. One thing worth noting is the explicit focus on resource cleanup, especially killing Chrome processes after browser automation runs, which shows this was built with real production headaches in mind. Includes practical examples for static scraping, API calls, and dynamic content extraction.
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill web-scraping-automation