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…
Show console errors and failed network requests
$ npx -y skills add mozilla/firefox-devtools-mcp --skill debug --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/debugContext preview
The summary Claude sees to decide when to auto-load this skill.
Show console errors and failed network requests
name: debug description: Show console errors and failed network requests argument-hint: [console|network|all] disable-model-invocation: true
Displays debugging information from the current page.
/firefox-devtools-mcp:debug # Show all (console errors + failed requests) /firefox-devtools-mcp:debug console # Console messages only /firefox-devtools-mcp:debug network # Network requests only
/firefox-devtools-mcp:debug /firefox-devtools-mcp:debug console /firefox-devtools-mcp:debug network
Requires Firefox to already be running and on the page you want to debug. If Firefox is not running or is on about:blank, call `navigate_page` first.
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…