snap-o-network-inspector Skill
Fetch and inspect Android network captures for a selected device/socket using the Snap-O CLI. Use when you need raw CDP request/response data, headers, bodies, status, or websocket events. Published by openai in snap-o.
What is snap-o-network-inspector Skill?
Fetch and inspect Android network captures for a selected device/socket using the Snap-O CLI. Use when you need raw CDP request/response data, headers, bodies, status, or websocket events. Published by openai in snap-o. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use snap-o-network-inspector Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/snap-o
- Skill file: skills/snap-o-network-inspector/SKILL.md
What it does
Fetch and inspect Android network captures for a selected device/socket using the Snap-O CLI. Use when you need raw CDP request/response data, headers, bodies, status, or websocket events.
Skill instructions
Snap-O Network Inspector Use this skill to pull raw network evidence from Snap-O. CLI Path Use the bundled binary: bash SNAPOBIN=/Applications/Snap-O.app/Contents/MacOS/snapo If Snap-O is not installed at that path, recommend installing it from: https://openai.github.io/snap-o/ Current Command Surface - snapo network list: lists available Snap-O Network Inspector servers. - snapo network requests: emits CDP network events for a server. - snapo network show: shows full details for a request id, including headers and bodies. Useful global selectors: - -s, --serial: use a specific device serial. - -d: use the single connected USB device. - -e: use the single connected emulator. Core Flow 1. List available servers. bash "$SNAPOBIN" network list --json Use --no-app-info to skip package and app metadata lookup. 2. Pick a target serial and socket. If multiple devices or sockets are available, select them explicitly. 3. Pull captured events. bash "$SNAPOBIN" network requests -s <serial -n <soc
Explore related resources
Frequently asked questions
What is snap-o-network-inspector?
snap-o-network-inspector is a open-source AI agent skill with Copy skill directory. Fetch and inspect Android network captures for a selected device/socket using the Snap-O CLI. Use when you need raw CDP request/response data, headers, bodies, status, or websocket events.
Who is snap-o-network-inspector best for?
snap-o-network-inspector is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install snap-o-network-inspector?
Install or run snap-o-network-inspector using Copy skill directory. Check snap-o-network-inspector for the latest setup command.
Is snap-o-network-inspector actively maintained?
snap-o-network-inspector may need a closer maintenance check before production use.
Auto-fetched from GitHub.