用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill model-status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
How Failsafe judges the weekly backup beat from PUSHED receipts — interpretation table, thresholds, and the coverage-gap question technique. Use every weekly beat.
Route ideas to The Workshop (Scribe on Telegram). Creates Intake topics for structured intent capture.
Audit existing skills against create-skill best practices. Finds gaps, scores quality, and produces upgrade recommendations.
基于 SOC 职业分类
正在显示 SKILL.md
| name | model-status |
| description | Show current model/provider health, fallback chain status, and recent failures |
| version | 1.0.0 |
| author | system |
| tags | ["models","health","monitoring"] |
/model-status # Full dashboard
/model-status brief # One-line per provider
cat /home/node/.openclaw/model-health.json
If the file does not exist, report: "Model health monitor has not run yet. The model-health-monitor hook may not be loaded. Check gateway logs."
cat /home/node/.openclaw/agents/relay/agent/auth-profiles.json | jq '.usageStats'
tail -10 /home/node/.openclaw/model-health-notifications.jsonl
Display using this format:
📊 Model Health Dashboard
Last checked: <lastChecked>
Provider Status:
✅ google — healthy
❌ anthropic — quarantined (billing) until <time>
⚠️ openrouter — rate-limited
Fallback Chain:
1. google/gemini-3-flash-preview ✅
2. google/gemini-3.1-pro-preview ✅
3. openai-codex/gpt-5.3-codex ✅
4. openrouter/auto ⚠️
Recent Events (last 5):
[time] ❌ anthropic billing — credits exhausted
[time] ✅ google recovered
Active: 3/4 models | Chain health: DEGRADED
Status icons:
If brief argument: one line per provider, e.g. google: ✅ | anthropic: ❌ billing | openrouter: ✅ | openai-codex: ✅