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…
Diagnose Firefox DevTools MCP setup issues. Activate when the firefox-devtools-mcp plugin fails to connect, its tools are not available, or the user reports Firefox DevTools not working in Cowork.
$ npx -y skills add mozilla/firefox-devtools-mcp --skill diagnose --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/diagnoseContext preview
The summary Claude sees to decide when to auto-load this skill.
Diagnose Firefox DevTools MCP setup issues. Activate when the firefox-devtools-mcp plugin fails to connect, its tools are not available, or the user reports Firefox DevTools not working in Cowork.
name: firefox-devtools-diagnose description: Diagnose Firefox DevTools MCP setup issues. Activate when the firefox-devtools-mcp plugin fails to connect, its tools are not available, or the user reports Firefox DevTools not working in Cowork.
When Firefox DevTools MCP tools are unavailable or the user reports issues with the firefox-devtools-mcp plugin, run this diagnostic sequence automatically. Do not ask the user to do these checks manually.
Run `node --version` using the Bash tool.
Check whether any `firefox-devtools-mcp:*` tools are present in your current tool list.
Since an absent tool list can't be attributed to a single cause from your side, ask the user to confirm both of the following in one pass:
If all checks pass and the plugin still does not work, tell the user to report the issue:
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…