daily-briefing

Generate daily market briefings from Yahoo Finance and Google News data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the generation and delivery of daily market intelligence briefings, eliminating the need for manual data aggregation and report creation.

Core Features & Use Cases

  • Zero External Dependencies: Uses Python standard library to avoid dependency issues.
  • Live Market Data: Fetches prices and news directly from Yahoo Finance and Google News.
  • Multi-format Output: Generates Markdown reports for easy delivery to various platforms.
  • Cross-platform Delivery: Integrates with Hermes to send briefings to Telegram, Discord, and Slack.
  • Use Case: Set up a daily briefing that automatically sends key market indicators, AI cohort prices, and news headlines to your preferred communication platforms.

Quick Start

Run the script to generate and send the daily market briefing.

Frequently Asked Questions about daily-briefing

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

FAQPage Schema
How do I automate daily market intelligence briefings without installing external Python packages?

You can automate daily market intelligence briefings using a Skill that relies entirely on the Python standard library, fetching live market data and news to generate Markdown reports without external dependencies.

Can I send automated market briefings to Telegram, Discord, and Slack?

Yes, you can send automated market briefings to Telegram, Discord, and Slack by integrating the generated Markdown reports with the Hermes infrastructure for cross-platform delivery.

How do I extract live market data and aggregate news from Yahoo Finance?

You can extract live market data and aggregate news from Yahoo Finance by running a Python script that fetches prices and headlines, formatting the output into a Markdown briefing.

Do I need Hermes infrastructure to generate market intelligence reports?

You only need Python 3 to generate the market intelligence Markdown reports, but access to Hermes infrastructure is required if you want to automate the delivery of those briefings to supported platforms.

What is the best way to deliver Yahoo Finance data as a Markdown report?

The best way to deliver Yahoo Finance data as a Markdown report is to use a Python standard library script that extracts live prices and news, outputting a formatted file ready for cross-platform delivery.