Skip to main content

model-fallback

Ensures continuous AI service by automatically switching to backup models during failures, with intelligent model selection and health monitoring.

Install this skill

or
51/100

Security score

The model-fallback skill was audited on Feb 12, 2026 and we found 29 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 75

Access to hidden dotfiles in home directory

SourceSKILL.md
75配置文件:`~/.openclaw/agents/main/agent/agent.json`
low line 99

Access to hidden dotfiles in home directory

SourceSKILL.md
99~/.openclaw/scripts/monitor-models.sh start
low line 102

Access to hidden dotfiles in home directory

SourceSKILL.md
102~/.openclaw/scripts/monitor-models.sh status
low line 105

Access to hidden dotfiles in home directory

SourceSKILL.md
105~/.openclaw/scripts/monitor-models.sh stop
low line 112

Access to hidden dotfiles in home directory

SourceSKILL.md
112~/.openclaw/scripts/model-fallback.sh
low line 284

Access to hidden dotfiles in home directory

SourceSKILL.md
284~/.openclaw/logs/model-fallback.log # 切换日志
low line 285

Access to hidden dotfiles in home directory

SourceSKILL.md
285~/.openclaw/logs/model-monitor.log # 监控日志
low line 286

Access to hidden dotfiles in home directory

SourceSKILL.md
286~/.openclaw/logs/model-status.json # 状态报告
low line 293

Access to hidden dotfiles in home directory

SourceSKILL.md
293tail -f ~/.openclaw/logs/model-fallback.log
low line 296

Access to hidden dotfiles in home directory

SourceSKILL.md
296tail -f ~/.openclaw/logs/model-monitor.log
low line 299

Access to hidden dotfiles in home directory

SourceSKILL.md
299tail -f ~/.openclaw/logs/*.log
low line 306

Access to hidden dotfiles in home directory

SourceSKILL.md
306~/.openclaw/scripts/monitor-models.sh status
low line 309

Access to hidden dotfiles in home directory

SourceSKILL.md
309cat ~/.openclaw/logs/model-status.json | python3 -m json.tool
low line 324

Access to hidden dotfiles in home directory

SourceSKILL.md
324~/.openclaw/scripts/model-fallback.sh
low line 337

Access to hidden dotfiles in home directory

SourceSKILL.md
337~/.openclaw/scripts/monitor-models.sh {start|stop|restart|status|check}
low line 451

Access to hidden dotfiles in home directory

SourceSKILL.md
451cat ~/.openclaw/agents/main/agent/agent.json | grep modelFallback
low line 454

Access to hidden dotfiles in home directory

SourceSKILL.md
454tail -20 ~/.openclaw/logs/model-fallback.log
low line 457

Access to hidden dotfiles in home directory

SourceSKILL.md
457~/.openclaw/scripts/model-fallback.sh
low line 468

Access to hidden dotfiles in home directory

SourceSKILL.md
468cat ~/.openclaw/logs/model-monitor.pid
low line 471

Access to hidden dotfiles in home directory

SourceSKILL.md
471~/.openclaw/scripts/monitor-models.sh restart
low line 479

Access to hidden dotfiles in home directory

SourceSKILL.md
479~/.openclaw/scripts/monitor-models.sh status
low line 482

Access to hidden dotfiles in home directory

SourceSKILL.md
482cat ~/.openclaw/agents/main/agent/auth-profiles.json
low line 557

Access to hidden dotfiles in home directory

SourceSKILL.md
557grep "切换模型" ~/.openclaw/logs/model-fallback.log | tail -10
low line 578

Access to hidden dotfiles in home directory

SourceSKILL.md
578cp ~/.openclaw/agents/main/agent/agent.json \
low line 579

Access to hidden dotfiles in home directory

SourceSKILL.md
579~/.openclaw/agents/main/agent/agent.json.backup
medium line 584

Access to hidden dotfiles in home directory

SourceSKILL.md
584- `~/.openclaw/agents/main/agent/agent.json` - 主配置文件
medium line 585

Access to hidden dotfiles in home directory

SourceSKILL.md
585- `~/.openclaw/agents/main/agent/auth-profiles.json` - API 密钥
medium line 586

Access to hidden dotfiles in home directory

SourceSKILL.md
586- `~/.openclaw/scripts/model-fallback.sh` - 切换脚本
medium line 587

Access to hidden dotfiles in home directory

SourceSKILL.md
587- `~/.openclaw/scripts/monitor-models.sh` - 监控脚本
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
NeverSight/skills_feed