← 返回 Skills 市场
Session Rename
作者
maverick-software
· GitHub ↗
· v1.0.0
· MIT-0
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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,...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install session-rename - 安装完成后,直接呼叫该 Skill 的名称或使用
/session-rename触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish: generic OpenClaw session rename skill for local or remote instances.
元数据
常见问题
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Session Rename?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install session-rename」即可一键安装,无需额外配置。
Session Rename 是免费的吗?
是的,Session Rename 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Session Rename 支持哪些平台?
Session Rename 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Session Rename?
由 maverick-software(@maverick-software)开发并维护,当前版本 v1.0.0。
推荐 Skills