Initial backup 2026-02-17

This commit is contained in:
Krilly
2026-02-17 15:50:53 +00:00
commit 8902a93add
941 changed files with 131420 additions and 0 deletions

21
memory/2026-02-06.md Normal file
View File

@@ -0,0 +1,21 @@
# 2026-02-06 - Daily Log
## Achievements
### Fixed Daily AI Newsletter Digest
- **Problem:** Newsletter automation was broken, using unreliable `mutt` that returned empty results
- **Solution:** Rewrote script to use reliable `imap-smtp-email` skill with single IMAP search + local regex filtering
- **Script:** `/home/openclaw/.openclaw/workspace/automations/ai-newsletter-digest/daily-digest.sh`
- **Cron:** Runs daily at 7:05 AM as "Daily Morning Briefing", sends consolidated digest via Telegram
- **Filters:** AI Valley, DeepView, AI Secret, The Rundown, TLDR, Benedict's Newsletter
- **Result:** Tested successfully - found 4 newsletters, JSON output working perfectly
### Added Weather to Morning Briefing
- **Enhancement:** Added Perth weather (current + 3-day forecast) to morning briefing
- **Weather skill:** Installed from ClawHub, uses wttr.in (no API key needed)
## Notes
- Newsletter automation now reliable and tested
- Morning briefing includes both AI news and weather
- First successful ClawHub skill installation (weather)