app-audit

Installation
SKILL.md

App Audit Protocol

Goal

To provide a comprehensive analysis of the user's installed software environment, identifying redundant tools and grouping applications by function to help the user streamline their device.

Workflow

1. Data Collection

First, gather the complete list of installed software from both the Termux environment and the Android system.

Execute the following commands:

  1. pkg list-installed (Termux packages)
  2. python3 %SKILL_DIR%/scripts/get_app_labels.py (Android apps with Friendly Names)

Note: The Python script requires aapt to be installed. If it fails, check if aapt is present or fall back to cmd package list packages -3.

2. Analysis Strategy

Once the lists are retrieved, analyze them using the following heuristics. Do NOT output the raw lists unless explicitly asked.

Related skills
Installs
3
GitHub Stars
1
First Seen
Feb 1, 2026