docs: 修复备份任务记录 + 精简 TOOLS.md

This commit is contained in:
2026-03-24 10:15:57 -07:00
parent df7cdffc13
commit 8d416abfa0
3 changed files with 97 additions and 4 deletions

View File

@@ -155,6 +155,23 @@ khal list today 7d
**同步**: 发送/回复/待办变更后自动 `vdirsyncer sync`,心跳也会定期同步
**注意**: 发送日历邀请属于对外邮件,需先确认
### OpenClaw Cron 定时任务
**规则**: 确定性 shell 任务用 `systemEvent`,需要 LLM 判断的用 `agentTurn`
```bash
# systemEvent 直接执行(不走 LLM
openclaw cron edit <id> --session main \
--system-event 'exec:cd /path && command'
# 查看/测试
openclaw cron list
openclaw cron runs --id <id>
openclaw cron run <id> # 立即触发
```
**注意**: kimi-k2.5 工具使用弱,`agentTurn` 容易产生"已完成"幻觉。详见 MEMORY.md 2026-03-24 备份修复记录。
---
Add whatever helps you do your job. This is your cheat sheet.