Files
mimiclaw/spiffs_data/skills/daily-briefing.md
titor 540bfe825f
Some checks failed
Build / idf-build (push) Has been cancelled
修改了:
spiffs_data/config/SOUL.md
spiffs_data/config/USER.md
spiffs_data/memory/MEMORY.md
spiffs_data/skills/daily-briefing.md
spiffs_data/skills/weather.md
加入了中文内容,进行了更丰富的个人设定。
2026-04-01 03:53:33 +08:00

23 lines
769 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 每日简报
为用户编写个性化的每日简报。
## 何时使用
当用户询问每日简报、早间更新或“今天有什么新事”时,
作为心跳heartbeat/克隆cron任务也很有用。
## 如何使用
1. 使用 get_current_time 作为今天的日期
2. 读取 /spiffs/memory/MEMORY.md 以获取用户偏好和上下文
3. 阅读当日笔记(若存在)
4. 使用 web_search 查找用户感兴趣的相关新闻
5. 编写简明摘要,涵盖:
- 日期和时间
- 天气 (如果从 USER.md 中获取到位置)
- 基于用户兴趣的相关新闻/更新news/updates
- 待办任务(来自 memory
- 计划中的 cron 任务
## 格式
保持简洁—最多 5-10 个要点。使用用户的偏好语言。