Agent Plugins Marketplace
All plugins

test-android-apps

v0.1.2

Test Android apps with emulator workflows for reproduction, screenshots, UI inspection, log capture, and performance profiling.

Codex2 Skills

By OpenAILicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 20, 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 test-android-apps for Codex

Installs for the current user
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add test-android-apps@openai-curated

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

Compatibility: the page URL and API slug “test-android-apps-3” remain stable.

  • Codex: test-android-apps-3@agent-plugin-marketplacetest-android-apps@openai-curated

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/FaLalens/codex-plugins-zh

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/test-android-apps/.

Plugin files

plugins/test-android-apps/
├── .codex-plugin/plugin.json
├── skills/android-emulator-qa/SKILL.md
└── skills/android-performance/SKILL.md

Included Skills2

android-emulator-qaskills/android-emulator-qa/SKILL.md

Use when validating Android feature flows in an emulator with adb-driven launch, input, UI-tree inspection, screenshots, and logcat capture.

android-performanceskills/android-performance/SKILL.md

Gather and interpret Android performance evidence on an adb target using Simpleperf CPU profiles, Perfetto or Compose traces, gfxinfo frame data, dumpsys meminfo snapshots, Java heap dumps, and native allocation traces. Use when asked to profile an Android app flow, find CPU-heavy functions, diagnose jank, capture startup or frame timing evidence, compare before/after performance, explain what code is taking time, or gather memory/leak profiling artifacts.

Plugin manifests1

plugins/test-android-apps/.codex-plugin/plugin.json
{
  "name": "test-android-apps",
  "version": "0.1.2",
  "description": "Test Android apps with emulator workflows for reproduction, screenshots, UI inspection, log capture, and performance profiling.",
  "author": {
    "name": "OpenAI",
    "email": "[email protected]",
    "url": "https://openai.com/"
  },
  "homepage": "https://openai.com/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "android",
    "adb",
    "emulator",
    "qa",
    "logcat",
    "uiautomator",
    "performance",
    "simpleperf",
    "perfetto",
    "memory",
    "leaks",
    "heap"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Test Android Apps",
    "shortDescription": "Reproduce issues, inspect UI, and capture performance evidence from Android emulators",
    "longDescription": "Use Test Android Apps to build and install app variants, drive a booted Android emulator with adb input events, inspect UI trees, capture screenshots, collect logcat output, and gather Simpleperf, Perfetto, gfxinfo, or memory/leak evidence while reproducing issues.",
    "developerName": "OpenAI",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "websiteURL": "https://openai.com/",
    "privacyPolicyURL": "https://openai.com/policies/privacy-policy/",
    "termsOfServiceURL": "https://openai.com/policies/terms-of-use/",
    "defaultPrompt": [
      "Use Test Android Apps to reproduce an emulator issue, then capture screenshots, logs, UI state, and performance evidence."
    ],
    "brandColor": "#3DDC84",
    "composerIcon": "./assets/test-android-apps-small.svg",
    "logo": "./assets/app-icon.png",
    "screenshots": []
  }
}

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

[test-android-apps on Agent Plugins Marketplace](https://pluginsmp.com/plugins/test-android-apps-3)