← 返回 Skills 市场
1929
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install brew-install
功能描述
Install missing binaries via dnf (Fedora/Bazzite package manager)
使用说明 (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.
安全使用建议
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).
功能分析
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`.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install brew-install - 安装完成后,直接呼叫该 Skill 的名称或使用
/brew-install触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
Brew Install 是什么?
Install missing binaries via dnf (Fedora/Bazzite package manager). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1929 次。
如何安装 Brew Install?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install brew-install」即可一键安装,无需额外配置。
Brew Install 是免费的吗?
是的,Brew Install 完全免费(开源免费),可自由下载、安装和使用。
Brew Install 支持哪些平台?
Brew Install 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Brew Install?
由 Xejrax(@xejrax)开发并维护,当前版本 v1.0.0。
推荐 Skills