← Back to Skills Marketplace
timverhoogt

Ollama Local

by Timverhoogt · GitHub ↗ · v1.1.0
cross-platform ✓ Security Clean
6572
Downloads
11
Stars
59
Active Installs
2
Versions
Install in OpenClaw
/install ollama-local
Description
Manage and use local Ollama models. Use for model management (list/pull/remove), chat/completions, embeddings, and tool-use with local LLMs. Covers OpenClaw sub-agent integration and model selection guidance.
Usage Guidance
Install this if you intend to manage or use Ollama from OpenClaw. Keep OLLAMA_HOST on localhost for sensitive prompts, use only trusted remote Ollama servers, and double-check the target host before running pull, rm, or sub-agent workflows because those actions can consume disk/network resources or remove model files.
Capability Analysis
Type: OpenClaw Skill Name: ollama-local Version: 1.1.0 The skill bundle is designed to manage and interact with local Ollama models. All Python scripts (`scripts/ollama.py`, `scripts/ollama_tools.py`) use standard `urllib.request` to communicate with a user-configured Ollama host, which is essential for their stated purpose. Crucially, the `run_code` tool within `scripts/ollama_tools.py` is explicitly a mock implementation and does not execute arbitrary code, preventing a significant potential vulnerability. The markdown files (`SKILL.md`, `references/models.md`) provide clear instructions and documentation without any evidence of prompt injection attempts or malicious directives for the agent. There is no indication of data exfiltration, unauthorized execution, or persistence mechanisms.
Capability Assessment
Purpose & Capability
The documentation and scripts consistently support local or user-configured Ollama model management, chat, generation, embeddings, and tool-use examples.
Instruction Scope
Commands are user-directed examples; the remote OLLAMA_HOST example and direct API calls could warn more clearly that prompts and embeddings go to the configured server.
Install Mechanism
The bundle contains markdown and Python helper scripts only, with no installer, autostart behavior, dependency installation, or privilege escalation mechanism.
Credentials
Reading OLLAMA_HOST and making HTTP requests to that host is proportionate for Ollama integration, but users should treat remote hosts as data recipients.
Persistence & Privilege
No persistence or credential harvesting is present; pull and remove operations can change the configured Ollama server's model inventory when explicitly run.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ollama-local
  3. After installation, invoke the skill by name or use /ollama-local
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Generalized for any Ollama setup - host now configurable via OLLAMA_HOST env var (defaults to localhost:11434)
v1.0.0
Initial release - CLI for model management, chat/completions, embeddings, and tool-use with local Ollama models
Metadata
Slug ollama-local
Version 1.1.0
License
All-time Installs 247
Active Installs 59
Total Versions 2
Frequently Asked Questions

What is Ollama Local?

Manage and use local Ollama models. Use for model management (list/pull/remove), chat/completions, embeddings, and tool-use with local LLMs. Covers OpenClaw sub-agent integration and model selection guidance. It is an AI Agent Skill for Claude Code / OpenClaw, with 6572 downloads so far.

How do I install Ollama Local?

Run "/install ollama-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ollama Local free?

Yes, Ollama Local is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Ollama Local support?

Ollama Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ollama Local?

It is built and maintained by Timverhoogt (@timverhoogt); the current version is v1.1.0.

💬 Comments