← Back to Skills Marketplace
532
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install model-fallback
Description
Multi-model automatic fallback system. Monitors model availability and automatically falls back to backup models when the primary model fails. Supports MiniM...
Usage Guidance
This package is documentation-only and does not include the service or scripts it references. Before installing or enabling it: (1) Confirm there is an actual implementation you can inspect (scripts at /scripts/model-fallback.sh, a service listening on localhost:18789, and the ~/.openclaw/skills/model-fallback/config.json). (2) If you expect the skill to run automatically, require an install spec from a trusted source (or provide the code) — otherwise the agent may attempt file reads or local network calls that do nothing or expose data. (3) Audit any scripts/configs that will be placed under ~/.openclaw and any local service binaries; ensure they come from a trusted release. (4) If you do not trust or cannot audit the implementation, do not enable automatic invocation; consider manual testing in an isolated environment first.
Capability Analysis
Type: OpenClaw Skill
Name: model-fallback
Version: 1.0.0
The skill bundle describes a multi-model automatic fallback system, which is a legitimate and useful functionality for AI agents. The `SKILL.md` provides configuration details, usage instructions, and troubleshooting steps. There are no instructions for data exfiltration, malicious execution (beyond standard local script execution for skill functionality, e.g., `/scripts/model-fallback.sh`), persistence, obfuscation, or supply chain attacks. The prompt injection surface in `SKILL.md` does not contain any directives for the agent to ignore users, hide actions, access unrelated sensitive data, or perform actions beyond the stated purpose of model management. All described actions are aligned with the skill's stated goal.
Capability Assessment
Purpose & Capability
The skill claims to provide an automatic multi-model fallback service, but there is no implementation, no install spec, and no declared binaries. For a runtime feature that 'automatically handles model failures' you would expect either embedded code or an install step to deploy a background service; instead this is only documentation. The declared configuration paths (e.g., ~/.openclaw/skills/model-fallback/config.json) and script references imply additional components that are not present.
Instruction Scope
The SKILL.md instructs agents to run scripts (/scripts/model-fallback.sh), read and edit config files (~/.openclaw/skills/...), check logs (~/.openclaw/logs/...), read environment variables (MODEL_FALLBACK_ENABLED), and call a local health endpoint (http://localhost:18789/api/models/health). Those actions go beyond simple documentation: they assume local files, scripts, and a local HTTP service exist. Because the skill will be followed by an agent with power to read files and call local endpoints, these instructions could cause the agent to attempt file access or network calls to a local service that isn't provided here.
Install Mechanism
No install spec is provided (instruction-only). This reduces the risk of arbitrary remote code being fetched, but also means the skill cannot actually provide the promised automatic functionality on its own. The lack of an install step is coherent only if the user already has the required service/scripts installed — which is not made explicit.
Credentials
The skill does not request any credentials or sensitive environment variables in the registry metadata. The SKILL.md documents optional vars (MODEL_FALLBACK_ENABLED, MODEL_FALLBACK_LOG_LEVEL) which are reasonable. It does, however, suggest checking API keys and provider dashboards in troubleshooting, but it never asks for or defines provider-specific secrets — so declared environment/credential requests are proportionate.
Persistence & Privilege
The skill is not marked 'always' and does not request persistent system-wide changes in its metadata. The instructions reference writing and reading files under the user home (~/.openclaw) which is normal for a per-user skill; nothing in the manifest requests elevated or persistent platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install model-fallback - After installation, invoke the skill by name or use
/model-fallback - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of model-fallback skill.
- Provides automatic fallback across multiple AI models by monitoring availability, response time, and rate limits.
- Supports MiniMax, Kimi, Zhipu, and OpenAI-compatible APIs.
- Features configurable fallback chains, health monitoring, logging, and cost optimization for simple versus complex tasks.
- Includes manual control scripts and integration guidance for OpenClaw agents.
Metadata
Frequently Asked Questions
What is Multi-model automatic fallback system?
Multi-model automatic fallback system. Monitors model availability and automatically falls back to backup models when the primary model fails. Supports MiniM... It is an AI Agent Skill for Claude Code / OpenClaw, with 532 downloads so far.
How do I install Multi-model automatic fallback system?
Run "/install model-fallback" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Multi-model automatic fallback system free?
Yes, Multi-model automatic fallback system is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Multi-model automatic fallback system support?
Multi-model automatic fallback system is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Multi-model automatic fallback system?
It is built and maintained by azure5100 (@azure5100); the current version is v1.0.0.
More Skills