Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Audit Homebrew installation — outdated packages, cleanup opportunities, and health checks. Use when asked about brew updates, system maintenance, or package...
Audit Homebrew installation — outdated packages, cleanup opportunities, and health checks. Use when asked about brew updates, system maintenance, or package...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Quickly 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: Formulae with no source (orphaned kegs) Deprecated/disabled packages needing replacement Permission issues, broken symlinks, config problems
Total formulae, casks, and Homebrew prefix.
Periodic system maintenance (weekly/monthly) Before major upgrades When disk space is low After noticing build failures (doctor check)
After reviewing the audit: brew upgrade # upgrade all outdated brew upgrade <formula> # upgrade specific package brew cleanup # remove old versions
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.