🦙
AI EngineeringTypeScript

Ollama Integration

by sbusso

Ollama Integration is an AI Engineering skill for Claude Code, published by sbusso in claudeclaw.

193 stars60 forkson sbusso/claudeclawAdded 2026/09/06Repository updated 2026/08/12
agentagentic-aiclaude-codeopenclaw
Install in seconds
Install Ollama Integration
Copy Ollama Integration into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sbusso/claudeclaw/tree/main/skills/add-ollama-tool ~/.claude/skills/add-ollama-tool

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sbusso/claudeclaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/add-ollama-tool/SKILL.md in sbusso/claudeclaw
Installs to
~/.claude/skills/add-ollama-tool
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering3278 skills

What Ollama Integration does

Ollama Integration adds an MCP server that exposes local Ollama models as tools for the container agent. Use it when you want Claude to offload summarization, translation, or other queries to a local model.

Ollama Integration is cataloged under AI Engineering on DirSkills. Ollama Integration comes from a repository tagged agent, agentic-ai, claude-code and openclaw.

Documentation

README

Add Ollama Integration

This skill adds a stdio-based MCP server that exposes local Ollama models as tools for the container agent. Claude remains the orchestrator but can offload work to local models.

Tools added:

  • ollama_list_models — lists installed Ollama models
  • ollama_generate — sends a prompt to a specified model and returns the response

Phase 1: Pre-flight

Check if already applied

Check if agent/runner/src/ollama-mcp-stdio.ts exists. If it does, skip to Phase 3 (Configure).

Check prerequisites

Verify Ollama is installed and running on the host:

ollama list

If Ollama is not installed, direct the user to https://ollama.com/download.

If no models are installed, suggest pulling one:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Ollama Integration

  • What else does sbusso publish alongside Ollama Integration?

    Ollama Integration is one of 25 skills that DirSkills catalogs from sbusso/claudeclaw, the repository it ships in. Its siblings there include Add Compact Command, Add Gmail and Add Reactions. Each one is a separate skill with its own page in this directory, installs the same way Ollama Integration does, and is maintained by sbusso in that same repository. The rest of the collection is listed on the sbusso/claudeclaw page.

  • How does Ollama Integration compare to other AI Engineering skills?

    Ollama Integration ranks #2883 by stars among the 3278 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Ollama Integration against them. Open each page to compare what they document and how they install.

More from sbusso/claudeclaw

Ollama Integration is one of 25 skills cataloged on DirSkills from sbusso/claudeclaw.

See all 25 skills