Skill Detail

CDP Network Interception Logger

Uses Chrome DevTools Protocol Fetch.requestPaused and Network.responseReceived events to intercept, log, and modify HTTP traffic during browser automation. Exports HAR files compatible with Charles Proxy and supports request/response body modification.

Browser AutomationCodex
Browser Automation Codex Published
Tool match: datadog โญ 1.5k GitHub stars โฌ‡ 23.7M/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill cdp-network-interception-logger Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Author
ChromeDevTools
Last updated
Mar 24, 2026
Quick brief

Uses Chrome DevTools Protocol Fetch.requestPaused and Network.responseReceived events to intercept, log, and modify HTTP traffic during browser automation. Exports HAR files compatible with Charles Proxy and supports request/response body modification.

How it works

What this skill actually does

This skill integrates with production-grade tooling to streamline automation workflows. It handles edge cases such as timeout management, retry logic with exponential backoff, and detailed error reporting. Configuration is managed through environment variables and YAML config files, supporting both local development and CI/CD pipeline environments. The skill outputs structured JSON logs compatible with ELK stack and Datadog for observability. It includes built-in rate limiting to respect API quotas and implements proper credential rotation using vault-based secret management.