finasfinasCommunityยท1 Agent Skills Included

browser-cli

Browser automation, testing, and debugging via Chrome DevTools

Controls Chrome from the terminal to navigate pages, click elements, fill forms, and capture screenshots. Monitors network requests, console errors, and runs Lighthouse performance and accessibility audits. Eliminates manual browser testing by letting plain-English requests drive multi-step automation workflows.
npx skills add finas/browser-cli --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install browser-cli?โ–ผ

Run `npx skills add finas/browser-cli --all -g -y` in your terminal to install the skill globally.

How to automate browser testing from the terminal?โ–ผ

Start Chrome with remote debugging on port 9222, then use commands like navigate, click, fill, and screenshot to run full test workflows without manual clicking.

Can browser-cli check website performance and SEO?โ–ผ

Yes. It runs Lighthouse audits and performance traces covering speed, accessibility, best practices, and SEO metrics.

Does browser-cli work with AI coding assistants?โ–ผ

Yes. It follows the SKILL.md standard and works with MCP-compatible assistants like Claude Code, Kiro, and OpenClaw.

Can I test mobile layouts with browser-cli?โ–ผ

Yes. The emulate command simulates devices like iPhone 12, iPad Pro, and Pixel 5 with correct viewports and user agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’