add-ollama-provider

Route NanoClaw agent traffic to a local Ollama instance via environment variables.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-ollama-provider-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-ollama-provider
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/add-ollama-provider
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-ollama-provider-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the need for cost-effective, private, and offline AI agent execution by routing NanoClaw agent groups to a local Ollama instance instead of relying on the Anthropic API.

Core Features & Use Cases

  • Local Model Routing: Redirects agent traffic to local open-weight models via Ollama's Anthropic-compatible API.
  • Cost Reduction: Eliminates API usage costs by leveraging local compute resources.
  • Enhanced Privacy: Keeps agent interactions entirely within the local network by blocking external API calls.

Quick Start

Ask the assistant to configure the agent group in the specified folder to use a local Ollama model by providing the folder name and the model name you wish to run.

Frequently Asked Questions about add-ollama-provider

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

FAQPage Schema
How do I route NanoClaw agents to a local Ollama instance for privacy?

To route NanoClaw agents to a local Ollama instance, you override environment variables and container network configurations. This redirects agent traffic locally, keeping interactions within your network to enhance privacy.

Can I reduce API costs by running local LLMs with NanoClaw using Ollama?

Yes, you can reduce API costs by running local LLMs with NanoClaw using Ollama. The skill leverages local compute resources and blocks external Anthropic API endpoints, eliminating API usage fees.

Do I need Docker to configure local model execution for NanoClaw agent groups?

Yes, you need Docker to configure local model execution for NanoClaw agent groups. The skill requires Docker container configuration updates to route traffic to your local Ollama service.

How does Ollama's Anthropic-compatible API work with agent deployment?

Ollama's Anthropic-compatible API works with agent deployment by allowing local open-weight models to receive traffic redirected from NanoClaw agents. This enables offline execution by intercepting standard API requests.

What are the limitations of blocking external Anthropic API endpoints for local agents?

Blocking external Anthropic API endpoints for local agents limits access to proprietary cloud models. Execution depends entirely on local Ollama service availability and your local open-weight models.