Daily backup: 2026-02-23 - memory updates, config changes

This commit is contained in:
2026-02-23 00:00:15 -08:00
parent d4a4768e18
commit eb834306f7
9 changed files with 428 additions and 6 deletions

13
crontab.txt Normal file
View File

@@ -0,0 +1,13 @@
# OpenClaw 定时任务 - 小鹿
# 时区: America/Los_Angeles (PST)
SHELL=/bin/bash
PATH=/usr/local/bin:/usr/bin:/bin
# 每日新闻摘要 - 早上 5:00
0 5 * * * cd ~/.openclaw/workspace/scripts/news_digest && ./run.sh -v >> ~/.openclaw/workspace/logs/news_digest.log 2>&1 && python3 ~/.openclaw/workspace/scripts/news_digest/send_digest.py >> ~/.openclaw/workspace/logs/news_digest.log 2>&1
# 每日待办提醒 - 早上 8:00
0 8 * * * cd ~/.openclaw/workspace && python3 scripts/reminder_check.py 2>&1 | ~/.local/bin/himalaya message write --to lu@luyx.org --from youlu@luyanxin.com --subject "📋 今日待办清单"
# UCLA 普拉提课程监控 - 9:00, 13:00, 21:00
0 9,13,21 * * * cd ~/.openclaw/workspace && python3 scripts/ucla_pilates_monitor.py 2>&1 | ~/.local/bin/himalaya message write --to lu@luyx.org --from youlu@luyanxin.com --subject "📢 UCLA 普拉提课程更新"