Back to Registry View Author Profile
Official Verified
Llm Supervisor Agent
Skill by dhardie
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dhardie/llm-supervisor-agentOr
LLM Supervisor
Automatically switches OpenClaw between cloud and local Ollama models when rate limits occur.
Features
- Detects rate-limit / overload errors from Anthropic/OpenAI
- Switches to a local Ollama fallback model
- Requires explicit confirmation before local code generation
- Supports manual commands:
Commands
/llm status/llm switch cloud/llm switch local
Default Local Model
qwen2.5:7b
Safety
Local code generation requires the user to type:
CONFIRM LOCAL CODE
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dhardie-llm-supervisor-agent": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.