AI AGENT ADDONS

Browser automation lets you control web browsers automatically. You can use it to test websites, scrape data, or let AI agents interact with pages. The key is using the right selectors and waiting strategies to avoid broken scripts.

This skill focuses on Playwright and Puppeteer. Playwright is the top choice for most tasks. It handles waits and cross-browser support well. Puppeteer is best if you need stealth plugins or work only with Chrome.

Whether you test a site you control or scrape a site that fights back, the approach differs. This skill teaches you both patterns. You will learn test isolation, anti-detection, and how to use cloud browsers for scale.

Add Browser Automation skill to your workflow

Global

mkdir -p ~/.claude/skills/browser-automation

Project

mkdir -p .claude/skills/browser-automation

Source Repository

Stars
41,937
Forks
6,705
Watchers
41,937
License
MIT
Last Push
1 month ago
Created
7 months ago