Security · Channel: Claude Code

Android Reverse Engineering & API Extraction — Claude Code skill

Decompile Android APK, XAPK, JAR, and AAR files using jadx or Fernflower/Vineflower. Reverse engineer Android apps, extract HTTP API endpoints (Retrofit, OkHttp, Volley), and trace call flows from UI to network layer. Use when the user wants to decompile, analyze, or reverse engi.

SkillSimoneAvogadro/android-reverse-engineering-skillVerify upstream fit
Rank signal78/100

This rank signal uses GitHub stars, measured star growth, and recent maintenance. It is not a safety score or install approval.

SKILL.md proofSKILL.mdOpen the upstream source before installing.
GitHub stars6,063Adoption baseline, not a quality guarantee.
Adoption momentum+238/wk starsMeasured star growth from the current scan window.
Recent update3 days agoRecent maintenance signal: last pushed Jun 10, 2026.
Why we list it

Worth reviewing before you install

Worth a closer look if the use case fits. It has adoption, measured growth, and recent maintenance. No primary install command was extracted, so review the upstream source first.

Approved public shortlistSKILL.md evidenceAlternatives kept nearby
Best for

Security teams. Channel tag: Claude Code. Treat this as a search fit signal, not compatibility proof. Best when you can review the repo manually before adoption. Start with...

Review before install

Inspect plugins/android-reverse-engineering/skills/android-reverse-engineering/SKILL.md and the install command before adding it to a shared agent workflow. No actionable warning was returned for this snapshot.

Compare alternatives

Compare nearby security skills in the Claude Code channel when 6,063 GitHub stars, source freshness, or install notes are close. This one still needs manual install review, so a nearby skill may be easier to adopt.

GitHub6,063 stars680 forksSkill

How to install Android Reverse Engineering & API Extraction — Claude Code skill

No install command was extracted. Treat this as a manual review case.

Source evidence preview

We show selected README/SKILL.md excerpts, not a full mirror of the repo. Use the focus cards for install notes, usage, and skill rules, then open GitHub before installing.

Install evidence

Sections found: Installation, Install a missing dependency (auto-detects OS and package manager).

Usage evidence

Sections found: Usage, Workflow.

Skill rules

Sections found: Workflow.

README.mdSections: Installation, From GitHub (recommended), Usage, Slash command

Installation

From GitHub (recommended)

Inside Claude Code, run:

/plugin marketplace add SimoneAvogadro/android-reverse-engineering-skill
/plugin install android-reverse-engineering@android-reverse-engineering-skill

The skill will be permanently available in all future sessions.

Usage

Slash command

/decompile path/to/app.apk

This runs the full workflow: dependency check, decompilation, and initial structure analysis.

Install a missing dependency (auto-detects OS and package manager)

bash plugins/android-reverse-engineering/skills/android-reverse-engineering/scripts/install-dep.sh jadx bash plugins/android-reverse-engineering/skills/android-reverse-engineering/scripts/install-dep.sh vineflower

Need the full source? Read full README on GitHub