← 返回 Skills 市场
132
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install unraid-cli
功能描述
TypeScript CLI for Unraid Server GraphQL API. 12 command groups for system, arrays, disks, containers, VMs, shares, logs, and diagnostics. Built for humans a...
安全使用建议
This skill appears to be what it says: a thin wrapper CLI for Unraid that needs the Unraid host and an API key. Before installing, verify the npm package and GitHub repository (owner, publish history, recent activity) to reduce supply-chain risk. Because the marketplace entry is instruction-only, the scanner could not review the actual npm package code — consider inspecting the package source or installing in an isolated/test environment first. Restrict the API key's privileges and lifetime where possible, prefer profiles or per-job --api-key usage rather than broad environment variables, and test read-only workflows before enabling destructive commands (use the SKILL.md guardrails: prefer read-only, require --yes only when deliberate). Also watch for typosquatted package names when running npm install -g.
功能分析
Type: OpenClaw Skill
Name: unraid-cli
Version: 0.4.0
The unraid-cli skill is a legitimate TypeScript CLI tool for managing Unraid servers via their GraphQL API. The SKILL.md and README.md files provide well-structured instructions for AI agents, including safety guardrails such as preferring read-only commands and requiring explicit identifiers for destructive actions. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
Name, description, required binaries (ucli), and required env vars (UNRAID_HOST, UNRAID_API_KEY) match a CLI that talks to an Unraid GraphQL API. The install step (npm package unraid-cli producing ucli) is appropriate for this purpose.
Instruction Scope
SKILL.md only instructs the agent to run ucli commands, use --output json/--quiet, and reference the CLI config path (~/.config/ucli/config.yaml). It does not ask the agent to read unrelated files, exfiltrate data, or call unexpected endpoints. (The SKILL.md content is duplicated in places, but that is a documentation quality issue rather than a security mismatch.)
Install Mechanism
Installation is via npm (package: unraid-cli) which is a typical delivery for a Node CLI. This is a moderate-risk install mechanism because npm packages execute code on install/run; the skill bundle itself contains no package source to scan, so the marketplace static scanner could not analyze the actual runtime code that will be installed.
Credentials
The skill requires only UNRAID_HOST and UNRAID_API_KEY which are exactly the credentials expected for accessing an Unraid server API. No unrelated secrets or system credentials are requested.
Persistence & Privilege
The skill is not always-enabled (always: false), is user-invocable, and does not request system-wide configuration changes or access to other skills' credentials. Agent autonomous invocation is allowed but is the platform default and not in itself an extra privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unraid-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/unraid-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.0
Fix: metadata.openclaw.requires format matching OpenClaw core schema (bins + env + install)
v0.3.0
Fix registry metadata: ClawdisSkillMetadataSchema format for requires bins/env and install spec
v0.2.1
Fix scanner false positive: required_env, required_binaries, install spec, source/homepage in SKILL.md frontmatter
v0.2.0
Fix provenance: source open, homepage, install spec, consistent binaries
v0.1.0
Initial release: 12 command groups for Unraid server management
元数据
常见问题
Unraid CLI 是什么?
TypeScript CLI for Unraid Server GraphQL API. 12 command groups for system, arrays, disks, containers, VMs, shares, logs, and diagnostics. Built for humans a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 Unraid CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unraid-cli」即可一键安装,无需额外配置。
Unraid CLI 是免费的吗?
是的,Unraid CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Unraid CLI 支持哪些平台?
Unraid CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Unraid CLI?
由 Ingo(@ingodibella)开发并维护,当前版本 v0.4.0。
推荐 Skills