browser-automation

Installation
SKILL.md

Browser Automation with Real Browser MCP

Use this skill when you need to interact with the user's actual browser - clicking, typing, reading pages, taking screenshots, or navigating.

Before You Start

  1. Verify the extension is connected: try browser_tabs with action "list" first
  2. If disconnected, ask the user to check the extension icon (should show green "ON")
  3. Never close tabs you didn't create

Reading Pages

Start with browser_snapshot to get the accessibility tree. This gives you refs like "e12" that you use for interaction.

For large pages, scope with a CSS selector: browser_snapshot with selector: "main" or selector: ".content".

Use browser_text to extract raw text when you need the full content.

Interacting

Installs
1
GitHub Stars
4
First Seen
Mar 5, 2026