/install auto-log
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 filesfile_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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install auto-log - After installation, invoke the skill by name or use
/auto-log - Provide required inputs per the skill's parameter spec and get structured output
What is Auto Log?
Automatically creates daily log files to record AI agent events, tasks, todos, and provides summaries of daily activity. It is an AI Agent Skill for Claude Code / OpenClaw, with 172 downloads so far.
How do I install Auto Log?
Run "/install auto-log" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Auto Log free?
Yes, Auto Log is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Auto Log support?
Auto Log is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Auto Log?
It is built and maintained by socneo (@socneo); the current version is v1.0.0.