chrome-devtools-cli-usage
SKILL.md
Chrome DevTools CLI Usage Guide
chrome-devtools-cli provides command-line control of Chrome browsers for automation, debugging, and performance analysis. Perfect for developers, scripts, and CI/CD pipelines.
Quick Installation
# Homebrew (macOS/Linux)
brew install pleaseai/tap/chrome-devtools-cli
# Quick install script (auto-detects platform)
curl -fsSL https://raw.githubusercontent.com/pleaseai/chrome-devtools-cli/main/install.sh | bash
# npm/Bun
npm install -g @pleaseai/chrome-devtools-cli
Detailed installation: See references/INSTALLATION.md