Favicon of add-ollama-provider

add-ollama-provider Skill

AI Agent SkillAI InfrastructureTypeScriptOpen source

Route a NanoClaw agent group to a local Ollama model instead of the Anthropic API. Ollama speaks the Anthropic API natively (v1/messages), so no provider code changes are needed — just env var overrides and a model setting. Use when the user wants to run their agent locally, cut API costs, or experiment with open-weigh Published by microsoft in amplifier-app-nanoclaw.

What is add-ollama-provider Skill?

Route a NanoClaw agent group to a local Ollama model instead of the Anthropic API. Ollama speaks the Anthropic API natively (v1/messages), so no provider code changes are needed — just env var overrides and a model setting. Use when the user wants to run their agent locally, cut API costs, or experiment with open-weigh Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
11/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Documentation
  • Documentation use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use add-ollama-provider Skill

  • Use it for documentation.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/amplifier-app-nanoclaw
  • Skill file: .claude/skills/add-ollama-provider/SKILL.md

What it does

Route a NanoClaw agent group to a local Ollama model instead of the Anthropic API. Ollama speaks the Anthropic API natively (v1/messages), so no provider code changes are needed — just env var overrides and a model setting. Use when the user wants to run their agent locally, cut API costs, or experiment with open-weigh

Skill instructions

Add Ollama Provider Routes an agent group to a local Ollama instance instead of the Anthropic API. See docs/ollama.md for how this works and the tradeoffs involved. Prerequisites 1. Ollama is installed and running on the host — verify: curl -s http://localhost:11434/api/tags 2. A model is pulled — e.g. ollama pull gemma4 or ollama pull qwen3-coder 3. The agent group already exists — run /init-first-agent first if needed 1. Check source support The feature requires two fields in ContainerConfig (env and blockedHosts) and their corresponding wiring in container-runner.ts. Check if already present: bash grep -c 'blockedHosts' src/container-config.ts src/container-runner.ts If either count is 0, apply the changes in steps 1a and 1b. Otherwise skip to step 2. 1a. Extend ContainerConfig In src/container-config.ts, add to the ContainerConfig interface: typescript env?: Record<string, string; blockedHosts?: string[]; And in readContainerConfig, add inside the returned object: typescript env: r

Explore related resources

Frequently asked questions

What is add-ollama-provider?

add-ollama-provider is a open-source AI agent skill with Copy skill directory. Route a NanoClaw agent group to a local Ollama model instead of the Anthropic API.

Who is add-ollama-provider best for?

add-ollama-provider is best for reusing agent instructions, scripts, and references, documentation workflows.

How do I install add-ollama-provider?

Install or run add-ollama-provider using Copy skill directory. Check add-ollama-provider for the latest setup command.

Is add-ollama-provider actively maintained?

add-ollama-provider may need a closer maintenance check before production use.

Share:

Stars
2
Forks
3
Last commit
14 days ago
Repository age
2 months
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to add-ollama-provider