← Back to Skills Marketplace
ollama-skill
by
WaiYanNyeinNaing
· GitHub ↗
· v1.0.0
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ollama-skill
Description
Use when user wants to integrate Ollama into coding agents, IDEs, or agent harnesses. Supports local/on-prem/Docker deployment, Ollama Cloud, OpenAI/Anthropi...
Usage Guidance
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.
Capability Analysis
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).
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ollama-skill - After installation, invoke the skill by name or use
/ollama-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install ollama-skill?
Run "/install ollama-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ollama-skill free?
Yes, ollama-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ollama-skill support?
ollama-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ollama-skill?
It is built and maintained by WaiYanNyeinNaing (@waiyannyeinnaing); the current version is v1.0.0.
More Skills