add-ollama-tool
SolidAdd Ollama MCP server so the container agent can call local models for cheaper/faster tasks like summarization, translation, or general queries.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- sliamh11
- Repository
- sliamh11/Deus
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
add-ollama-tool
Add Ollama MCP server so the container agent can call local models and optionally manage the Ollama model library.
add-ollama-provider
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-weight models. See docs/ollama.md for background.
ollama
Deploy and serve local models with Ollama — pull and run them, then expose the OpenAI-compatible endpoint to apps and agents.