add-ollama-tool

List, pull, delete, and inspect local Ollama models from container agents.

30.5k|12.9k|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/nanocoai/nanoclaw --skill add-ollama-tool-nanocoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-ollama-tool
Source: https://github.com/nanocoai/nanoclaw/tree/main/.claude/skills/add-ollama-tool
Command: npx skills add https://github.com/nanocoai/nanoclaw --skill add-ollama-tool-nanocoai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ollama, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables container agents to connect to and utilize local Ollama models for inference, expanding their AI capabilities through local model calls and management.

Core Features & Use Cases

  • Model Listing: List installed Ollama models with details like size and architecture.
  • Prompt Generation: Send prompts to specific models and obtain responses for AI tasks.
  • Model Management: Pull, delete, or inspect models directly on the host, facilitating local model library maintenance.
  • Use Case: A user can prompt the agent to generate text using a local model or manage their model library by pulling new models without leaving the host environment.

Quick Start

Install the Ollama models, ensure Ollama is running, and ask the agent to generate responses or manage models.

Frequently Asked Questions about add-ollama-tool

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use local Ollama models for AI inference inside a Docker container?

Local Ollama models can be used for AI inference inside a Docker container by connecting container agents to the Ollama host. This allows agents to send prompts to specific models and directly obtain responses for AI tasks within the Dockerized environment.

Can I manage Ollama models directly from a Dockerized environment?

You can manage Ollama models directly from a Dockerized environment by offloading library tasks to container agents. This setup supports listing, pulling, deleting, and inspecting models to maintain your local model library without leaving the host environment.

What do I need to run Ollama model management tasks through a container agent?

To run Ollama model management tasks through a container agent, you need the Ollama dependency installed and running on the host. Once the Ollama service is active, the agent can pull, delete, or inspect models directly.

How does local model inference with Ollama work for container agents?

Local model inference with Ollama works by allowing container agents to offload their processing workload to local models. The agent connects to the running Ollama service, sends generation prompts, and retrieves the model responses.

What's the best way to pull and inspect local models without leaving the host environment?

The best way to pull and inspect local models without leaving the host environment is by using container agents with integrated Ollama tools. This approach enables direct model library maintenance, including pulling new models and viewing architecture details.

Why use local models instead of external APIs for AI inference in Docker?

Using local models instead of external APIs for AI inference in Docker provides more flexible and efficient deployment. It allows agents to utilize local model calls for inference and manage the model library directly on the host.