# bryanmig/apk-to-openapi-skill

A Claude Code plugin that extracts REST API specifications from Android applications. Point it at any APK, APKM, or XAPK file and it will decompile the app, find every HTTP endpoint, and generate a validated OpenAPI 3.1.0 spec.  Handles both native Android apps (Java/Kotlin with Retrofit) and React Native apps (including Hermes bytecode).

## Repository

- [Catalog detail page](https://awesomeclaudeplugins.com/bryanmig/apk-to-openapi-skill)
- [GitHub repository](https://github.com/bryanmig/apk-to-openapi-skill)
- Stars: 1
- Forks: 0
- 1 plugin entries are reported.

## Catalog provenance

- Publication state: indexable
- Quality note: Canonical repository has a description and validated plugin count.
- Catalog snapshot: Aug 31, 2026
- Repository metadata source: public GitHub API when available

## Installation

When this repository exposes a Claude Code marketplace, add it with:

```bash
/plugin marketplace add bryanmig/apk-to-openapi-skill
```
