WaveXis Network Testing

Capture and manipulate HTTP/HTTPS traffic for performance auditing and API testing.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/MathiasPaulenko/ai-toolkit --skill wavexis-network-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: WaveXis Network Testing
Source: https://github.com/MathiasPaulenko/ai-toolkit/tree/main/skills/wavexis-network-testing
Command: npx skills add https://github.com/MathiasPaulenko/ai-toolkit --skill wavexis-network-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wavexis, and includes references (resource) and assets (resource) components.

What problem does it solve?

This skill addresses the complexity of debugging web applications by providing a unified interface to capture network traffic, simulate real-world network conditions, and mock API responses for deterministic testing.

Core Features & Use Cases

  • Network Simulation: Easily throttle connections to test performance under 3G/4G conditions or simulate offline states.
  • API Mocking & Interception: Replace unstable or unavailable backend services with custom mock responses to isolate frontend logic during development and testing.
  • Traffic Analysis: Capture and inspect HAR files to identify performance bottlenecks, WebSocket communication issues, or incorrect API payloads.

Quick Start

Use the WaveXis Network Testing skill to capture all network traffic from the target website and save it to a file named network-traffic.har.

Frequently Asked Questions about WaveXis Network Testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture HTTP network traffic to a HAR file for performance auditing?

To capture HTTP network traffic for performance auditing, you can use this skill to intercept browser-based requests and generate a HAR file. It requires the wavexis CLI tool with CDP support to instrument and record the network traffic.

What is API mocking and how does it help debug web applications?

API mocking replaces unstable or unavailable backend services with custom responses to isolate frontend logic. By intercepting HTTP requests, you can ensure deterministic testing and debug web applications without relying on live external dependencies.

How can I simulate 3G or 4G network throttling for frontend testing?

You can simulate 3G, 4G, or offline network throttling for frontend testing by manipulating HTTP/HTTPS traffic conditions. This allows you to evaluate how web applications perform under various real-world network constraints and identify bottlenecks.

Do I need the wavexis CLI tool to intercept browser network requests?

Yes, you need the wavexis CLI tool with CDP support to execute browser-based network instrumentation. This dependency is required to capture and manipulate HTTP/HTTPS traffic for mocking and throttling scenarios.

Can I inspect WebSocket communication issues by capturing network traffic?

Yes, you can inspect WebSocket communication issues by capturing network traffic. This skill allows you to capture and analyze HAR files to identify performance bottlenecks, incorrect API payloads, and WebSocket communication problems.