← 返回 Skills 市场
Windows Ollama
作者
Twin Geeks
· GitHub ↗
· v1.0.0
· MIT-0
84
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-ollama
功能描述
Windows Ollama — run Ollama on Windows with fleet routing across multiple Windows PCs. Windows Ollama setup for Llama, Qwen, DeepSeek, Phi, Mistral. Route Ol...
安全使用建议
This skill appears to do what it says (help run an Ollama fleet on Windows), but installing and running it will install third-party code via pip and open a network router port on your PC. Before proceeding: 1) Inspect the 'ollama-herd' package source (the linked GitHub repo) and confirm the pip package you will install matches that repo; 2) prefer installing from a pinned release or reviewing the package contents locally before running; 3) only enable the firewall rule on trusted private networks (avoid exposing port 11435 on public or corporate networks); 4) run the herd service with the least privilege necessary and monitor its logs; 5) be aware model downloads can be large and may contain data you send to the model — avoid exposing sensitive data to remote nodes. If you cannot review the pip package source or are uncomfortable with opening an inbound listener, treat this skill as risky and do not install it.
能力评估
Purpose & Capability
The SKILL.md describes exactly the intended functionality (install Ollama, pip install ollama-herd, run herd and herd-node, open a router port, monitor nodes). That purpose explains the need for curl/wget and optional python/pip/nvidia-smi. However, the skill's declared required binaries do not list the 'herd'/'herd-node' or Ollama binaries it instructs you to run — the instructions instead tell the user to install them. This is a minor coherence mismatch (metadata doesn't enumerate the actual runtime binaries the instructions rely on).
Instruction Scope
The instructions direct the user to run a pip install (fetch and execute third-party Python code), start a network service listening on port 11435, add a Windows Firewall rule to allow inbound connections, and read/write per-user environment variables and local fleet files (~/.fleet-manager/*). Those actions are within the stated purpose but broaden the attack surface: installing an external package and opening a listener on the local network can permit remote clients to send arbitrary inference requests to your machine and may process potentially sensitive data. The SKILL.md otherwise confines network calls to local endpoints and to trusted sites (ollama.ai, GitHub links).
Install Mechanism
There is no formal install spec in the skill bundle — it's instruction-only. It tells the user to run 'pip install ollama-herd' and to download Ollama from ollama.ai. Pip installing an external package is a normal but non-trivial action: it fetches and executes code from PyPI (or the package's index) and can install daemons/binaries. This is expected for the described functionality but increases risk compared to an instruction-only skill that requires only preinstalled tools.
Credentials
The skill does not request credentials or secrets and declares no required env vars. The content suggests setting OLLAMA_* user environment variables for performance; these are reasonable and directly relevant to Ollama's operation. No unrelated credentials, API keys, or unexpected config paths are requested beyond the service's own fleet files (~/.fleet-manager).
Persistence & Privilege
The skill instructs you to run a long-running router/agent (herd) that listens on a TCP port and to add an inbound firewall rule, which grants persistent network exposure. 'always' is false and the skill itself does not claim to modify other skills, but installing and running the herd process creates a persistent service that could accept requests from other machines. This persistent network presence combined with a third-party pip-installed package increases the blast radius if the package or service is malicious or misconfigured.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windows-ollama - 安装完成后,直接呼叫该 Skill 的名称或使用
/windows-ollama触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Windows Ollama: run Ollama across multiple Windows PCs with NVIDIA RTX GPUs.
- Multi-machine load balancing, health monitoring, and real-time dashboard included.
- Supports routing Ollama inference for Llama, Qwen, DeepSeek, Phi, and Mistral models.
- Simple setup and monitoring commands for Windows environment.
- Guardrails: explicit user confirmation required for model downloads/deletions; no automatic model pulls.
元数据
常见问题
Windows Ollama 是什么?
Windows Ollama — run Ollama on Windows with fleet routing across multiple Windows PCs. Windows Ollama setup for Llama, Qwen, DeepSeek, Phi, Mistral. Route Ol... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Windows Ollama?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-ollama」即可一键安装,无需额外配置。
Windows Ollama 是免费的吗?
是的,Windows Ollama 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Windows Ollama 支持哪些平台?
Windows Ollama 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(windows)。
谁开发了 Windows Ollama?
由 Twin Geeks(@twinsgeeks)开发并维护,当前版本 v1.0.0。
推荐 Skills