daily-brief

Generate a morning brief from activity logs with threads, reminders, and captures.

Updated May 9, 2026
One-click install
npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill daily-brief-luminavault
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-brief
Source: https://github.com/LuminaVault/LuminaVaultServer/tree/main/Sources/App/Resources/Skills/daily-brief
Command: npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill daily-brief-luminavault

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The daily-brief skill addresses the issue of missing critical reminders, missed deadlines, and a lack of an organized summary of tasks for the user's daily activities.

Core Features & Use Cases

  • Pending Threads Overview: Summarizes open or unresolved threads that need attention.
  • Due Reminders: Alerts the user about tasks with deadlines approaching.
  • Recent Captures: Recaps the recent work done for the user, keeping them updated with the latest captures.
  • Use Case: This skill could be scheduled to send a morning report, giving the user a snapshot of their workload before starting the day.

Quick Start

Activate the daily-brief skill at 7 AM every morning for a summary of pending tasks, reminders, and recent captures.

Frequently Asked Questions about daily-brief

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule an automated daily summary of my pending tasks and reminders?

To generate a daily summary of pending tasks and reminders, you can schedule a cron job to run at 7 AM. This automatically reviews your activity log and highlights open threads and due reminders.

How does an automated daily summary compile recent captures and workload?

An automated daily summary compiles recent captures and workload by reviewing a user's activity log through session search and vault read operations, highlighting open threads and due reminders.

Do I need specific permissions to generate a daily brief of user activities?

Generating a daily brief of user activities requires session_search and vault_read permissions to access the activity log and extract pending threads, recent captures, and due reminders.

What is the best way to track unresolved threads and missed deadlines automatically?

The best way to track unresolved threads and missed deadlines automatically is by running a scheduled daily summary that alerts you about approaching deadlines and open tasks.

Can I customize the cron job schedule for my morning daily brief?

The daily brief operates on a scheduled cron job running daily at 7 AM to deliver a morning report of pending tasks, recent captures, and due reminders.

Why use an automated morning brief for workload management instead of manual checking?

An automated morning brief prevents missing critical reminders and deadlines by providing an organized snapshot of your workload, summarizing open threads and recent captures before starting the day.