Install missing binaries via dnf (Fedora/Bazzite package manager)
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill brew-install --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Brew Install?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-brew-install)More formats (shields.io, HTML) on the badges page.
---
name: brew-install
description: "Install missing binaries via dnf (Fedora/Bazzite package manager)"
metadata:
{
"openclaw":
{
"emoji": "📦",
"requires": { "bins": ["dnf"] },
"install": [],
},
}
---
# Brew Install
Install missing binaries via dnf, the Fedora/Bazzite package manager. Despite the name, this skill wraps `dnf` on Bazzite rather than Homebrew.
## Commands
```bash
# Install a package
brew-install <package>
# Search for a package
brew-install search <query>
```
## Install
No installation needed. `dnf` is the default package manager on Fedora/Bazzite and is always present.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!