Chrome DevTools Agent Overview A specialized skill for controlling and inspecting a live Chrome browser. This skill leverages the MCP server to perform a wide range of browser-related tasks, from simple navigation to complex performance profiling. When to Use Use this skill when: - Browser Automation : Navigating pages, clicking elements, filling forms, and handling dialogs. - Visual Inspection : Taking screenshots or text snapshots of web pages. - Debugging : Inspecting console messages, evaluating JavaScript in the page context, and analyzing network requests. - Performance Analysis : Recor…