Install
openclaw skills install brew-auditAudit Homebrew installation — outdated packages, cleanup opportunities, and health checks. Use when asked about brew updates, system maintenance, or package...
openclaw skills install brew-auditQuickly audit your Homebrew installation for outdated packages, cleanup opportunities, and health issues.
# Full audit (outdated + cleanup + doctor + summary)
bash scripts/brew-audit.sh
# Specific sections
bash scripts/brew-audit.sh --section outdated
bash scripts/brew-audit.sh --section cleanup
bash scripts/brew-audit.sh --section doctor
# JSON output (outdated only)
bash scripts/brew-audit.sh --json --section outdated
Lists all formulae and casks with newer versions available, with current → available version info.
Shows how many old versions/downloads can be removed and estimated disk savings. Run brew cleanup to reclaim.
Runs brew doctor to detect:
Total formulae, casks, and Homebrew prefix.
After reviewing the audit:
brew upgrade # upgrade all outdated
brew upgrade <formula> # upgrade specific package
brew cleanup # remove old versions