skills/library/homebrew/SKILL.md
macOS package manager — search, install, upgrade, and manage software via brew.
npx skillsauth add malue-ai/dazee-small homebrewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
macOS 包管理器,安装、升级、管理命令行工具和桌面应用。
brew search 关键词
# 命令行工具
brew install ffmpeg
# GUI 应用
brew install --cask visual-studio-code
# 更新 Homebrew 本身
brew update
# 查看可升级的包
brew outdated
# 升级所有
brew upgrade
# 升级单个
brew upgrade ffmpeg
# 包信息
brew info ffmpeg
# 已安装列表
brew list
brew list --cask
# 依赖树
brew deps --tree ffmpeg
# 清理旧版本缓存
brew cleanup
# 查看可回收空间
brew cleanup -n
brew uninstall ffmpeg
brew uninstall --cask visual-studio-code
development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.