ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Llm Supervisor Agent

Skill by dhardie

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dhardie/llm-supervisor-agent
Or

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

Author@dhardie
Stars2387
Views0
Updated2026-03-09
View Author Profile
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.