openaiopenaiOfficialยท1 Agent Skills Included

snap-o

Android screen capture, network inspection, and live UI tweaks

Captures Android screenshots and recordings, inspects app network traffic, and adjusts live Compose UI values without rebuilding the app. Eliminates throwaway capture files, missed early network requests, and slow rebuild cycles during debugging. Includes a macOS app, Android libraries, and a Python CLI so developers and agents can inspect devices from desktop or terminal.
npx skills add openai/snap-o --all -g -y
Available:

Gives the AI agent the repository layout, security constraints, and writing rules it must follow when working with the Snap-O inspection skills.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Snap-O?โ–ผ

Run `npx skills add openai/snap-o --all -g -y` in your terminal to install all skills in this suite globally.

How to inspect Android network traffic with Snap-O?โ–ผ

Use the network inspector skill to list captured requests, filter by URL, and view full headers and bodies from any connected device or emulator.

Can I change Android UI values without rebuilding?โ–ผ

Yes. The Tweaks skill lets you read and adjust live Compose values like colors, strings, and numbers, or trigger registered app actions at runtime.

Does Snap-O work on Linux or only macOS?โ–ผ

The full app is macOS-only, but the dependency-free Python CLI runs on Linux and macOS for network inspection and tweaks.

What do I need to run Snap-O skills?โ–ผ

You need Python 3 and the Android Platform Tools (adb) installed, plus a connected Android device or emulator with USB debugging enabled.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’