← Back to Skills Marketplace
meigesir

Session Log

by Veevid AI · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
847
Downloads
0
Stars
10
Active Installs
2
Versions
Install in OpenClaw
/install session-log
Description
Lightweight session logging for OpenClaw agents. Automatically creates a timestamped session file on every session start (including /new resets) and appends...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install session-log
  3. After installation, invoke the skill by name or use /session-log
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug session-log
Version 1.0.1
License MIT-0
All-time Installs 10
Active Installs 10
Total Versions 2
Frequently Asked Questions

What is Session Log?

Lightweight session logging for OpenClaw agents. Automatically creates a timestamped session file on every session start (including /new resets) and appends... It is an AI Agent Skill for Claude Code / OpenClaw, with 847 downloads so far.

How do I install Session Log?

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

Is Session Log free?

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

Which platforms does Session Log support?

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

Who created Session Log?

It is built and maintained by Veevid AI (@meigesir); the current version is v1.0.1.

💬 Comments