修改了:
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
加入了中文内容,进行了更丰富的个人设定。
This commit is contained in:
2026-04-01 03:53:33 +08:00
parent 7dc4122778
commit 540bfe825f
5 changed files with 107 additions and 46 deletions

View File

@@ -1,22 +1,22 @@
# Daily Briefing
# 每日简报
Compile a personalized daily briefing for the user.
为用户编写个性化的每日简报。
## When to use
When the user asks for a daily briefing, morning update, or "what's new today".
Also useful as a heartbeat/cron task.
## 何时使用
当用户询问每日简报、早间更新或“今天有什么新事”时,
作为心跳heartbeat/克隆cron任务也很有用。
## How to use
1. Use get_current_time for today's date
2. Read /spiffs/memory/MEMORY.md for user preferences and context
3. Read today's daily note if it exists
4. Use web_search for relevant news based on user interests
5. Compile a concise briefing covering:
- Date and time
- Weather (if location known from USER.md)
- Relevant news/updates based on user interests
- Any pending tasks from memory
- Any scheduled cron jobs
## 如何使用
1. 使用 get_current_time 作为今天的日期
2. 读取 /spiffs/memory/MEMORY.md 以获取用户偏好和上下文
3. 阅读当日笔记(若存在)
4. 使用 web_search 查找用户感兴趣的相关新闻
5. 编写简明摘要,涵盖:
- 日期和时间
- 天气 (如果从 USER.md 中获取到位置)
- 基于用户兴趣的相关新闻/更新news/updates
- 待办任务(来自 memory
- 计划中的 cron 任务
## Format
Keep it brief — 5-10 bullet points max. Use the user's preferred language.
## 格式
保持简洁—最多 5-10 个要点。使用用户的偏好语言。

View File

@@ -1,18 +1,18 @@
# Weather
# 天气
Get current weather and forecasts using web_search.
使用 web_search 获取最新天气和天气预报。
## When to use
When the user asks about weather, temperature, or forecasts.
## 何时使用
当用户询问天气、温度或天气预报时。
## How to use
1. Use get_current_time to know the current date
2. Use web_search with a query like "weather in [city] today"
3. Extract temperature, conditions, and forecast from results
4. Present in a concise, friendly format
## 如何使用
1. 使用 get_current_time 来查询当前日期
2. 使用 web_search,查询如“今天[城市]天气”
3. 从结果中提取温度、条件和预报
4. 以简明、友好的形式呈现
## Example
User: "What's the weather in Tokyo?"
## 示例
用户:“北京的天气怎么样?”
→ get_current_time
→ web_search "weather Tokyo today February 2026"
"Tokyo: 8°C, partly cloudy. High 12°C, low 4°C. Light wind from the north."
→ web_search “2026 年 「get_current_time」 的北京天气”
“北京8°C局部多云。最高 12°C最低 4°C。 北风,微风。”