askill
browser

browserSafety 95Repository

CDP-based browser automation via browser-tools CLI

2 stars
1.2k downloads
Updated 2/23/2026

Package Files

Loading files...
SKILL.md

Browser Automation

Deterministic browser control via Chrome DevTools Protocol. No extension, no MCP.

Setup

~/bin/chrome-cdp                    # Launch Chrome with CDP on port 9222
browser-tools inspect               # List Chrome processes and open tabs

Commands

CommandPurpose
browser-tools inspectList Chrome CDP processes and tabs
browser-tools content <url>Extract page content as markdown
browser-tools screenshotCapture viewport screenshot
browser-tools consoleRead console logs
browser-tools nav <url>Navigate to URL
browser-tools eval <code>Evaluate JS in page context
browser-tools cookiesDump cookies as JSON
browser-tools killTerminate Chrome CDP instances

When to Use

  • browser-tools: Page interaction, form filling, screenshots, scraping
  • mgrep --web --answer: Simple web search (no interaction needed)
  • Chrome MCP: Fallback only if browser-tools unavailable

Example

~/bin/chrome-cdp
browser-tools content "https://example.com"
browser-tools screenshot --output /tmp/page.png

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

87/100Analyzed 3/2/2026

Well-structured SKILL.md for CDP-based browser automation using browser-tools CLI. Includes setup instructions, comprehensive command reference table, when-to-use guidance distinguishing it from alternatives (mgrep, Chrome MCP), and working examples. Score boosted by clear technical reference format and proper skills folder location. Minor gaps: no tags, no troubleshooting info."

95
88
75
82
85

Metadata

Licenseunknown
Version-
Updated2/23/2026
Publisherroach88

Tags

No tags yet.