browser-automation
This skill should be used when the user asks about browser automation, testing web pages, extracting content, filling forms, taking screenshots, or monitoring…
Navigate Firefox to a URL and take a DOM snapshot for interaction
$ npx -y skills add mozilla/firefox-devtools-mcp --skill navigate --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/navigateContext preview
The summary Claude sees to decide when to auto-load this skill.
Navigate Firefox to a URL and take a DOM snapshot for interaction
name: navigate description: Navigate Firefox to a URL and take a DOM snapshot for interaction argument-hint: <url> disable-model-invocation: true
Opens a URL in Firefox and takes a DOM snapshot for interaction.
/firefox-devtools-mcp:navigate <url>
/firefox-devtools-mcp:navigate https://example.com /firefox-devtools-mcp:navigate https://github.com/login /firefox-devtools-mcp:navigate file:///path/to/local.html
1. Calls `navigate_page` with the URL 2. Waits for page load 3. Calls `take_snapshot` to create UID mappings 4. Returns the DOM snapshot with interactive elements marked
After navigating, you can interact with elements using their UIDs (e.g., `e42`).
Model Context Protocol server for automating Firefox via WebDriver BiDi (through Selenium WebDriver). Works with Claude Code, Claude Desktop, Cursor, Cline and other MCP clients.
Repo: mozilla/firefox-devtools-mcp
This skill should be used when the user asks about browser automation, testing web pages, extracting content, filling forms, taking screenshots, or monitoring…
Find and fix why a website is slow by capturing and analyzing a Firefox performance profile, or by analyzing a profile the user already has (a saved file or a…