Use when the user wants to triage an APK, perform a 5-minute static overview, or get a high-level "what does this app do" summary without running it. Triggers: "triage this APK", "what does this app do", "static overview of <path>", "analyze <path>.apk", "give me a quick security summary of this APK". Do NOT use for dynamic analysis, Frida hooking, native binary inspection, or repackaging — those have their own skills.
$npx -y skills add heretek-re/android-re --skill android-re-static-triageInstalls into the current project.
Run `npx skills use "https://github.com/heretek-re/android-re" --skill "heretek-re/android-re/android-re-static-triage"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/heretek-re/android-re" that are relevant to the current task. Run `npx skills add "https://github.com/heretek-re/android-re"` and select the relevant skills, then follow their instructions.