Install
openclaw skills install auto-daily-summary自动为所有OpenClaw Agent设置每日23:30的日记总结cron任务,自动检测Agent及时区,确保无重复且支持多平台运行。
openclaw skills install auto-daily-summaryThis skill automatically sets up daily summary cron jobs for all available OpenClaw agents. Each agent will be configured to automatically summarize their daily tasks and write them to their diary file at 23:30 every day.
openclaw agents list --jsonYYYY-MM-DD.md placeholder format in messagesopenclaw cron list --json API to check existing jobsRun the setup script to configure daily summary cron jobs for all agents:
# Run the Python script directly
python3 /path/to/auto-daily-summary/scripts/setup_daily_summary_cron.py
# Or execute through OpenClaw
openclaw run -- python3 /path/to/auto-daily-summary/scripts/setup_daily_summary_cron.py
openclaw agents list --json to find all available agents and their workspace pathsopenclaw cron list --json to identify existing daily summary jobsYYYY-MM-DD.md placeholder format for the diary file pathEach agent receives this message at 23:30 daily:
Please summarize today's completed but unrecorded tasks into your diary file [workspace]/memory/daily/YYYY-MM-DD.md. Replace YYYY-MM-DD with today's date. Check for any important missed tasks and ensure all complex multi-step tasks, cross-agent collaborations, and learning insights are fully documented.
auto-daily-summary/
├── SKILL.md # English skill documentation
└── scripts/
└── setup_daily_summary_cron.py # Cross-platform setup script
If the script fails to detect agents or create cron jobs:
openclaw command is available in PATHopenclaw agents list --json manually to confirm agents existThis skill follows OpenClaw community standards and can be contributed to ClawdHub for others to benefit from automated daily summaries.
MIT License - Free to use, modify, and distribute.