ollama-setup

Featured

Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Ollama Setup ## Overview Auto-configure Ollama for local LLM deployment, eliminating hosted API costs and enabling offline AI inference. This skill handles system assessment, model selection based on available hardware (RAM, GPU), installation across macOS/Linux/Docker, and integration with Python, Node.js, and REST API clients. ## Prerequisites - macOS 12+, Linux (Ubuntu 20.04+, Fedora 36+), or Docker runtime - Minimum 8 GB RAM for 7B parameter models; 16 GB for 13B models; 32 GB+ for 70B models - Optional: NVIDIA GPU with CUDA drivers for accelerated inference (`nvidia-smi` to verify) - Optional: Apple Silicon (M1/M2/M3) for Metal-accelerated inference on macOS - Disk space: 4-40 GB depending on model size (quantized weights) - Package manager: `brew` (macOS), `curl` (Linux), or `docker` (containerized) ## Instructions 1. Detect the host operating system and available hardware using `uname -s`, `free -h` (Linux) or `vm_stat` (macOS), and `nvidia-smi` (if GPU present) 2. Select appropriate models based on available RAM: - **8 GB**: llama3.2:7b (4 GB), mistral:7b (4 GB), phi3:14b (8 GB) - **16 GB**: codellama:13b (7 GB), mixtral:8x7b (26 GB quantized) - **32 GB+**: llama3.2:70b (40 GB), codellama:34b (20 GB) 3. Install Ollama using the platform-appropriate method: - macOS: `brew install ollama && brew services start ollama` - Linux: `curl -fsSL https://ollama.com/install.sh | sh && sudo systemctl start ollama` - Docker: `docker run -d -v ollama:/root...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category