OpenClaw session maintain helper

v1.0.0

Manage and maintain OpenClaw chat sessions. Use when the user wants to compact the current session context, start a fresh session, or reset their session. Ha...

0· 123·0 current·0 all-time
byJay@goog

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for goog/ohelper.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "OpenClaw session maintain helper" (goog/ohelper) from ClawHub.
Skill page: https://clawhub.ai/goog/ohelper
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ohelper

ClawHub CLI

Package manager switcher

npx clawhub@latest install ohelper
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description (manage OpenClaw sessions: compact, new, reset) align with the runtime instructions, which only call OpenClaw session commands and recommend confirming disruptive actions.
Instruction Scope
SKILL.md only instructs the agent to suggest maintenance and, after explicit user confirmation, run 'openclaw session compact', '/compact', '/new', or '/reset'. It does not request reading unrelated files, environment variables, or external endpoints. Note: it assumes an OpenClaw CLI or slash-command support is available.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested; the requested scope is minimal and proportional to managing sessions.
Persistence & Privilege
always is false (not force-included) and the skill does not request persistent system modifications or access to other skills' configs. The agent is allowed to invoke it autonomously by default, which is normal and not excessive here.
Assessment
This skill appears coherent and low-risk, but before enabling it: (1) verify your environment actually has the OpenClaw CLI or supports the slash commands the skill will run; (2) understand that /new and /reset are disruptive (they can discard or isolate session context), so confirm or back up any important conversation content before proceeding; (3) note the skill triggers on user phrases but requires explicit confirmation for /compact and /new—monitor initial suggestions to ensure it doesn't prompt unexpectedly. No credentials or installs are requested.

Like a lobster shell, security has layers — review code before you run it.

latestvk9740gmhnw51xhprwftgb46tkx83nr4z
123downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

op-helper

Maintain OpenClaw chat sessions by compacting or resetting them. Always confirm with the user before running /compact or /new.

Commands

CommandPurposeWhen to use
/compactSummarize + compress current contextSession feels stale, too long conversation, context bloated
/newStart a brand-new session (new session ID)Need a completely fresh slate
/resetReset current session stateQuick reset without a new ID

Workflow

Detecting when to suggest session maintenance

Suggest session maintenance when:

  • Conversation history is very long (many tool calls, repeated context)
  • User mentions context feeling slow, stale, or confused
  • User explicitly asks to compact, reset, or start fresh session

Running /compact

  1. Always ask first: "Your session context is getting large. Want me to run /compact to summarize and compress it?"
  2. Wait for explicit confirmation (yes/sure/go ahead)
  3. Run the command in the terminal:
openclaw session compact

Or use the slash command in chat if supported: /compact

Running /new

  1. Always ask first: "This will start a completely fresh session with a new session ID. Confirm?"
  2. Wait for explicit confirmation
  3. Run: /new or openclaw session new

Running /reset

/reset is a lighter operation (no new session ID). Confirm is still recommended but less critical than /new.

Key Rules

  • Never run /compact or /new without user confirmation — these are disruptive actions
  • /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)
  • After compacting, let the user know what was summarized and that the session is lighter

Comments

Loading comments...