← Back to Skills Marketplace
xejrax

Brew Install

by Xejrax · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1929
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install brew-install
Description
Install missing binaries via dnf (Fedora/Bazzite package manager)
README (SKILL.md)

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

# Install a package
brew-install \x3Cpackage>

# Search for a package
brew-install search \x3Cquery>

Install

No installation needed. dnf is the default package manager on Fedora/Bazzite and is always present.

Usage Guidance
This skill appears to be a thin wrapper around dnf but has a misleading name and minimal instructions. Before installing or enabling it: 1) Confirm you understand the naming mismatch (it uses dnf, not Homebrew). 2) Ask the skill author or maintainer for the exact dnf commands it will run (including flags like -y) and whether it will use sudo or prompt for elevation. 3) Only use on systems where you expect dnf to be present (Fedora/Bazzite); on other OSes the skill will not work. 4) Because it can install arbitrary packages, run it in a controlled environment or review the package names it will install before allowing execution. 5) Prefer skills with clear provenance (homepage, maintainer contact) if you need to install system packages automatically. If you want, request the author to rename the skill to avoid confusion and to add explicit, safe examples (including elevation behavior and confirmation prompts).
Capability Analysis
Type: OpenClaw Skill Name: brew-install Version: 1.0.0 The skill bundle defines a wrapper for the `dnf` package manager on Fedora/Bazzite. The `_meta.json` provides standard metadata. The `SKILL.md` clearly describes the skill's purpose, requires the `dnf` binary, and outlines basic usage (install, search). There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the agent. The skill's functionality is directly aligned with its stated purpose of providing package management capabilities via `dnf`.
Capability Assessment
Purpose & Capability
The skill's stated goal is to install packages, and it only requires the 'dnf' binary — that aligns with a dnf-based installer. However the name 'Brew Install' implies Homebrew; the README clarifies it actually wraps dnf on 'Bazzite'. The name/branding is misleading and could confuse users.
Instruction Scope
SKILL.md is minimal and does not show the exact commands the agent will run (e.g., 'dnf install -y <pkg>' vs. interactive mode). It does not mention privilege escalation (sudo/root) which is required for package installs. Because the instructions are vague, an agent might attempt to run system-altering commands without clear constraints or confirmation.
Install Mechanism
This is an instruction-only skill (no install spec, no code files). That minimizes disk-write risk because nothing is downloaded or installed by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested — proportional to the declared purpose of calling dnf.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges, which is good. However, package installation inherently requires elevated system privileges; the skill does not document how elevation is handled or confirm it will prompt the user, which increases operational risk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install brew-install
  3. After installation, invoke the skill by name or use /brew-install
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug brew-install
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Brew Install?

Install missing binaries via dnf (Fedora/Bazzite package manager). It is an AI Agent Skill for Claude Code / OpenClaw, with 1929 downloads so far.

How do I install Brew Install?

Run "/install brew-install" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Brew Install free?

Yes, Brew Install is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Brew Install support?

Brew Install is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Brew Install?

It is built and maintained by Xejrax (@xejrax); the current version is v1.0.0.

💬 Comments