Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Removed redundant tool wrappers - documentation-only skill for direct terminal usage
What This Skill Does
Homebrew is the macOS package manager for installing and managing command-line tools (formulae) and GUI applications (casks). It covers searching, installing, updating, removing, and diagnosing packages from the terminal.
Homebrew handles both CLI tools and GUI applications through a single interface, replacing manual downloads and scattered installers on macOS.
When to use it
- Installing Python or Node.js without downloading manual installers
- Upgrading all outdated CLI tools in one command
- Installing GUI apps like VS Code or Chrome via terminal
- Diagnosing why a package failed to install
- Checking which packages are currently installed on a machine
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: install Python 3.11
- 1Run `brew search python` to confirm available versions
- 2Run `brew info python@3.11` to review dependencies and options
- 3Run `brew install python@3.11` to install
Python 3.11 installed and available at the command line
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.