Install
openclaw skills install cache-layerCache layers, TTLs, invalidation, and consistency. Use when speeding reads or debugging stale data.
openclaw skills install cache-layerStructured guidance for cache layers (TTLs, invalidation, consistency): confirm triggers, propose the stages below, and adapt if the user wants a lighter pass.
Trigger conditions:
Initial offer: Explain the four stages briefly and ask whether to follow this workflow or work freeform. If they decline, continue in their preferred style.
Anchor on what to cache and TTL rationale. Ask what success looks like, constraints, and what must not break. Capture unknowns early.
Translate goals into a concrete plan around invalidation patterns. Compare alternatives and explicit trade-offs; avoid implicit assumptions.
Execute with verification loops tied to consistency and thundering herds. Prefer small steps, measurable checks, and rollback points where risk is high.
Close the loop with monitoring hit rate and staleness: monitoring, documentation, stakeholder updates, and lessons learned for the next cycle.