← 返回 Skills 市场
meigesir

Session Log

作者 Veevid AI · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
847
总下载
0
收藏
10
当前安装
2
版本数
在 OpenClaw 中安装
/install session-log
功能描述
Lightweight session logging for OpenClaw agents. Automatically creates a timestamped session file on every session start (including /new resets) and appends...
安全使用建议
This skill is straightforward and appears safe: review the small script (it is included) and run it with a directory you control (e.g., a workspace/sessions folder). Note the script uses CST (UTC+8) for timestamps — change if you need local time. Do not point --dir at sensitive system directories. Because it writes files where you tell it to, ensure appropriate filesystem permissions and avoid exposing the sessions folder to external services if those logs contain sensitive conversation content.
功能分析
Type: OpenClaw Skill Name: session-log Version: 1.0.1 The session-log skill is a straightforward utility for maintaining persistent conversation logs across agent resets. The Python script (scripts/new_session.py) and the markdown instructions (SKILL.md) perform standard file operations (creating directories and writing markdown headers) to track session history locally, with no evidence of data exfiltration, malicious execution, or unauthorized access.
能力评估
Purpose & Capability
Name/description match the provided artifacts: an instruction-only skill plus a small Python helper to create timestamped session files. Required resources are local filesystem paths which are appropriate for a logging utility.
Instruction Scope
SKILL.md only instructs creating files in user-specified sessions directories, appending one-line summaries, and globs for daily reports. It does not instruct reading unrelated files, accessing environment variables, or sending data to external endpoints.
Install Mechanism
No install spec; the skill is instruction-only with a tiny script. No downloads, package installs, or archive extraction are present.
Credentials
The skill requests no environment variables, credentials, or config paths. The helper script only needs a user-supplied --dir path and uses local time; this is proportional to its purpose.
Persistence & Privilege
The skill is not force-included (always:false) and does not attempt to modify other skills or global agent config. It writes files only to the directory the user supplies.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install session-log
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /session-log 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No code changes — republish to trigger fresh VirusTotal rescan (v1.0.0 was a false positive)
v1.0.0
session-log 1.0.0 - Initial release with lightweight session logging for OpenClaw agents. - Automatically creates timestamped session files on every session start and after /new resets, ensuring logs persist. - Appends concise, one-line topic summaries throughout conversations. - Supports multi-agent setups with separate session folders per agent. - Integrates with daily reporting tools by collecting and summarizing all agents’ session logs.
元数据
Slug session-log
版本 1.0.1
许可证 MIT-0
累计安装 10
当前安装数 10
历史版本数 2
常见问题

Session Log 是什么?

Lightweight session logging for OpenClaw agents. Automatically creates a timestamped session file on every session start (including /new resets) and appends... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 847 次。

如何安装 Session Log?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install session-log」即可一键安装,无需额外配置。

Session Log 是免费的吗?

是的,Session Log 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Session Log 支持哪些平台?

Session Log 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Session Log?

由 Veevid AI(@meigesir)开发并维护,当前版本 v1.0.1。

💬 留言讨论