add-ollama-tool

Installation
SKILL.md

Add Ollama Integration

This skill adds a stdio-based MCP server that exposes local Ollama models as tools for the container agent. Claude remains the orchestrator but can offload work to local models, and can optionally manage the model library directly.

Core tools (always available):

  • ollama_list_models — list installed Ollama models with name, size, and family
  • ollama_generate — send a prompt to a specified model and return the response

Management tools (opt-in via OLLAMA_ADMIN_TOOLS=true):

  • ollama_pull_model — pull (download) a model from the Ollama registry
  • ollama_delete_model — delete a locally installed model to free disk space
  • ollama_show_model — show model details: modelfile, parameters, and architecture info
  • ollama_list_running — list models currently loaded in memory with memory usage and processor type

Phase 1: Pre-flight

Check if already applied

Check if container/agent-runner/src/ollama-mcp-stdio.ts exists. If it does, skip to Phase 3 (Configure).

Related skills
Installs
6
GitHub Stars
28.7K
First Seen
Mar 12, 2026