auto: sync OpenClaw config 2026-09-16 22:13

This commit is contained in:
2026-09-16 22:13:36 +08:00
parent 43cd42a563
commit 10455625c4
11 changed files with 225 additions and 83 deletions
@@ -1,6 +1,6 @@
---
name: "birthday-reminder"
description: "\"管理家人/朋友生日提醒。农历或阳历生日,每年换算公历,生日前7天、前3天、当天通过钉钉提醒杨轩。\""
description: "管理家人/朋友生日提醒。农历或阳历生日,每年换算公历,生日前7天、前3天、当天通过钉钉提醒杨轩。"
---
# 生日提醒 skill
@@ -62,6 +62,7 @@ for year in range(2026, 2031):
cd /home/yangxuan/.openclaw && openclaw cron create "<UTC时间ISO>" \
--name "<姓名>生日提前7天" \
--message "🎂 提醒:<姓名>生日快到了!7天后<br>就是生日。" \
--agent main \
--session isolated --announce --channel dingtalk-connector \
--to "0464031658857345" --wake now --delete-after-run
```