Brew Install

v1.0.0

Install missing binaries via dnf (Fedora/Bazzite package manager)

1· 1.8k·3 current·3 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
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.
What to consider before installing
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).

Like a lobster shell, security has layers — review code before you run it.

latestvk978gqny2n09t72r6acr6pgysx80fqm7

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📦 Clawdis
Binsdnf

Comments