install
source · Clone the upstream repo
git clone https://github.com/Najia-afk/Aria_moltbot
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Najia-afk/Aria_moltbot "$T" && mkdir -p ~/.claude/skills && cp -r "$T/aria_skills/ollama" ~/.claude/skills/najia-afk-aria-moltbot-ollama && rm -rf "$T"
manifest:
aria_skills/ollama/SKILL.mdsource content
aria-ollama (DEPRECATED)
⚠️ DEPRECATED in v3.0.0 — Ollama has been replaced by LiteLLM as the model router. Local models are now served via MLX and routed through LiteLLM. This skill is retained for backward compatibility but is not active.
Legacy Purpose
- Route generation and utility model calls to local Ollama runtime.
- Provide low-cost local fallback in model orchestration.
Main Tools
- Refer to
tool definitions for this provider skill.skill.json