Auto Log

# Auto Log Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Auto Log" with this command: npx skills add socneo/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 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Notion Diary

Write diary entries or short 24-hour reports in Chinese or English, then sync them into Notion using a user-supplied NOTION_API_KEY and the bundled Python sc...

Registry SourceRecently Updated
1340Profile unavailable
General

OpenClaw Diary Core

全天候思考搭子与日记记录系统。智能记录用户的想法、文章讨论和协作任务。 **立即触发当**:用户说「记一下」「记录」「写日记」「journal」「日记」,或分享文章/想法/经历时。 **主动询问当**:用户随口说"今天发生了什么""我在想一个事""刚才""今天"等时间线索,或分享链接/文章时。 支持本地存储和飞书...

Registry Source
3180Profile unavailable
General

Pndr

Personal productivity app with Ideas/Tasks, Journal, Habits, Package tracking, Lists, and more via MCP

Registry Source
3K1Profile unavailable
Automation

Create SubAgent

创建和管理 SubAgent(子智能体)。使用当用户需要:(1) 创建新的 SubAgent 执行特定任务,(2) 查看/管理已有的 SubAgent,(3) 终止或指导 SubAgent。支持多种预设类型:开发、研究、写作、数据分析等。

Registry SourceRecently Updated
3930Profile unavailable