morning-dashboard

On-demand daily briefing - weather, calendar, todos, birthdays. Use when user asks for their dashboard, daily overview, or "was steht heute an?".

16 stars

Best use case

morning-dashboard is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

On-demand daily briefing - weather, calendar, todos, birthdays. Use when user asks for their dashboard, daily overview, or "was steht heute an?".

Teams using morning-dashboard should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/morning-dashboard/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/morning-dashboard/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/morning-dashboard/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How morning-dashboard Compares

Feature / Agentmorning-dashboardStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

On-demand daily briefing - weather, calendar, todos, birthdays. Use when user asks for their dashboard, daily overview, or "was steht heute an?".

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Morning Dashboard Skill

Zeigt das tägliche Briefing auf Anfrage: Wetter, Termine, To-dos, Geburtstage.

## Python Environment

**Hinweis:** Für das Bild-Dashboard immer die venv verwenden:
```
/home/clawd/clawd/.venv-dashboard/bin/python
```
System-Python hat kein Pillow installiert!

## When to use

Trigger-Phrasen:
- "Dashboard" / "Mein Dashboard"
- "Was steht heute an?"
- "Guten Morgen" (wenn Briefing gewünscht)
- "Tagesübersicht"
- "Zeig mir meinen Tag"

## Data Sources

### 1. Weather (Open-Meteo)

```bash
curl -s "https://api.open-meteo.com/v1/forecast?latitude=52.60&longitude=12.34&current=temperature_2m,weather_code&daily=temperature_2m_max,temperature_2m_min&timezone=Europe%2FBerlin"
```

Parse JSON:
- `current.temperature_2m` → Aktuelle Temperatur
- `daily.temperature_2m_max[0]` → Höchsttemperatur heute
- `daily.temperature_2m_min[0]` → Tiefsttemperatur heute

### 2. Calendar (khal)

```bash
khal list today 1d
```

Filter: Zeilen die mit "Today," beginnen ignorieren.

### 3. To-dos

Datei: `/home/clawd/clawd/todos/YYYY-MM-DD.md` (heutiges Datum)

```bash
cat /home/clawd/clawd/todos/$(date +%Y-%m-%d).md 2>/dev/null
```

Nur Zeilen mit `- [ ]` oder `- [x]` sind Tasks.

### 4. Birthdays (7-Tage-Vorschau)

Datei: `/home/clawd/clawd/data/people/birthdays.json`

```bash
cat /home/clawd/clawd/data/people/birthdays.json
```

Zeige alle Geburtstage der nächsten 7 Tage, sortiert nach Nähe:
- "Heute: Name (Alter)"
- "Morgen: Name (Alter)"
- "in X Tagen: Name (Alter)"

## Response Format

**Text-Antwort (Standard):**

```
🌅 Dein Tag — DD.MM.YYYY

🌡️ Wetter Rathenow
• Aktuell: X°C
• Heute: Y°C bis Z°C

📅 Termine
• 10:00 Meeting mit Team
• 14:30 Zahnarzt

📝 To-dos (X offen)
• Task 1
• Task 2

🎂 Geburtstage (nächste 7 Tage)
  Heute: Valentina (26)
  in 5 Tagen: Max (35)
```

**Wenn keine Daten:**
- Keine Termine → "Keine Termine heute"
- Keine To-dos → "Keine offenen To-dos"
- Keine Geburtstage → Abschnitt weglassen

## Image Dashboard (Optional)

Wenn User explizit "als Bild" oder "Dashboard Bild" sagt:

```bash
/home/clawd/clawd/.venv-dashboard/bin/python /home/clawd/clawd/scripts/morning_dashboard.py
```

**WICHTIG:** Immer die venv verwenden! System-Python hat kein Pillow.

Das Script sendet automatisch ein PNG-Bild via Telegram.

**Hinweis:** Nicht doppelt senden - wenn Image-Script läuft, keine zusätzliche Text-Antwort.

## Quick Commands

| User sagt | Aktion |
|-----------|--------|
| "Dashboard" | Text-Dashboard |
| "Dashboard als Bild" | Image via Script |
| "Termine heute" | Nur Kalender-Sektion |
| "Meine Todos" | Nur To-do-Sektion |
| "Wetter" | Nur Wetter-Sektion |

## Location

Standardort: **Rathenow** (lat: 52.60, lon: 12.34)

Kann bei Bedarf angepasst werden wenn User anderen Ort nennt.

## Cron vs On-Demand

- **Cron (06:00):** Automatisches Image-Dashboard via `morning_dashboard.py`
- **On-Demand:** Dieser Skill für Text-Antworten jederzeit

## Example Interaction

**User:** "Was steht heute an?"

**Agent:**
```
🌅 Dein Tag — 05.02.2026

🌡️ Wetter Rathenow
• Aktuell: 3°C
• Heute: -1°C bis 5°C

📅 Termine
• 09:00 Daily Standup
• 15:00 Arzttermin

📝 To-dos (3 offen)
• Code Review fertig machen
• E-Mail an Max schreiben
• Einkaufen

🎂 Geburtstage (nächste 7 Tage)
  Morgen: Valentina (26)
  in 5 Tagen: Papa
```

Related Skills

admin-dashboard

16
from diegosouzapw/awesome-omni-skill

Extend and modify the admin dashboard, developer portal, and operations console. Use when adding new admin tabs, metrics, monitoring features, or internal tools. Activates for dashboard development, analytics, user management, and internal tooling.

swarm-dashboard

16
from diegosouzapw/awesome-omni-skill

Live real-time dashboard for monitoring AI agent swarms with smart completion detection, clickable agent detail views, idle time tracking, and activity streaming. Auto-launches a beautiful web UI. V6 features embedded HTML, line-by-line JSON parsing, and capybara-inspired colors.

kpi-dashboard-design

16
from diegosouzapw/awesome-omni-skill

Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboards, selecting metrics, or designing data ...

clawdbot-dashboard

16
from diegosouzapw/awesome-omni-skill

A beautiful, feature-rich dashboard for Clawdbot that displays workspace stats, memory, tasks, goals, analytics, and installed skills. Works with any Clawdbot installation - no database needed, all data from workspace files.

aibi-dashboards

16
from diegosouzapw/awesome-omni-skill

Create AI/BI dashboards. CRITICAL: You MUST test ALL SQL queries via execute_sql BEFORE deploying. Follow guidelines strictly.

ai-agents-dashboard

16
from diegosouzapw/awesome-omni-skill

Live real-time dashboard for monitoring AI agent swarms with smart completion detection, clickable agent detail views, idle time tracking, and activity streaming. Auto-launches a beautiful web UI with capybara-inspired colors.

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

aqwa-analysis

16
from diegosouzapw/awesome-omni-skill

Integrate with AQWA hydrodynamic software for RAO computation, damping analysis, and coefficient extraction. Use for AQWA file processing, RAO calculation, hydrodynamic coefficient extraction, and pre/post processing workflows.

aptos-expert

16
from diegosouzapw/awesome-omni-skill

Expert on Aptos blockchain, Move language, smart contracts, NFTs, DeFi, and Aptos development. Triggers on keywords aptos, move, blockchain, smart contract, nft, defi, web3, mainnet, testnet, devnet

appwrite-python

16
from diegosouzapw/awesome-omni-skill

Appwrite Python SDK skill. Use when building server-side Python applications with Appwrite, including Django, Flask, and FastAPI integrations. Covers user management, database/table CRUD, file storage, and functions via API keys.

appveyor-automation

16
from diegosouzapw/awesome-omni-skill

Automate Appveyor tasks via Rube MCP (Composio). Always search tools first for current schemas.

appsflyer-automation

16
from diegosouzapw/awesome-omni-skill

Automate Appsflyer tasks via Rube MCP (Composio). Always search tools first for current schemas.