AI AGENT ADDONS

Think of a robot that can use a web browser just like you do. Browser automation gives computers the power to open sites, click buttons, and read text. People use it to test websites, gather data from the internet, or let AI agents interact with web pages.

Many automation scripts break easily. The key is using the right selectors and waiting strategies. This skill teaches you how to build reliable systems that run for years. It focuses on Playwright, the best tool for most jobs, and also covers Puppeteer when needed.

You will learn patterns that avoid common mistakes. No more random timeouts or fragile code. Instead, you let the browser do the waiting and find elements the way users see them. This makes your tests and scrapers stable and easy to maintain.

Add Browser Automation skill to your workflow

Global

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

Project

mkdir -p .claude/skills/browser-automation

Source Repository

Stars
28,343
Forks
2,956
Watchers
28,343
License
MIT
Last Push
23 days ago
Created
1 year ago