daily-briefing

Collect weather and tech sources into a newspaper-style HTML briefing with TTS audio.

1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/dev32-io/ccToolBox --skill daily-briefing-dev32-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-briefing
Source: https://github.com/dev32-io/ccToolBox/tree/main/plugins/daily-briefing-opencode/skills/daily-briefing
Command: npx skills add https://github.com/dev32-io/ccToolBox --skill daily-briefing-dev32-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Generate a daily news/tech/weather briefing with TTS audio. Use when the user asks for their daily briefing, e.g. "get my daily briefing", "give me my daily", "show me what's happening today", "what's the news today", or invokes /daily-briefing. Do NOT trigger on casual greetings like "good morning" or "hello".

Core Features & Use Cases

  • Generate a newspaper-styled daily briefing combining weather, tech, and news sources.
  • Produce HTML output with optional TTS audio for an immersive delivery.
  • Automate the end-to-end workflow: bootstrap, fetch, render, and deliver.

Quick Start

Ask for your daily briefing to generate a newspaper-styled HTML page with TTS audio.

Frequently Asked Questions about daily-briefing

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

FAQPage Schema
How do I generate a daily news briefing with text-to-speech audio?

Generate a daily news briefing by collecting weather, tech, and news sources in parallel, then rendering a newspaper-styled HTML page with built-in TTS audio. It automates the bootstrap, fetch, and render workflow end-to-end.

What tech and news sources can I include in an automated daily briefing?

An automated daily briefing can include weather, Hacker News, Dev.to, GitHub Trending, TechCrunch, AP News, and space-science sources. It fetches these configured sources in parallel and assembles them into lead, top row, and bottom row content.

How does the daily briefing workflow handle source fetching errors?

The daily briefing workflow handles source fetching errors through robust error handling and caching mechanisms. This ensures the HTML and TTS audio output remains stable even if individual news or tech sources fail to respond.

Can I get weather and tech news combined into a single HTML page?

Combine weather and tech news into a single newspaper-styled HTML page by orchestrating configured sources. It fetches current data, assembles the layout, and optionally includes TTS audio for an immersive delivery.

What is the best way to automate a newspaper-style tech and weather briefing?

Automate a newspaper-style briefing by initializing settings, fetching configured sources in parallel, rendering the HTML, and writing both JSON data and TTS audio. This bootstrap workflow handles the entire process automatically.

Do I need any external dependencies to produce TTS audio for my news briefing?

No external dependencies are required to produce TTS audio for your news briefing. The Skill uses built-in TTS capabilities to generate audio alongside the HTML output without needing additional packages.