← 返回 Skills 市场
Ollama Integration
作者
yrtryA5790343
· GitHub ↗
· v1.0.0
754
总下载
1
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install ollama-integration
功能描述
Integrate and run local Ollama AI models with custom prompts for AI assistance and automatic model management.
安全使用建议
This skill appears to be what it claims: a thin wrapper around the 'ollama' client for local model usage. Before installing: 1) Confirm you run an Ollama service locally and are comfortable exposing prompts to it. 2) Ensure your platform will install npm dependencies or pre-install the 'ollama' package; note package.json appears malformed and may need fixing. 3) Review the third-party 'ollama' npm package source (and its network behavior) if you need to be extra cautious. 4) Don't provide secrets or sensitive data to models unless you trust the local environment and the model's handling of data.
功能分析
Type: OpenClaw Skill
Name: ollama-integration
Version: 1.0.0
The skill bundle provides integration with local Ollama models as described. The `ollama.js` file uses the legitimate `ollama` npm package to list models and generate responses, which involves expected local network communication with an Ollama server. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the OpenClaw agent in `SKILL.md`. All files align with the stated purpose without exhibiting any high-risk behaviors or malicious intent.
能力评估
Purpose & Capability
Name/description match the code: the skill requires the 'ollama' library and exposes listing and generate/run functions for local Ollama models, which is exactly what the description promises.
Instruction Scope
SKILL.md is minimal and focused on local model integration; the implementation only calls ollama.list() and ollama.generate() and does not read arbitrary filesystem paths, environment variables, or contact external endpoints directly.
Install Mechanism
There is no explicit install spec. package.json declares a dependency on the npm package 'ollama', which is appropriate for this functionality, but package.json is written in a non-JSON style and may cause installation/runtime issues if the platform expects valid JSON or an install step. The skill does not pull code from arbitrary URLs or other high-risk sources.
Credentials
No environment variables, credentials, or config paths are requested. The skill's needs (a local Ollama client library) are proportionate to its stated purpose.
Persistence & Privilege
The skill does not request always:true or other elevated persistence, and it does not modify other skills or system-wide config. Default autonomous invocation is enabled (platform default) which is expected for skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ollama-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/ollama-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release for Ollama local model integration
元数据
常见问题
Ollama Integration 是什么?
Integrate and run local Ollama AI models with custom prompts for AI assistance and automatic model management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 754 次。
如何安装 Ollama Integration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ollama-integration」即可一键安装,无需额外配置。
Ollama Integration 是免费的吗?
是的,Ollama Integration 完全免费(开源免费),可自由下载、安装和使用。
Ollama Integration 支持哪些平台?
Ollama Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ollama Integration?
由 yrtryA5790343(@yrtrya5790343)开发并维护,当前版本 v1.0.0。
推荐 Skills