Install
openclaw skills install @mfang0126/hermes-time-awarenessInject current time and idle detection into every LLM turn.
openclaw skills install @mfang0126/hermes-time-awarenessTime awareness for Hermes Agent. Injects current time and idle detection into every LLM turn via pre_llm_call hook.
Every turn, the model sees:
[time: 2026-08-29 18:00 AEST +10:00 Sat]
[idle: 2h15m]
git clone https://github.com/mfang0126/hermes-time-awareness.git
cp -r hermes-time-awareness ~/.hermes/plugins/
# Restart Hermes — hook auto-activates
Uses Hermes pre_llm_call hook mechanism: