Chat Ollama — AI skill for Claude Code
ChatOllama is an open source agentic app for running AI agents across local and hosted models.
How to install Chat Ollama
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open sugarforever/chat-ollama and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Chat Ollama does
ChatOllama is an open source agentic app for running AI agents across local and hosted models.
Alternatives in AI
- Easy LLM CLI — An open-source AI agent that is compatible with multiple LLM models 1.3k ★
- Get Physics Done — The first open-source agentic AI physicist, by Physical Superintelligence PBC (PSI) 752 ★
- AI Avatar System — 🎭 AI Avatar / digital human platform — upload a photo, clone a voice, talk to any face in real time with lip 422 ★
README
ChatOllama
ChatOllama is an open-source agentic app for running AI agents with hosted or local models. The primary user entry point today is the installable `chatollama-agent` command-line app.
Install
Requires Node.js 24 or newer.
npm install --global chatollama-agent
chatollama-agent
Configure a provider
Set the API key for any provider you want to use before starting the CLI. These are the provider credentials recognized by the current release:
| Provider | Environment variable |
|---|---|
| OpenAI | OPENAI_API_KEY |
| Anthropic | ANTHROPIC_API_KEY |
| Google Gemini | GEMINI_API_KEY, falling back to GOOGLE_GENERATIVE_AI_API_KEY |
| DeepSeek | DEEPSEEK_API_KEY |
| OpenRouter | OPENROUTER_API_KEY |
| Ollama (OpenAI-compatible) | OLLAMA_API_KEY (optional; defaults to the non-secret value ollama) |
For example:
export OPENAI_API_KEY='replace-with-your-key'
chatollama-agent
The CLI also recognizes these explicit startup overrides:
| Variable | Purpose |
|---|---|
AGENT_PROVIDER |
Select openai, anthropic, google, deepseek, openrouter, or ollama |
AGENT_MODEL |
Select the model ID |
AGENT_BASE_URL |
Override the selected provider's API endpoint |
AGENT_API_KEY |
Override the |
Related Skills
Zenith
Self-hosted, local-first AI workspace on your own Ollama models — chat, a Claude-Code-class coding agent, deep
Umwelten
CLI tool for evaluating and comparing AI models across Google, Ollama, OpenRouter, LM Studio, LlamaBarn, and G
ReqSolve
Self-hosted, AI-assisted ticketing & request management for organizations — multi-department with strict isola
Ollama Cc Plugin
Use local/cloud ollama models from Claude Code as a second engine: read-only consult/review, agentic worktree-
Open AI Agents Hub
Open-source, self-hosted platform to build, host, and chat with AI agents — LLM chat bots and image/video gene
Kioku Assistant
Private, self-hosted agentic personal assistant: cloud brain, local hands. Claude Agent SDK over a git-backed
Related Agents
Bench Runner
Executes a11y skill benchmarks across hosted and local model families. Runs cloud/Codex/Ollama benchmark scrip
Delegate
Expert LLM delegation specialist that seamlessly connects to external language models including GPT-4, GPT-3.5
Mock Generator
Generates mock API responses and test data using local Ollama models. Saves cloud tokens.