globe Ollama Proxy — 多端路由

v1.0.3

Ollama Proxy 提供单一接入点,将请求智能路由到多个 Ollama 实例,可无缝替换默认 localhost:11434,无需改动 API 与模型名称即可横向扩展推理能力,实现高可用与负载均衡。

3· 149·2 当前·2 累计
twinsgeeks 头像by @twinsgeeks (Twin Geeks)
下载技能包
最后更新
2026/4/8
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
NULL
评估建议
What to check before installing/run: 1) Confirm the PyPI package and upstream source (https://github.com/geeks-accelerator/ollama-herd) — inspect the package code or repository history for anything unexpected before pip installing. 2) Note the inconsistency: the SKILL.md metadata references local config/log paths (~/.fleet-manager/...), but the registry shows no required config paths — expect the tool to create/read those files. 3) Ensure python3/pip are available on machines where you run the p...
详细分析 ▾
用途与能力
The name/description (a proxy that routes to multiple Ollama instances) aligns with the instructions: pip installing ollama-herd, running 'herd' (proxy) and 'herd-node' (agents). This is a reasonable set of capabilities for the stated purpose.
指令范围
SKILL.md tells users to install the Python package from PyPI and run herd/herd-node which perform network discovery, scoring, logging, and local tracing. That behavior fits the proxy's purpose. However, the SKILL.md's embedded metadata lists config paths (~/.fleet-manager/latency.db, ~/.fleet-manager/logs/herd.jsonl) that imply the skill will read/write local files, but the registry metadata above the skill claims 'Required config paths: none' — an inconsistency to verify.
安装机制
This is an instruction-only skill that tells the user to 'pip install ollama-herd' from PyPI (a standard, public registry). There is no automatic installer declared by the skill itself. Using PyPI is expected for a Python-based tool; risk is moderate but typical for such packages.
凭证需求
No environment variables or credentials are requested in the registry metadata and the examples show 'api_key="not-needed"'. That is proportional. Minor mismatch: the SKILL.md metadata marks python3/pip as optionalBins while the runtime instructs 'pip install' and running 'herd' which do require Python/pip on hosts — the required binaries list in the registry only lists curl/wget (for examples) which should be clarified.
持久化与权限
The skill is not marked always:true and does not request system-wide privileges in the registry. The proxy runs as a separate process (herd) and stores logs/traces locally per the SKILL.md — this is expected behavior for a fleet manager and not an overreach by itself.
安全有层次,运行前请审查代码。

运行时依赖

🖥️ OSmacOS · Linux · Windows

版本

latestv1.0.32026/3/31

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install ollama-proxy
镜像加速npx clawhub@latest install ollama-proxy --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库