← 返回 Skills 市场
socneo

Auto Log

作者 socneo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
172
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install auto-log
功能描述
Automatically creates daily log files to record AI agent events, tasks, todos, and provides summaries of daily activity.
使用说明 (SKILL.md)

Auto Log Skill

Auto Log Skill — Automatically records AI agent activity to daily memory log files.

📖 中文文档


🎯 Features

  • ✅ Auto-create daily log templates
  • ✅ Append important events to the log
  • ✅ Record task execution status
  • ✅ Add and manage todo items
  • ✅ Quickly retrieve today's log summary

📦 Installation

clawhub install auto-log

🔧 Configuration

Copy the config template and fill in your values:

cp config.example.json config.json

Required fields:

  • memory_dir: Directory to store log files

🚀 Usage

from auto_log_skill import log_event, log_task, add_todo

# Log an event
log_event("Skill packaging complete")

# Log a task
log_task("RAG memory retrieval", "✅", "Success")

# Add a todo
add_todo("Team sync at 3 PM")

# Get summary
print(get_today_summary())

🛠️ Required Tools

  • file_read: Read log files
  • file_write: Write log content

📝 Changelog

v1.0.0 (2026-03-17)

  • ✅ Initial release
  • ✅ Auto daily log creation
  • ✅ Event / task / todo recording
  • ✅ Summary generation

🤝 Contributing

GitHub: https://github.com/openclaw/skills


📄 License

MIT License


Author: socneo
Last updated: 2026-03-18

安全使用建议
This skill appears to do what it claims (local daily logs). Before installing: 1) Inspect or create config.json and set memory_dir to a non-sensitive directory (avoid /, /etc, directories that contain secrets or keys). 2) Verify the package files are complete (the provided listing was truncated in the display; confirm auto_log_skill.py is intact) and run test.py in a safe workspace to see where files are written. 3) If you run agents with elevated filesystem permissions, restrict the skill's memory_dir and filesystem permissions so logs cannot overwrite important files. 4) Confirm you are comfortable with the agent being able to autonomously invoke this skill (default) — it will create/append local files when invoked.
功能分析
Type: OpenClaw Skill Name: auto-log Version: 1.0.0 The Auto Log Skill is a straightforward utility for recording agent activities into daily Markdown files. It uses standard Python libraries (pathlib, json, datetime) to manage logs in a local directory and contains no network activity, obfuscation, or suspicious execution patterns. All functions, such as logging events, tasks, and todos, align perfectly with the stated purpose in the documentation (auto_log_skill.py and SKILL.md).
能力评估
Purpose & Capability
The name/description (daily logging of agent events/tasks/todos) matches the code and SKILL.md. The code only reads/writes files in a configurable memory_dir and exposes helpers and a CLI consistent with the documented features.
Instruction Scope
SKILL.md instructions stay within the logging purpose (copy config, set memory_dir, call log_event/log_task/add_todo/get_today_summary). The docs mention required tools 'file_read' and 'file_write' (these are agent tool capabilities, not OS binaries) — that's expected. One consideration: the memory_dir config can point to any filesystem path, so the skill will read/write wherever that path points; users should ensure config.json does not point at sensitive locations.
Install Mechanism
No install spec or external downloads; the skill is instruction-only with included Python files and uses only the standard library. No network fetches or package installs are present.
Credentials
The skill requires no environment variables, no credentials, and no config paths by default. The config.json controls only local memory_dir/format/auto_save, which is proportionate to a logging utility.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent configuration. It writes only to the configured memory_dir and creates files there — this is appropriate for a logging skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install auto-log
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /auto-log 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: automatic daily activity logging skill
元数据
Slug auto-log
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Auto Log 是什么?

Automatically creates daily log files to record AI agent events, tasks, todos, and provides summaries of daily activity. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 172 次。

如何安装 Auto Log?

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

Auto Log 是免费的吗?

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

Auto Log 支持哪些平台?

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

谁开发了 Auto Log?

由 socneo(@socneo)开发并维护,当前版本 v1.0.0。

💬 留言讨论