Toolverse
All skills

homebrew

by openclaw

Homebrew package manager for macOS. Search, install, manage, and troubleshoot packages and casks.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps

About this skill

Homebrew package manager for macOS. Search, install, manage, and troubleshoot packages and casks.

How to use

  1. Upewnij się, że masz zainstalowany Homebrew na swoim Macu. Jeśli go jeszcze nie masz, zainstaluj go z oficjalnej strony brew.sh. Skill wymaga dostępu do polecenia brew w terminalu.

  2. Aby wyszukać pakiet, użyj polecenia brew search z nazwą lub wzorem. Na przykład brew search python pokaże wszystkie dostępne pakiety związane z Pythonem. Możesz też użyć wyrażeń regularnych: brew search /^node/ znajdzie pakiety zaczynające się od "node".

  3. Przed instalacją sprawdź szczegóły pakietu poleceniem brew info NAZWA. Wyświetli informacje o zależnościach, dostępnych opcjach i wersji. Na przykład brew info python pokaże wszystko, co musisz wiedzieć przed instalacją.

  4. Aby zainstalować pakiet, użyj brew install NAZWA. Dla narzędzi wiersza poleceń wpisz nazwę formuły (np. brew install git), a dla aplikacji graficznych – nazwę caska (np. brew install google-chrome). Możesz zainstalować wiele pakietów naraz: brew install git python nodejs.

  5. Aby zaktualizować listę dostępnych pakietów, uruchom brew update. To pobranie najnowszych informacji o formulach, ale nie aktualizuje zainstalowanych pakietów.

  6. Aby uaktualnić już zainstalowane pakiety do najnowszych wersji, użyj brew upgrade lub brew upgrade NAZWA dla konkretnego pakietu.

Related skills

chrome-devtools

by mrgoonie

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

DevOps
29141

clawhub

by openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

DevOps
14106

miniprogram-development

by TencentCloudBase

WeChat Mini Program development rules. Use this skill when developing WeChat mini programs, integrating CloudBase capabilities, and deploying mini program projects.

DevOps
1955

pmbok-project-management

by jgtolentino

Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas

DevOps
21133

aws-solution-architect

by alirezarezvani

Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora,

DevOps
1231

proxmox-full

by openclaw

Complete Proxmox VE management - create/clone/start/stop VMs and LXC containers, manage snapshots, backups, storage, and templates. Use when user wants to manage Proxmox infrastructure, virtual machines, or containers.

DevOps
1449