π¦ ClawHub
Auto Log
by @socneo
Automatically creates daily log files to record AI agent events, tasks, todos, and provides summaries of daily activity.
TERMINAL
clawhub install auto-logπ About This Skill
Auto Log Skill
Auto Log Skill β Automatically records AI agent activity to daily memory log files.
π δΈζζζ‘£
π― Features
π¦ 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_todoLog 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)
π€ Contributing
GitHub: https://github.com/openclaw/skills
π License
MIT License
Author: socneo Last updated: 2026-03-18