← Back to Skills Marketplace
Ubuntu Ai
by
Twin Geeks
· GitHub ↗
· v1.0.1
· MIT-0
114
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install ubuntu-ai
Description
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...
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ubuntu-ai - After installation, invoke the skill by name or use
/ubuntu-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install Ubuntu Ai?
Run "/install ubuntu-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ubuntu Ai free?
Yes, Ubuntu Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ubuntu Ai support?
Ubuntu Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux).
Who created Ubuntu Ai?
It is built and maintained by Twin Geeks (@twinsgeeks); the current version is v1.0.1.
More Skills