From 92289e91222195b37a4024d9cf5b91ae5b882220 Mon Sep 17 00:00:00 2001 From: Asklv Date: Thu, 26 Feb 2026 11:00:00 +0800 Subject: [PATCH] feat: add daily-briefing skill as SPIFFS markdown Signed-off-by: Asklv --- spiffs_data/skills/daily-briefing.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 spiffs_data/skills/daily-briefing.md diff --git a/spiffs_data/skills/daily-briefing.md b/spiffs_data/skills/daily-briefing.md new file mode 100644 index 0000000..5e736ca --- /dev/null +++ b/spiffs_data/skills/daily-briefing.md @@ -0,0 +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. + +## 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 + +## Format +Keep it brief — 5-10 bullet points max. Use the user's preferred language.