android-reverse-engineering-skill
Decompile Android apps and extract their hidden API endpoints
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install android-reverse-engineering-skill?โผ
Run `npx skills add SimoneAvogadro/android-reverse-engineering-skill --all -g -y` in your terminal to install the skill globally.
How to extract API endpoints from an Android APK?โผ
Decompile the APK with this skill, then run its API scan to list every Retrofit, OkHttp, Ktor, or GraphQL endpoint with URLs, headers, and auth patterns.
Can it handle obfuscated Kotlin apps?โผ
Yes. It recovers original Kotlin class names from metadata that R8 obfuscation cannot strip, restoring most Repository, ViewModel, and UseCase names.
What tools do I need to run this skill?โผ
You need Java JDK 17+ and jadx. Fernflower, Vineflower, and dex2jar are optional but improve decompilation quality.
Does it work with Claude Code and other AI agents?โผ
Yes. It follows the standard SKILL.md format and runs in Claude Code and other compatible AI coding agents via natural language or the /decompile command.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core