Install
openclaw skills install unraidclawManage your Unraid server through AI agents - 43 tools for Docker, VMs, array, shares, system, notifications, and more with permission control.
openclaw skills install unraidclawManage your Unraid server through AI agents with full permission control.
UnraidClaw gives AI agents 43 tools across 11 categories to monitor and manage an Unraid server:
Every tool is gated by a 22-key permission matrix (resource:action) configurable from the Unraid WebGUI. The server logs all API activity.
| Field | Description |
|---|---|
serverUrl | URL of your UnraidClaw server (e.g. http://192.168.1.100:9876) |
apiKey | API key from the UnraidClaw settings page |
tlsSkipVerify | Set to true for self-signed TLS certificates |
UnraidClaw is an OpenClaw plugin (not a skill). Install from npm:
npm pack unraidclaw && openclaw plugins install unraidclaw-*.tgz && rm unraidclaw-*.tgz
Then configure in ~/.openclaw/openclaw.json:
{
"plugins": {
"unraidclaw": {
"serverUrl": "http://YOUR_UNRAID_IP:9876",
"apiKey": "YOUR_API_KEY"
}
}
}