LaunchKit · 2026
Back to Skills

homebrew

Homebrew package manager for macOS.

1
3.1k downloads
by @thesethrose

Setup & Installation

openclaw skills install @thesethrose/homebrew

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install homebrew

Version History

v1.0.1Jan 14, 2026 - Version note by skill developer:

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.

INPUT

User asks: install Python 3.11

AGENT
  1. 1Run `brew search python` to confirm available versions
  2. 2Run `brew info python@3.11` to review dependencies and options
  3. 3Run `brew install python@3.11` to install
OUTPUT

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.

Homebrew installed on macOS (https://brew.sh)