askill
browser-automation

browser-automationSafety 55Repository

Automate browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

0 stars
1.2k downloads
Updated 3/28/2026

Package Files

Loading files...
SKILL.md

Browser Automation

Tools

Three tools are available for browser automation:

  1. agent-browser — CLI tool for AI-driven browser automation.
  2. playwright-cli — CLI tool for scripted browser automation. Preferred for most tasks.
  3. Chrome DevTools MCP — MCP server for direct browser control via DevTools protocol.

Default to agent-browser. Fall back to playwright-cli if:

  • agent-browser is not available
  • The task requires precise, scripted automation without AI interaction

Only use Chrome DevTools MCP if:

  • The task requires interacting with an already-open browser session
  • The task specifically needs DevTools features (e.g. network inspection, performance tracing)

agent-browser

For detailed instructions, read references/agent-browser.md.

Run agent-browser --help to understand available commands, options, and usage.

playwright-cli

For detailed instructions, read references/playwright-cli.md and the reference documents in references/playwright-cli/.

Chrome DevTools MCP

For detailed instructions, read references/chrome-devtools.md.

If the agent opens a new browser page via Chrome DevTools MCP, it must close that page when done (using close_page).

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

55/100Analyzed 3/30/2026

Decent structured skill with clear tool selection guidance (agent-browser default, playwright-cli fallback, DevTools MCP for specific cases). Includes useful 'when to use' trigger in description. However, content is relatively short and relies heavily on external reference files for detailed instructions. Missing examples, troubleshooting, and comprehensive safety guidance. Score reflects adequate structure but thin standalone content.

55
72
65
42
52

Metadata

Licenseunknown
Version-
Updated3/28/2026
Publishermanuelmeurer

Tags

observability