app-audit
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:
pkg list-installed(Termux packages)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.
More from chen-ye/cye-agent-skills
web-features-summary
This skill should be used when the user is performing "frontend development", working with "HTML" or "CSS", or writing "JavaScript" (including "server-side JS", "Node.js", or "JS scripting"). It provides guidance on modern web features that have recently reached cross-browser Baseline status.
14gemini extension authoring
This skill should be used when the user asks to "create a gemini extension", "author a gemini extension", "package a gemini hook", "publish a gemini extension", or asks about "extension structure", "gemini-extension.json", or "hooks.json".
3