Agent Plugins Marketplace
All plugins

snap-o

v4.1.0

Inspect Android network traffic and adjust live UI tweaks with Snap-O.

Codex2 Skills

By OpenAILicense: Apache-2.092 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Aug 7, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install snap-o for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add snap-o@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/snap-o

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

snap-o/
├── .codex-plugin/plugin.json
├── skills/snap-o-network-inspector/SKILL.md
└── skills/snap-o-tweaks/SKILL.md

Included Skills2

snap-o-network-inspectorskills/snap-o-network-inspector/SKILL.md

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.

snap-o-tweaksskills/snap-o-tweaks/SKILL.md

Inspect, stream, and explicitly adjust live Android UI tweak values or invoke app-owned actions through Snap-O. Use when a request mentions Snap-O Tweaks, tweak-enabled Android apps, runtime UI parameters, Compose tweak or action controls, tweak discovery, previously adjusted or currently inactive tweaks, applying all user-made tweak changes, typed values, defaults or resets, tweak batches, explicitly registered actions, the Tweaks REST/SSE API, or selecting between CLI, macOS inspector, in-app overlay, and custom tweak interfaces.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "snap-o",
  "version": "4.1.0",
  "description": "Inspect Android network traffic and adjust live UI tweaks with Snap-O.",
  "author": {
    "name": "OpenAI",
    "url": "https://openai.com"
  },
  "homepage": "https://openai.github.io/snap-o/",
  "repository": "https://github.com/openai/snap-o",
  "license": "Apache-2.0",
  "keywords": [
    "android",
    "network",
    "tweaks",
    "ui",
    "adb",
    "debugging"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Snap-O",
    "shortDescription": "Inspect Android network traffic and live UI tweaks",
    "longDescription": "Inspect live and captured Android network requests, or inspect and adjust live Android UI tweaks on macOS and Linux.",
    "developerName": "OpenAI",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://openai.github.io/snap-o/",
    "defaultPrompt": [
      "Inspect the latest Android network requests with Snap-O.",
      "Show failed requests from the attached Android device.",
      "Show the request and response bodies for an API call.",
      "Show the active UI tweaks in the attached Android app.",
      "Adjust a live Android UI tweak and reset it to its default."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[snap-o on Agent Plugins Marketplace](https://pluginsmp.com/plugins/snap-o)