← 返回 Skills 市场
Ubuntu Ollama
作者
Twin Geeks
· GitHub ↗
· v1.0.0
· MIT-0
96
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ubuntu-ollama
功能描述
Ubuntu Ollama — run Ollama on Ubuntu with fleet routing across multiple Ubuntu machines. Ubuntu Ollama setup with apt, systemd, and NVIDIA CUDA. Route Ollama...
安全使用建议
This skill appears to do what it says (set up an Ollama fleet), but it requires running network installers and creating system-level services — treat it like any other system service install: 1) Verify upstream sources: confirm the ollama.ai installer and the 'ollama-herd' package are the official/reputable releases referenced by the GitHub repo listed in the skill. 2) Inspect the code/package before pip installing (or install in an isolated environment/container/VM). 3) Avoid piping unknown scripts directly into sh; download and review the installer first. 4) Be cautious about enabling an unauthenticated HTTP endpoint on port 11435 — restrict access with firewall rules, network segmentation, or enable authentication if supported. 5) If you must try it on production hosts, prefer testing in a sandboxed environment and verify service behavior (auth, logging, resource usage) before rolling out to multiple machines.
功能分析
Type: OpenClaw Skill
Name: ubuntu-ollama
Version: 1.0.0
The skill provides instructions for setting up a distributed Ollama environment using 'ollama-herd', which involves high-risk actions such as executing a remote installation script (curl | sh for Ollama) and creating systemd services with sudo privileges. While the behavior appears aligned with the stated purpose and includes defensive guardrails for the AI agent in SKILL.md, the requirement for system-level modifications and remote code execution during setup meets the threshold for a suspicious classification due to the inherent risks of these capabilities.
能力评估
Purpose & Capability
Name/description (Ubuntu Ollama fleet/router) matches the instructions: installing Ollama, pip-installing a 'herd' package, configuring systemd, opening a port, and using mDNS for discovery. Requested binaries (curl/wget, optional python3/pip, systemctl, apt, nvidia-smi) are appropriate for the described tasks.
Instruction Scope
SKILL.md instructs the agent/operator to run network installs (curl | sh from ollama.ai), pip install a package (ollama-herd), write systemd unit files under /etc/systemd/system, enable services, open firewall ports, and rely on mDNS/HTTP for node discovery. These actions are within the expected scope of deploying a cluster but require root privileges and expose a network service; the doc does not describe authentication for the router endpoint (examples use api_key='not-needed').
Install Mechanism
There is no registry install spec (instruction-only), but the runtime instructions direct execution of remote installers (curl -fsSL https://ollama.ai/install.sh | sh) and pip install of 'ollama-herd'. Fetching and executing remote scripts and installing packages from PyPI are standard but high-impact operations — they should be verified before running. The referenced domains (ollama.ai, github.com repo in homepage) are recognizable, but the skill does not include integrity checks or pinned releases.
Credentials
The skill requests no environment variables or credentials and the declared config paths (~/.fleet-manager/...) are consistent with a fleet manager. There are no requests for unrelated secrets or system-wide config beyond systemd and network settings.
Persistence & Privilege
Instructions create and enable system-wide systemd services and modify firewall rules — actions that require root privilege and will persist across reboots. This persistence is reasonable for a long-running router/node service, but it increases blast radius if the installed software is malicious or misconfigured (e.g., an unauthenticated HTTP API exposed on port 11435).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ubuntu-ollama - 安装完成后,直接呼叫该 Skill 的名称或使用
/ubuntu-ollama触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
New skill: Ubuntu Ollama fleet routing with apt, systemd, and CUDA
元数据
常见问题
Ubuntu Ollama 是什么?
Ubuntu Ollama — run Ollama on Ubuntu with fleet routing across multiple Ubuntu machines. Ubuntu Ollama setup with apt, systemd, and NVIDIA CUDA. Route Ollama... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 Ubuntu Ollama?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ubuntu-ollama」即可一键安装,无需额外配置。
Ubuntu Ollama 是免费的吗?
是的,Ubuntu Ollama 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ubuntu Ollama 支持哪些平台?
Ubuntu Ollama 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。
谁开发了 Ubuntu Ollama?
由 Twin Geeks(@twinsgeeks)开发并维护,当前版本 v1.0.0。
推荐 Skills