← Back to Skills Marketplace
maverick-software

Session Rename

by maverick-software · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install session-rename
Description
Rename OpenClaw chat sessions by updating the session history store or calling the built-in `sessions.rename` backend path. Use when the user asks to rename,...
Usage Guidance
This skill appears to do what it says: rename sessions either via the backend API or by directly updating OpenClaw's SQLite history.db. Before using it: prefer the backend sessions.rename method when available; if you must edit the DB, make a backup of history.db first; confirm the correct agent instance and sessionId to avoid accidentally changing other sessions; avoid broad filesystem searches (limit to likely OpenClaw paths) and do not run these edits on remote machines you do not fully trust. If you need higher assurance, request code that uses the built-in backend method instead of direct DB writes.
Capability Analysis
Type: OpenClaw Skill Name: session-rename Version: 1.0.0 The session-rename skill provides instructions and a Python script for an AI agent to rename chat sessions by updating the 'session_history' table in a local SQLite database (history.db). The code uses parameterized SQL queries to prevent injection and is strictly aligned with its stated purpose of session management within the OpenClaw environment, showing no signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The name/description (rename sessions) matches the instructions: either call the backend sessions.rename or update session_history.displayName in the local history.db. No unrelated env vars, binaries, or external services are requested.
Instruction Scope
Instructions include direct filesystem access (searching for history.db and running a Python SQLite update). This is necessary for the stated goal, but searching arbitrary paths or performing DB writes carries risk if executed incorrectly. The SKILL.md warns to confirm instance and to be surgical, which mitigates but does not eliminate that risk.
Install Mechanism
No install steps or external downloads — instruction-only. Nothing is written to disk by an installer, lowering supply-chain risk.
Credentials
The skill requests no environment variables, credentials, or config paths beyond local OpenClaw DB locations. The scope of access (local session DB) is proportional to the purpose.
Persistence & Privilege
Skill is not always-enabled and does not request persistent elevated privileges. It does instruct writing to a local DB, which is appropriate for renaming sessions but should be run only when the target instance is confirmed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install session-rename
  3. After installation, invoke the skill by name or use /session-rename
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish: generic OpenClaw session rename skill for local or remote instances.
Metadata
Slug session-rename
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Session Rename?

Rename OpenClaw chat sessions by updating the session history store or calling the built-in `sessions.rename` backend path. Use when the user asks to rename,... It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install Session Rename?

Run "/install session-rename" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Session Rename free?

Yes, Session Rename is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Session Rename support?

Session Rename is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Session Rename?

It is built and maintained by maverick-software (@maverick-software); the current version is v1.0.0.

💬 Comments