model-route-guard

Audit openclaw.json and agent overrides to resolve model routing conflicts.

3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Dalomeve/bot-output --skill model-route-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-route-guard
Source: https://github.com/Dalomeve/bot-output/tree/main/skills/model-route-guard
Command: npx skills add https://github.com/Dalomeve/bot-output --skill model-route-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Model routing conflicts can cause misdirected provider endpoints, duplicate provider definitions, and silent fallbacks that degrade model accuracy and reliability.

Core Features & Use Cases

  • Route Audit: Detect mismatches between global config and agent overrides.
  • Conflict Resolution: Align primary provider URLs and remove duplicate definitions.
  • Verification: Validate single source of truth for model routing after changes.

Quick Start

Audit global and agent configs, fix endpoint mismatches, and remove conflicting overrides to ensure a single authoritative provider URL.

Frequently Asked Questions about model-route-guard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my agent override the global model routing configuration?

Agent overrides take precedence over global settings, causing model routing conflicts. Auditing both configurations helps detect mismatches and align primary provider URLs to ensure a single authoritative source of truth.

How do I fix duplicate provider definitions in my configuration files?

Fix duplicate provider definitions by auditing your JSON configuration files, removing conflicting agent overrides, and validating a single source of truth for model routing to prevent silent fallbacks to incorrect models.

How do I resolve model routing mismatches between global config and agent overrides?

Resolve model routing mismatches by parsing JSON configurations, updating files to align primary provider URLs, removing conflicting agent overrides, and issuing a gateway restart to apply the corrected changes.

Can I audit openclaw.json to detect silent fallbacks to incorrect models?

Yes, auditing openclaw.json and agent overrides detects mismatches that cause silent fallbacks. Aligning endpoints and removing duplicate definitions validates a single source of truth for reliable model routing.

Do I need to restart the gateway after updating provider endpoints?

Yes, a gateway restart is required after updating provider endpoints and removing agent overrides. This applies the configuration changes and ensures the system uses the corrected model routing.

What causes misdirected provider endpoints in model routing?

Misdirected provider endpoints are caused by model routing conflicts between global and agent configurations, including duplicate provider definitions and mismatches that degrade model accuracy and reliability.