add-ollama-provider

Configure NanoClaw agent groups to use local Ollama models via environment variables.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables users to route their NanoClaw agent groups to a local Ollama model instead of relying on the cloud-based Anthropic API, reducing API costs and allowing local experimentation.

Core Features & Use Cases

  • Model Switching: Redirects agent API calls from cloud to local Ollama instance with simple configuration changes.
  • Environment Customization: Adjusts container environment variables and blocked hosts for secure local deployment.
  • Use Case: A team wants to run their AI models locally to save costs and increase control, enabling on-premise AI usage with minimal setup.

Quick Start

Set up your agent to use the local Ollama model by configuring container environment variables and updating the agent's settings, then restart the NanoClaw service to apply the changes.

Frequently Asked Questions about add-ollama-provider

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

FAQPage Schema
Can I use local Ollama models to reduce cloud API costs?

Routing NanoClaw to a local Ollama instance involves editing container environment variables and agent settings files. This configuration allows you to switch from cloud APIs to local models for secure, on-premise deployment.

How does switching to a local model secure my AI deployment?

Configuring local Ollama deployment requires overriding container environment variables and updating the agent settings file. This includes specifying model selection and defining network restrictions to ensure safe operation.

What is the best way to switch from Anthropic API to a local Ollama model?

NanoClaw supports network restrictions for local Ollama models by allowing you to define blocked hosts within the container environment variables. This ensures safe operation and secure local deployment.

Are there limitations when using local Ollama models for agent groups?

You need to restart the NanoClaw service after configuring API routing to apply the changes. Updating the container environment variables and agent settings requires a service restart to activate the local Ollama model.