docs/openclaw.md
llmfit ships as an OpenClaw skill that lets the agent recommend hardware-appropriate local models and auto-configure Ollama/vLLM/LM Studio providers.
# From the llmfit repo
./scripts/install-openclaw-skill.sh
# Or manually
cp -r skills/llmfit-advisor ~/.openclaw/skills/
Once installed, ask your OpenClaw agent things like:
The agent will call llmfit recommend --json under the hood, interpret the results, and offer to configure your openclaw.json with optimal model choices.
The skill teaches the OpenClaw agent to:
llmfit --json systemllmfit recommend --jsonmodels.providers.ollama.models in openclaw.jsonSee skills/llmfit-advisor/SKILL.md for the full skill definition.