ollama-local-ai
Run AI models locally with Ollama - free alternative to OpenAI, Anthropic, and other paid LLM APIs. Zero-cost, privacy-first AI infrastructure.
Installation
Open Claude Code and run this command:
/plugin install ollama-local-ai@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Free, self-hosted alternative to OpenAI, Anthropic, and paid LLM APIs
Run powerful AI models locally with zero API costs. Complete privacy, unlimited usage, no subscriptions.
Skills (1)
ollama-setup
View full skill →
'Configure auto-configure Ollama when user needs local LLM deployment,.
ReadWriteBash(cmd:*)
How It Works
/setup-ollama
curl -fsSL https://ollama.com/install.sh | sh
ollama pull llama3.2
ollama run llama3.2
FAQ
ollama pull llama3.2:7b-q4 # 4-bit quantization (4GB)
nvidia-smi # NVIDIA
system_profiler SPDisplaysDataType # macOS
ollama pull mistral:7b
ollama rm unused-model
ollama run llama3.2 --ctx-size 2048