snap-o-network-inspector

Retrieve raw Android network events and request details via Snap-O CLI.

92|17|Updated Aug 25, 2025
One-click install
npx skills add https://github.com/openai/snap-o --skill snap-o-network-inspector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snap-o-network-inspector
Source: https://github.com/openai/snap-o/tree/main/skills/snap-o-network-inspector
Command: npx skills add https://github.com/openai/snap-o --skill snap-o-network-inspector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers quickly capture and examine raw Android network traffic, including headers, bodies, and websocket frames, from a chosen device or socket using the Snap-O CLI.

Core Features & Use Cases

  • List available servers and select a target device/socket for inspection.
  • Retrieve and inspect network events or full request details with optional JSON output.
  • Use cases include debugging app traffic, validating security headers, and validating network behavior in development.

Quick Start

Use the Snap-O CLI to list servers and retrieve a specific network request using the network show command.

Frequently Asked Questions about snap-o-network-inspector

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

FAQPage Schema
How do I inspect raw Android network traffic from a specific device?

You can inspect Android network traffic by using the Snap-O CLI to list available servers, select a target device by serial, and fetch raw headers, bodies, and websocket frames via the network show command.

Can I retrieve websocket frames and full request bodies from an Android socket?

Yes, you can retrieve full websocket frames and request bodies from a chosen Android socket by running the Snap-O CLI subcommands to pull raw network evidence and CDP-like events.

What is the best way to capture and debug app traffic on an Android device?

Using the Snap-O CLI to fetch raw network captures from your chosen Android device is a direct way to debug app traffic, validate security headers, and inspect network behavior during development.

Does the Snap-O network inspector support JSON output for captured network events?

Yes, the Snap-O network inspector supports optional JSON output flags, allowing you to fetch and display a stream of network events or full request details in JSON format for further analysis.

Why am I unable to list available servers when inspecting Android network behavior?

If listing available servers fails, verify your environment setup and ensure the Snap-O CLI is correctly configured, as selecting a target device or socket is a required functional step before fetching events.