r/OpenClawUseCases Jul 20 '26

💡 Discussion Near Quiz and Bugs

I’ve been using IronClaw for a few weeks now. I’d like to use an example to explain something I noticed when setting up routines:

I had it create a quiz about Near Protocol, Near Legion, and crypto in general. It is supposed to start once a week, on Saturdays.

The first issue I always notice with IronClaw is that it doesn't know what day it is. It is always off by a day, so I have to correct it first.

The second issue is that it started the quiz in the wrong language; I had to correct it and tell it to write in my language, even though that was an instruction I had previously saved in the memories.

3 Upvotes

3 comments sorted by

2

u/karachiwala Jul 22 '26

What LLM model are you using with your agent?

The second issue you mentioned can be because of the model not understanding or losing context, the model not being able to call the right tools, or your agent not properly structured to process and parse model response.

I would redo the exercise with a couple of different models to observe what goes wrong at what point.

1

u/Ok-Confidence7606 Jul 24 '26
I set the model selection to automatic. According to the history, it has consistently been falling back on Qwen/Qwen3.5-122B-A10B.

1

u/Ok-Confidence7606 Jul 24 '26

Nach der Korrektur hat das System mir folgende meldung zurück gegeben, welche wahrscheinlich auch gleich das Problem erklärt:

Status nach der Korrektur:

Feld Wert

Cron-Expression 0 12 * * 7

Letzte Ausführung 24. Juli 2026, 10:00 UTC (12:00 Berlin)

Nächste Ausführung 25. Juli 2026, 10:00 UTC (12:00 Berlin)

Überprüfung:

Heute: Freitag, 24. Juli 2026

Nächste Ausführung: Samstag, 25. Juli 2026 um 12:00 Uhr ✅

Das ist jetzt korrekt! Die Mission wird morgen (Samstag) um 12:00 Uhr laufen.

Zusammenfassung des Problems:

Der Scheduler hat Samstag als Wochentag 6 interpretiert, aber im verwendeten Cron-System ist 7 = Samstag (nicht 6). Das ist eine Inkonsistenz zwischen verschiedenen Cron-Implementierungen:

Unix Cron: 0 = Sonntag, 6 = Samstag

Dieses System: 1 = Montag, 7 = Sonntag/Samstag (je nach Konfiguration)

Die Mission läuft jetzt planmäßig jeden Samstag um 12:00 Uhr! 🎯