AI AGENT ADDONS

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.

Add Chrome Devtools Cli skill to your workflow

Global

mkdir -p ~/.claude/skills/chrome-devtools-cli

Project

mkdir -p .claude/skills/chrome-devtools-cli

Source Repository

Stars
44,618
Forks
2,894
Watchers
44,618
License
Apache-2.0
Last Push
23 days ago
Created
10 months ago