π¦ ClawHub
Cron Model Fix
by @mklue
Diagnose and fix OpenClaw cron job model override issues. Use when cron jobs show "not allowed, falling back to agent defaults" in logs, experience unexpecte...
π‘ Examples
# Diagnose the issue
openclaw skill run cron-model-fix --diagnoseApply the fix (adds missing models to allowlist)
openclaw skill run cron-model-fix --fix --model ollama/qwen3.5:0.8bValidate configuration
openclaw skill run cron-model-fix --validate
π Constraints
After applying fix, verify:
# Check for model rejection warnings
tail -50 /tmp/openclaw/openclaw-*.log | grep -i "not allowed"Should be EMPTY (no warnings)
# Check cron run history
openclaw cron runs --id --limit 1Should show:
"model": "qwen3.5:0.8b" (not cloud)
"durationMs": <15000 (fast)
"input_tokens": <50000 (low)
TERMINAL
clawhub install cron-model-fix