Install
openclaw skills install auto-logAutomatically creates daily log files to record AI agent events, tasks, todos, and provides summaries of daily activity.
openclaw skills install auto-logAuto Log Skill — Automatically records AI agent activity to daily memory log files.
📖 中文文档
clawhub install auto-log
Copy the config template and fill in your values:
cp config.example.json config.json
Required fields:
memory_dir: Directory to store log filesfrom 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())
file_read: Read log filesfile_write: Write log contentGitHub: https://github.com/openclaw/skills
MIT License
Author: socneo
Last updated: 2026-03-18