LaunchKit · 2026
Back to Skills

daily-brief-digest

Generates a daily brief including urgent emails (himalaya), upcoming calendar events (gog), and relevant news.

0
598 downloads
by @rajtejani61

Setup & Installation

openclaw skills install @rajtejani61/daily-brief-digest

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install daily-brief-digest

What This Skill Does

Fetches recent emails via himalaya, pulls today's calendar events from gog, and retrieves top news stories, then compiles everything into a dated HTML report. The report is saved as a markdown file locally for historical reference.

Combines email triage, calendar review, and news retrieval into one automated report instead of checking three separate tools manually.

When to use it

  • Getting a morning overview before starting work
  • Checking for urgent emails without opening a mail client
  • Reviewing today's meetings at the start of a busy day
  • Catching up on top news as part of a morning routine
  • Looking back at a previous day's digest for missed items

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Give me my daily briefing

AGENT
  1. 1Fetches the 20 most recent emails via himalaya and flags urgent items
  2. 2Queries today's calendar events using gog with current day start and end timestamps
  3. 3Retrieves the top 3-5 news stories via web search
  4. 4Runs scripts/digest.js to assemble email, calendar, and news into a styled HTML report
  5. 5Saves the report to .openclaw/cron/DailyDigest_logs/[date].md and sends the user a brief notification
OUTPUT

A structured daily briefing with urgent emails, today's schedule, and top news headlines, saved to .openclaw/cron/DailyDigest_logs/[date].md

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

himalaya CLI installed and configured with an email accountgog CLI installed and configured with calendar access