← 返回 Skills 市场
ollama-skill
作者
WaiYanNyeinNaing
· GitHub ↗
· v1.0.0
· MIT-0
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ollama-skill
功能描述
Use when user wants to integrate Ollama into coding agents, IDEs, or agent harnesses. Supports local/on-prem/Docker deployment, Ollama Cloud, OpenAI/Anthropi...
安全使用建议
This skill appears coherent and focused on Ollama integration. Before installing: (1) review and trust the referenced GitHub repo and example code (you will run pip/npm installs); (2) run installs in an isolated environment (virtualenv/container) and inspect requirements for any packages you don't recognize; (3) only provide OLLAMA_API_KEY to code you trust and prefer to use local Ollama if you need to keep data on-prem; (4) if you plan to run the docker-compose, verify the image name and volumes are acceptable for your environment.
功能分析
Type: OpenClaw Skill
Name: ollama-skill
Version: 1.0.0
The ollama-skill bundle provides a comprehensive and legitimate set of tools, examples, and documentation for integrating Ollama into AI agent workflows. The code follows security best practices by using environment variables for configuration and includes explicit warnings against anti-patterns like hardcoding secrets or exposing unrestricted shell execution. No signs of data exfiltration, malicious execution, or prompt injection were found across the Python, JavaScript, and shell examples (e.g., SKILL.md, python_native_chat.py, javascript_chat.mjs).
能力标签
能力评估
Purpose & Capability
Name/description (Ollama integration for agents/IDEs) aligns with included files: examples, adapter, requirements (ollama, openai, anthropic), and docker-compose for local Ollama. The requested artifacts (examples, Python adapter) are proportionate to an integration skill.
Instruction Scope
SKILL.md and example scripts instruct cloning the repo, setting OLLAMA_HOST/API_BASE/MODEL and optionally OLLAMA_API_KEY for cloud use, installing Python/Node deps, and running examples. Instructions reference only local endpoints (localhost) and Ollama cloud; they do not direct the agent to read unrelated host files or exfiltrate data to unexpected endpoints.
Install Mechanism
No built-in install spec; the skill is instruction+examples. Dependencies are declared in requirements.txt and package.json and are standard packages (ollama, openai, anthropic, dotenv, requests, zod). No downloads from obscure URLs or extracted archives were found. docker-compose uses the official 'ollama/ollama' image.
Credentials
The skill does not declare required env vars; examples use OLLAMA_HOST, OLLAMA_API_BASE, OLLAMA_MODEL, OLLAMA_EMBED_MODEL and optionally OLLAMA_API_KEY for cloud access. These are appropriate and minimal for configuring local vs cloud Ollama endpoints and do not request unrelated secrets.
Persistence & Privilege
No elevated privileges requested. 'always' is false and the skill does not modify other skills or system-wide agent settings. It does not request persistent presence or hidden background execution.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ollama-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/ollama-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Ollama Skill 1.0.0 – Initial Release
- Enables seamless integration of Ollama with coding agents, IDEs, and agent harnesses.
- Supports local, on-prem, Docker, and Ollama Cloud deployment.
- Provides API-first integration, OpenAI/Anthropic compatibility, streaming, structured outputs, embeddings, tool calling, and web search.
- Includes example workflows, environment variable setup, and quickstart guides.
- Offers provider-agnostic model routing for minimal integration changes across runtimes.
元数据
常见问题
ollama-skill 是什么?
Use when user wants to integrate Ollama into coding agents, IDEs, or agent harnesses. Supports local/on-prem/Docker deployment, Ollama Cloud, OpenAI/Anthropi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 ollama-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ollama-skill」即可一键安装,无需额外配置。
ollama-skill 是免费的吗?
是的,ollama-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ollama-skill 支持哪些平台?
ollama-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ollama-skill?
由 WaiYanNyeinNaing(@waiyannyeinnaing)开发并维护,当前版本 v1.0.0。
推荐 Skills