← All plugins
ollama-local-ai
v1.18.0Run AI models locally with Ollama - free alternative to OpenAI, Anthropic, and other paid LLM APIs. Zero-cost, privacy-first AI infrastructure.
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/ollama-local-ai/ inside the repository.
Layout
plugins/ai-ml/ollama-local-ai/
├── .claude-plugin/plugin.json└── skills/ollama-setup/SKILL.md
Skills1
ollama-setupskills/ollama-setup/SKILL.md
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.
Manifests1
plugins/ai-ml/ollama-local-ai/.claude-plugin/plugin.json
{
"name": "ollama-local-ai",
"version": "1.18.0",
"description": "Run AI models locally with Ollama - free alternative to OpenAI, Anthropic, and other paid LLM APIs. Zero-cost, privacy-first AI infrastructure.",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"license": "MIT",
"keywords": [
"ollama",
"local-llm",
"free-ai",
"self-hosted",
"llama",
"mistral",
"privacy",
"zero-cost",
"openai-alternative"
]
}