Multi-model automatic fallback system

ReviewAudited by ClawScan on May 10, 2026.

Overview

This is a purpose-aligned documentation-only model fallback skill, but it is incomplete and may route your prompts or documents to backup model providers you configure.

Before installing, verify that you actually have a reviewed implementation for the referenced script/config, choose only trusted model providers, and understand that automatic fallback can send the same user request or document to a backup provider.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Manual commands may fail or could accidentally run an unrelated local script if one exists at that path.

Why it was flagged

The supplied manifest contains only SKILL.md and no scripts or config files, so this referenced helper is not part of the reviewed package.

Skill content
/scripts/model-fallback.sh --force-next
Recommendation

Do not run unverified helper scripts; confirm the intended implementation and config files are present and reviewed before enabling fallback.

What this means

Your agent may retry requests on a different provider, which can affect behavior, cost, latency, and output quality.

Why it was flagged

Automatic provider switching is central to the skill, but it changes runtime model selection without a per-request prompt once configured.

Skill content
The skill automatically handles model failures. No explicit calls needed.
Recommendation

Enable this only if you want automatic fallback, and review the fallback chain, timeouts, retry counts, and reset behavior.

What this means

Users may need to supply model-provider credentials even though the metadata does not make that dependency explicit.

Why it was flagged

The documentation expects provider API keys, while the registry metadata declares no required credentials or environment variables.

Skill content
Check API keys are valid
Recommendation

Use only the minimum provider credentials needed, store them through the platform’s normal secret mechanism, and avoid pasting keys into chat or config files unless intended.

What this means

Prompts, files, or document contents submitted to the agent may be processed by backup providers, not only the primary provider.

Why it was flagged

Requests may be routed from the primary model to alternate external providers such as MiniMax, Kimi, or Zhipu.

Skill content
automatically switches to backup models in a predefined priority order
Recommendation

Configure only trusted providers, review their data-retention policies, and avoid enabling fallback for sensitive data unless those providers are approved.