🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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 --diagnose

Apply the fix (adds missing models to allowlist)

openclaw skill run cron-model-fix --fix --model ollama/qwen3.5:0.8b

Validate 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 1

Should show:

"model": "qwen3.5:0.8b" (not cloud)

"durationMs": <15000 (fast)

"input_tokens": <50000 (low)

View on ClawHub
TERMINAL
clawhub install cron-model-fix

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’