🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Auto Log

by @socneo

Automatically creates daily log files to record AI agent events, tasks, todos, and provides summaries of daily activity.

Versionv1.0.0
Downloads590
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

  • βœ… 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