Ollama Model Management

Use this skill when the user asks to pull new models, list active models, or check the status of the Ollama engine inside the container.

dor-rondel Updated

File contents

Ollama Model Management

This skill handles interaction with the Ollama service to update, add, or audit local LLM and embedding models.

🛠️ Service Target

🏃‍♂️ Core Commands

1. List Installed Models

Query the active Ollama engine inside the container to see what weights are already loaded on disk:

docker exec -it ollama ollama list

2. Download / Pull a New Model

Instruct the containerized daemon to pull down a new model directly from the Ollama registry:

docker exec -it ollama ollama pull <model-name>

3. Check Service Logs

If a model fails to load or download, inspect the execution logs directly from the active service:

docker-compose logs ollama

dor-rondel/agent-skills-mcp/tree/main/resources/docker/ollama-model-management commit 75dff2e6e5

Frequently asked questions

npx skillmds@latest add dor-rondel/ollama-model-management