Jump to related tools in the same category or review the original source on GitHub.

iOS & macOS Development @rogue-agent1 Updated 6/28/2026 1,173 downloads 0 stars Security: Pass

๐Ÿบ Brew Audit OpenClaw Plugin & Skill | ClawHub

Looking to integrate Brew Audit into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate ios & macos development tasks instantly, without having to write custom tools from scratch.

What this skill does

Audit Homebrew installation โ€” outdated packages, cleanup opportunities, and health checks. Use when asked about brew updates, system maintenance, or package health on macOS.

Install

ClawHub CLI
openclaw skills install @rogue-agent1/brew-audit
Node.js (npx)
npx clawhub@latest install brew-audit

Full SKILL.md

Open original
Metadata table.
nameversiondescription
brew-audit1.0.0Audit Homebrew installation โ€” outdated packages, cleanup opportunities, and health checks. Use when asked about brew updates, system maintenance, or package health on macOS.

SKILL.md content below is scrollable.

Homebrew Audit Skill

Quickly audit your Homebrew installation for outdated packages, cleanup opportunities, and health issues.

Usage

# 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

What It Checks

๐Ÿ“ฆ Outdated Packages

Lists all formulae and casks with newer versions available, with current โ†’ available version info.

๐Ÿงน Cleanup Opportunities

Shows how many old versions/downloads can be removed and estimated disk savings. Run brew cleanup to reclaim.

๐Ÿฉบ Health Check

Runs brew doctor to detect:

  • Formulae with no source (orphaned kegs)
  • Deprecated/disabled packages needing replacement
  • Permission issues, broken symlinks, config problems

๐Ÿ“Š Summary

Total formulae, casks, and Homebrew prefix.

When to Use

  • Periodic system maintenance (weekly/monthly)
  • Before major upgrades
  • When disk space is low
  • After noticing build failures (doctor check)

Updating Packages

After reviewing the audit:

brew upgrade              # upgrade all outdated
brew upgrade <formula>    # upgrade specific package
brew cleanup              # remove old versions
ClawHub Registry URL: https://clawhub.ai/rogue-agent1/skills/brew-audit

Related skills

If this matches your use case, these are close alternatives in the same category.