← 返回 Skills 市场
396
总下载
0
收藏
2
当前安装
6
版本数
在 OpenClaw 中安装
/install unraidclaw
功能描述
Manage your Unraid server through AI agents - 43 tools for Docker, VMs, array, shares, system, notifications, and more with permission control.
安全使用建议
This plugin appears to do what it says: it requires you to supply a UnraidClaw server URL and API key in your OpenClaw plugin config. Before installing: 1) Verify the package source (the registry metadata showed no homepage/source — confirm the GitHub/npm links in SKILL.md are correct and match the package you install). 2) Treat the API key as sensitive — store it only in the plugin config and rotate/revoke if compromised. 3) Avoid enabling tlsSkipVerify unless you must for a local self-signed cert (it disables TLS verification and increases MITM risk). 4) Limit which agents or users can call the plugin, or require human approval for destructive actions (reboot, shutdown, array stop, remove containers, create containers with host mounts), since the plugin exposes those capabilities. 5) If you have strict security requirements, review the source (the included files are readable) and test in a non-production environment first.
功能分析
Type: OpenClaw Skill
Name: unraidclaw
Version: 0.1.9
The unraidclaw skill provides a comprehensive suite of 43 tools for remote Unraid server management, including Docker, VM, and system controls. It uses a standard HTTP/HTTPS client (src/client.ts) to communicate with a user-configured server using an API key. While it possesses high-privilege capabilities (e.g., unraid_docker_create, unraid_system_reboot) and allows bypassing TLS verification (tlsSkipVerify), these features are documented and aligned with its administrative purpose. No evidence of malicious intent, obfuscation, or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
Name/description describe Unraid management and the code registers tools for Docker, VMs, array, shares, system, notifications, network, users, logs, and health. The code constructs HTTP requests to a configured UnraidClaw server and requires an API key and server URL via plugin config — exactly what you'd expect for this functionality.
Instruction Scope
SKILL.md and source instruct installation as an OpenClaw plugin and storing serverUrl/apiKey in openclaw.json. Runtime code reads only plugin/openclaw config and uses it to call the UnraidClaw API. There are destructive operations (reboot, shutdown, stop array, remove containers, create containers with volumes/envs) but these are in-scope for Unraid management and are expected; the skill does not instruct reading unrelated system files or environment variables.
Install Mechanism
The registry lists no automated install spec; SKILL.md instructs installing the npm package using npm pack and openclaw plugins install, which is a normal local plugin install flow. The package.json references the dist entrypoint and an npm package. Minor inconsistency: package.json shows version 0.1.6 while registry metadata states 0.1.9; source/homepage were reported as 'unknown' / 'none' in registry metadata despite SKILL.md including GitHub/npm links — verify you are installing the intended package from the expected source.
Credentials
No environment variables are required by the registry; the plugin expects an API key and serverUrl in the OpenClaw plugin config (openclaw.plugin.json schema and SKILL.md). This is proportionate to remote Unraid API access. The only additional option is tlsSkipVerify for self-signed certs — legitimate but reduces TLS security if enabled.
Persistence & Privilege
always:false (default) and model invocation is allowed (default). The plugin registers many management tools including destructive actions; autonomous agent invocation could therefore perform destructive operations if policies permit. This is expected for a management plugin, but operators should control which agents/flows are allowed to invoke high-impact tools.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unraidclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/unraidclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.9
Fix install instructions: use npm pack workaround instead of non-existent --registry flag
v0.1.8
Fix install instructions: use --registry npm to install as plugin, not skill
v0.1.6
Add multi-server support: configure multiple Unraid servers, target with optional server parameter
v0.1.5
Add memory, CPU load, and disk usage stats to tool descriptions
v0.1.4
Add SKILL.md frontmatter for ClawHub metadata
v0.1.3
- Added comprehensive SKILL.md documentation detailing all UnraidClaw features and configuration.
- Outlined available tools (43 tools in 11 categories) and permission controls.
- Listed requirements, installation steps, configuration options, and usage examples.
- Provided relevant resource links (GitHub, npm, Unraid Community Apps).
元数据
常见问题
UnraidClaw 是什么?
Manage your Unraid server through AI agents - 43 tools for Docker, VMs, array, shares, system, notifications, and more with permission control. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 396 次。
如何安装 UnraidClaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unraidclaw」即可一键安装,无需额外配置。
UnraidClaw 是免费的吗?
是的,UnraidClaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
UnraidClaw 支持哪些平台?
UnraidClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 UnraidClaw?
由 emaspa(@emaspa)开发并维护,当前版本 v0.1.9。
推荐 Skills