Loading...
Loading...
Install, manage, and search for software packages on macOS using Homebrew. Use this skill when the user asks to install software, apps, CLI tools, developer utilities, programming languages, databases, or any package on a Mac. Supports formulae (CLI tools) and casks (GUI apps). Can also search, update, upgrade, uninstall, and diagnose Homebrew issues.
npx skill4agent add dalehurley/phpbot homebrewbrew install --caskbrew doctor/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew| Action | Tool Input | Description |
|---|---|---|
| | Install one or more formulae |
| | Install GUI apps via cask |
| | Remove installed packages |
| | Search for available packages |
| | Get detailed info about a package |
| | List all installed formulae |
| | List all installed cask apps |
| | Update Homebrew itself |
| | Upgrade all outdated packages |
| | Upgrade specific packages |
| | Diagnose Homebrew issues |
| | Add a third-party repo |
| | Show packages with updates available |
brewask_userinstallinstall_caskbrew| Request | Package Name |
|---|---|
| "install node" | |
| "install Python" | |
| "install PHP" | |
| "install Go" | |
| "install Rust" | |
| "install Redis" | |
| "install PostgreSQL" | |
| "install MySQL" | |
| "install Git" | |
| "install FFmpeg" | |
| "install wget" | |
| "install jq" | |
| "install ripgrep" | |
| "install Docker CLI" | |
| Request | Cask Name |
|---|---|
| "install Chrome" | |
| "install VS Code" | |
| "install Slack" | |
| "install Docker Desktop" | |
| "install Spotify" | |
| "install Figma" | |
| "install iTerm" | |
| "install Rectangle" | |
| "install 1Password" | |
| "install Cursor" | |
install node and redis on my mac
I need ffmpeg installed
install google chrome
what packages do I have installed?
search for a markdown editor
update all my brew packages
is postgres installed?
install docker desktop