You can control your web browser directly from the terminal. This skill turns Chrome DevTools into a command line tool. It lets you automate actions like clicking, filling forms, and navigating pages. Developers and testers can save time by scripting browser tasks. The commands are simple and easy to learn. You do not need a graphical interface to interact with web pages.
Using this tool you can take snapshots of a page to find element IDs. Then you can click, fill, or drag those elements. You can also manage multiple browser tabs and emulate network conditions. Everything runs from your command line with no extra setup each time. This makes repetitive browser testing fast and reliable.
The tool supports many commands like click, fill, hover, and press_key. You can also navigate pages, handle dialogs, and upload files. Output can be plain text or JSON for easy integration with other scripts. It is a powerful way to automate web interactions without leaving your terminal.
Global
mkdir -p ~/.claude/skills/chrome-devtools-cliProject
mkdir -p .claude/skills/chrome-devtools-cliSource Repository
Agent Browservercel-labs/agent-browser
Fast browser automation tool for AI agents to control any website
Just Scrapescrapegraphai/just-scrape
Search, scrape, crawl, and monitor web pages with an easy command line tool
Develop Userscriptsxixu-me/skills
Build and debug browser userscripts for Tampermonkey and ScriptCat
Browser Usebrowser-use/browser-use
Automate web testing, form filling, and screenshots with simple CLI commands
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
Firecrawl Scrapefirecrawl/cli
Extract clean text from any webpage, even JavaScript-heavy sites, instantly
Agent Browserqu-skills/skills
Let your AI agent browse the web, click, type, and capture screenshots