Intercepts requests and responses through the cdp MCP server. Use when the task involves blocking URLs, stubbing responses, modifying headers, or verifying network behavior during an automated browser session.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Intercepts requests and responses through the cdp MCP server. Use when the task involves blocking URLs, stubbing responses, modifying headers, or verifying network behavior during an automated browser session.
Intercepting Requests
Use this skill when the browser session needs network behavior that differs from the live page.
Quick start
Add rules with intercept_request or intercept_response
Inspect active rules with list_intercepts
Remove one rule with remove_intercept or clear all rules with all: true
Use this skill for
blocking known URLs during a scenario
fulfilling requests with synthetic responses
modifying request or response headers
checking the effect of rules with the live network log