skills/skills.volces.com/session-rename

session-rename

Installation
SKILL.md

Session Rename

Rename sessions by targeting the correct session_history.displayName record.

Quick rules

  • Determine which OpenClaw instance owns the session before changing anything.
  • Prefer the product path when available:
    • backend method: sessions.rename
    • storage field: session_history.displayName
  • If the UI/browser path is unavailable, update the DB directly.
  • Update only the intended row. Do not bulk-rename all rows for a sessionKey unless the user explicitly wants that.

How rename works in OpenClaw

The canonical storage is the SQLite table:

Installs
7
First Seen
Apr 24, 2026
session-rename from skills.volces.com