← 返回 Skills 市场
Ubuntu Ai
作者
Twin Geeks
· GitHub ↗
· v1.0.1
· MIT-0
114
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install ubuntu-ai
功能描述
Ubuntu AI — build a local AI platform on Ubuntu and Debian. Ubuntu AI across x86 desktops, ARM edge devices, Raspberry Pi, Jetson Orin, and cloud VMs. Hetero...
安全使用建议
This skill appears to do what it says (set up an Ollama Herd router/node on Ubuntu), but it relies on executing a remote installer (curl | sh) and installing packages system-wide and as services. Before proceeding: inspect the installer script at https://ollama.ai/install.sh and the pip package source (ollama-herd) or install from reviewed release artifacts; consider performing the install in a VM or disposable machine first; review the created systemd unit ExecStart paths and file ownership; limit network exposure (don't open port 11435 to untrusted networks); and back up important data. If you cannot or do not want to audit the remote script, treat the install step as high-risk and avoid running it on sensitive systems.
能力评估
Purpose & Capability
Name/description (local Ubuntu AI, Ollama Herd router/node) matches the instructions: installing Ollama, pip installing ollama-herd, configuring systemd, opening a local port, and running local API calls. Required binaries (curl/wget, python3, pip, systemctl, apt, nvidia-smi) are appropriate for this purpose.
Instruction Scope
SKILL.md instructs actions expected for deploying a local inference stack: apt installs, pip installs, creating systemd units, enabling firewall rules, and calling local APIs. These actions require sudo and will persist on the host; the instructions do not attempt to read unrelated host files or request unrelated credentials, but they do open a network service (port 11435) which increases attack surface.
Install Mechanism
Although the skill has no install spec, the runtime instructions tell the user to run a remote installer via curl -fsSL https://ollama.ai/install.sh | sh and to pip install ollama-herd. Piping an external shell script to sh is high-risk because it executes third-party code fetched at runtime; the script and pip package should be inspected and obtained from trusted releases before execution.
Credentials
No environment variables or unrelated credentials are requested. The metadata's required binaries and config path hints (~/ .fleet-manager/latency.db, logs/herd.jsonl) are consistent with a fleet manager / local service and proportionate to the stated functionality.
Persistence & Privilege
Instructions create and enable systemd services (/etc/systemd/system/herd-*.service) and modify firewall rules, requiring sudo. This persistent, privileged installation is expected for a system service but increases risk if the installed binaries/scripts are malicious or compromised — inspect packages and service unit ExecStart targets before enabling.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ubuntu-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/ubuntu-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
New ubuntu-ollama skill; differentiated ubuntu-ai for broader platform focus
v1.0.0
Ubuntu AI skill initial release.
- Run local AI on Ubuntu and Debian systems using Ollama fleet routing.
- Supports major AI models: Llama, Qwen, DeepSeek, Phi, Mistral.
- Easy setup with apt, pip, and systemd integration; works with NVIDIA CUDA GPUs.
- Cluster support across x86-64 and ARM (e.g., Raspberry Pi, Jetson).
- User-friendly guides for firewall, hardware, monitoring, and OpenAI SDK compatibility.
- Guardrails: explicit confirmation required for model downloads/deletions.
元数据
常见问题
Ubuntu Ai 是什么?
Ubuntu AI — build a local AI platform on Ubuntu and Debian. Ubuntu AI across x86 desktops, ARM edge devices, Raspberry Pi, Jetson Orin, and cloud VMs. Hetero... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Ubuntu Ai?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ubuntu-ai」即可一键安装,无需额外配置。
Ubuntu Ai 是免费的吗?
是的,Ubuntu Ai 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ubuntu Ai 支持哪些平台?
Ubuntu Ai 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。
谁开发了 Ubuntu Ai?
由 Twin Geeks(@twinsgeeks)开发并维护,当前版本 v1.0.1。
推荐 Skills