Eternal Daily Briefing
/install eternal-daily-briefing
Daily Briefing
Generate a consolidated morning briefing from multiple data sources.
Quick Start
python3 scripts/briefing.py # full briefing
python3 scripts/briefing.py --weather # weather only
python3 scripts/briefing.py --news # news only
python3 scripts/briefing.py --crypto # crypto prices only
python3 scripts/briefing.py --short # compact one-liner version
Sections
| Section | Source | Content |
|---|---|---|
| 🌤️ Weather | wttr.in | Current conditions + 3-day forecast |
| 📰 News | Google News RSS | Top headlines by region/topic |
| 📈 Markets | Yahoo Finance | BTC, ETH, major indices, forex |
| 📋 Tasks | Local file | Pending tasks from tasks.json |
| 🎂 Events | Local file | Today's events from events.json |
Configuration
Edit ~/.briefing/config.json:
{
"location": "Dhaka, Bangladesh",
"news_topics": ["technology", "business"],
"news_region": "BD",
"crypto": ["BTC-USD", "ETH-USD", "SOL-USD"],
"stocks": ["SPY", "QQQ", "AAPL"],
"forex": ["EURUSD=X", "GBPUSD=X"],
"timezone": "Asia/Dhaka"
}
Tasks File
Add tasks to ~/.briefing/tasks.json:
[
{"task": "Submit project report", "due": "2026-03-31", "priority": "high"},
{"task": "Call dentist", "due": "2026-04-01", "priority": "medium"}
]
Cron Integration
Schedule daily briefing with OpenClaw cron:
Schedule: 0 8 * * * (8:00 AM daily)
Command: python3 scripts/briefing.py --short
Output Modes
- Default: Full formatted briefing with all sections
- --short: Compact single-message version (good for chat delivery)
- --json: Machine-readable JSON output
- --section: Only specific section (weather/news/crypto/tasks)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install eternal-daily-briefing - After installation, invoke the skill by name or use
/eternal-daily-briefing - Provide required inputs per the skill's parameter spec and get structured output
What is Eternal Daily Briefing?
Generate a consolidated daily briefing with weather, calendar events, tasks, news, and market data. Use when the user asks for a morning briefing, daily upda... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Eternal Daily Briefing?
Run "/install eternal-daily-briefing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Eternal Daily Briefing free?
Yes, Eternal Daily Briefing is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Eternal Daily Briefing support?
Eternal Daily Briefing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Eternal Daily Briefing?
It is built and maintained by Eternal0404 (@eternal0404); the current version is v1.0.0.