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.
Decision snapshot
Is this a fit?
Documentation, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Declared skill metadata
- Source file: .claude/skills/add-ollama-provider/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use add-ollama-provider Skill
- Use it for documentation.
Built with
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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.