What problem does it solve? Running NanoClaw agents against the Anthropic API incurs per-token costs and requires cloud connectivity. This Skill reroutes an agent group to a locally running Ollama instance, letting you cut API costs, run open-weight models, and keep inference on your own hardware without changing provider code. ## Core Features & Use Cases - Environment-based rerouting: Sets ANTHROPIC_BASE_URL, ANTHROPIC_API_KEY, and NO_PROXY overrides in the agent group's container.json so the Anthropic SDK talks to Ollama's native /v1/messages endpoint. - Source wiring when needed: Extends ContainerConfig with env and blockedHosts fields and wires them into container-runner.ts if the feature is not already present. - Optional API blocking: Maps api.anthropic.com to 0.0.0.0 inside the container to prevent accidental spend if configuration drifts. - Use Case: You want to experiment with qwen3-coder or gemma models on one agent group while keeping others on Claude. Run this Skill to configure the group, set the model in the shared settings file, rebuild, and verify via Ollama's /api/ps endpoint. ## Quick Start Ask the assistant to route one of your NanoClaw agent groups to a local Ollama model and confirm which group, which model, and whether to block the Anthropic API.