Install
openclaw skills install ohelperManage and maintain OpenClaw chat sessions. Use when the user wants to compact the current session context, start a fresh session, or reset their session. Handles /compact (compress context), /new (new session), and /reset (reset session). Always ask for user confirmation before running /compact or /new. Triggers on phrases like "session feels stale", "context is bloated", "compact session", "fresh slate", "new session", "reset session", "/compact", "/new", "/reset".
openclaw skills install ohelperMaintain OpenClaw chat sessions by compacting or resetting them. Always confirm with the user before running /compact or /new.
| Command | Purpose | When to use |
|---|---|---|
/compact | Summarize + compress current context | Session feels stale, too long conversation, context bloated |
/new | Start a brand-new session (new session ID) | Need a completely fresh slate |
/reset | Reset current session state | Quick reset without a new ID |
Suggest session maintenance when:
/compact to summarize and compress it?"openclaw session compact
Or use the slash command in chat if supported: /compact
/new or openclaw session new/reset is a lighter operation (no new session ID). Confirm is still recommended but less critical than /new.
/compact is preferred over /new when the user just wants to reduce context bloat/new is for when the user explicitly wants a clean slate or different context(switch to a new task)