Inspect aab
Skill jason0404/Jason-Android-Marketplace/plugins/android-artifact-inspector/skills/inspect-aab
A Claude Code marketplace for Android development, featuring code review, localization management, and APK/AAB release artifact inspection tools.
npx -y skills add jason0404/Jason-Android-Marketplace --skill inspect-aabAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Inspect an Android App Bundle for modules, packaging, manifest risk and locally generated APK verification using bundletool
SKILL.md
0.9 KB, as published. Nobody here has run it
Inspect the user's .aab release artifact.
Workflow
- Confirm the AAB path and record name and size.
- Locate
bundletoolfrom a user-provided path or available project/environment context. - Invoke
android-aab-analyzer. - Report confirmed package/version/module/native-library/manifest observations where available.
- When requested and
bundletoolis available, generate a local.apksarchive in an output directory for further APK inspection. Never overwrite the original AAB. - Invoke
android-artifact-report-generatorwhen an HTML deliverable is required.
Rules
- An AAB is not an installable APK.
- Do not claim that
apksignerverifies an AAB. - If
bundletoolis missing, state the limitation instead of guessing.