Files
gh-anthemflynn-ccmp-plugins…/commands/watch-network.md
2025-11-29 17:55:23 +08:00

537 B

description, allowed-tools, argument-hint, model
description allowed-tools argument-hint model
Watch network requests in real-time. Great for debugging API calls. Bash(*)
--failures | --xhr
haiku

Watch Network

Monitor network requests in real-time.

node ~/.claude/plugins/*/skills/website-debug/scripts/browser-network.js --watch $ARGUMENTS

Options

  • No arguments: All network requests
  • --failures: Only 4xx/5xx errors
  • --xhr: Only XHR/fetch (API calls)

Press Ctrl+C to stop watching.

Report any failed requests and suggest potential causes.