Loading...
Loading...
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
npx skill4agent add tech-leads-club/agent-skills chrome-devtoolschrome-devtoolsnew_pagenavigate_pageselect_pagelist_pagesclose_pagewait_forclickuidfillfill_formhoverpress_keydraghandle_dialogupload_filetake_snapshottake_screenshotlist_console_messagesget_console_messageevaluate_scriptlist_network_requestsget_network_requestresize_pageemulateperformance_start_traceperformance_stop_traceperformance_analyze_insighttake_snapshottake_screenshotuid1. `take_snapshot` to get the current page structure.
2. Find the `uid` of the target element.
3. Use `click(uid=...)` or `fill(uid=..., value=...)`.1. `list_console_messages` to check for JavaScript errors.
2. `list_network_requests` to identify failed (4xx/5xx) resources.
3. `evaluate_script` to check the value of specific DOM elements or global variables.1. `performance_start_trace(reload=true, autoStop=true)`
2. Wait for the page to load/trace to finish.
3. `performance_analyze_insight` to find LCP issues or layout shifts.list_pagesselect_pageuidwait_fortake_screenshottake_snapshot