# 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.

- **Type:** Skill
- **Install:** `agentstack add skill-dor-rondel-agent-skills-ollama-model-management`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [dor-rondel](https://agentstack.voostack.com/s/dor-rondel)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [dor-rondel](https://github.com/dor-rondel)
- **Source:** https://github.com/dor-rondel/agent-skills-mcp/tree/main/resources/docker/ollama-model-management

## Install

```sh
agentstack add skill-dor-rondel-agent-skills-ollama-model-management
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Ollama Model Management

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

## 🛠️ Service Target

- **Host Address:** http://127.0.0.1:11435
- **Default Preloaded Models:** `llama3`, `nomic-embed-text`

## 🏃‍♂️ Core Commands

### 1. List Installed Models

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

```bash
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:

```bash
docker exec -it ollama ollama pull 
```

### 3. Check Service Logs

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

```bash
docker-compose logs ollama
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [dor-rondel](https://github.com/dor-rondel)
- **Source:** [dor-rondel/agent-skills-mcp](https://github.com/dor-rondel/agent-skills-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-dor-rondel-agent-skills-ollama-model-management
- Seller: https://agentstack.voostack.com/s/dor-rondel
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
