ollama-client
SKILL.md
Ollama Client Skill
Overview
This skill provides a Python wrapper for interacting with Ollama's REST API to generate text completions using the Phi-4 model (14B parameters, 16K context window). It handles timeouts, retries, and structured logging for all LLM operations.
When to Use
Use this skill when you need to:
- Generate text completions from Phi-4
- Run prompts for clinical analysis tasks
- Generate JSON-structured outputs from LLM
- Handle LLM inference with timeout protection
Installation
IMPORTANT: This skill has its own isolated virtual environment (.venv) managed by uv. Do NOT use system Python.