What problem does it solve?
This Skill solves the problem of NanoClaw container agents being unable to access locally hosted Ollama models for inference, eliminating the need to rely solely on cloud-based AI services for private, low-latency AI tasks.
Core Features & Use Cases
- Local Model Inference: Expose all installed Ollama models as callable tools for the container agent, enabling local prompt processing for tasks like code generation, text summarization, and question answering.
- Optional Model Management: Opt-in administrative tools let the agent pull new models from the Ollama registry, delete unused models to free disk space, and inspect running model memory usage.
- Use Case: A computer science instructor can set up local code-focused Ollama models for their classroom, allowing students to run AI-assisted coding tasks privately without sending work to external cloud services.
Quick Start
Use the add-ollama-tool skill to integrate your local Ollama instance with your NanoClaw agent so it can run prompts on your installed local models.