You can control a web browser using simple commands. This skill gives you a set of scripts that work with Chrome DevTools. You can navigate to websites, fill out forms, click buttons, and take screenshots. It is useful for testing, debugging, and collecting information from websites.
The scripts automatically compress large screenshots to keep them under 5MB. This makes them safe for use with other tools. You can also monitor network traffic, check console messages, and measure page performance. Every script outputs JSON data that is easy to read and parse.
You can chain multiple commands together to keep the browser open between steps. This helps you automate complex workflows like logging into a site and checking settings. The skill is designed to be simple to use without needing deep technical knowledge.
Global
mkdir -p ~/.claude/skills/chrome-devtoolsProject
mkdir -p .claude/skills/chrome-devtoolsSource Repository
Agent Browservercel-labs/agent-browser
Fast browser automation tool for AI agents to control any website
Develop Userscriptsxixu-me/skills
Build and debug browser userscripts for Tampermonkey and ScriptCat
Just Scrapescrapegraphai/just-scrape
Search, scrape, crawl, and monitor web pages with an easy command line tool
Browser Actbrowser-act/skills
AI agents use browser-act to automate web tasks like fetch forms screenshots and complex workflows
Firecrawlfirecrawl/cli
Search, scrape, and crawl websites with one simple command line tool
Playwright Climicrosoft/playwright-cli
Automate browser tasks and test web pages with simple terminal commands
Browser Usebrowser-use/browser-use
Automate web testing, form filling, and screenshots with simple CLI commands
Browser Act Skill Forgebrowser-act/skills
Explore any website once and create reusable skill packages forever