content-digests

Create periodic content digests and deliver them to Obsidian, Discord, Telegram, and Slack.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of building and delivering periodic content digests such as news, stock updates, and entertainment listings to multiple platforms, while also archiving the content in an Obsidian vault.

Core Features & Use Cases

  • Content Aggregation: Automatically aggregates news, stock updates, and entertainment listings from various sources.
  • Multi-Platform Delivery: Distributes content to platforms like Discord, Telegram, and Slack.
  • Vault Archiving: Saves the full markdown content of digests to an Obsidian vault for persistent storage.
  • Use Case: Use this Skill to create daily news digests that are automatically delivered to your Slack channel and saved in your Obsidian vault.

Quick Start

Run the 'content-digests' skill to generate and deliver a new content digest.

Frequently Asked Questions about content-digests

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

FAQPage Schema
How do I automate news digest delivery to Discord and Slack while archiving to Obsidian?

Automate content aggregation by running the content-digests Skill, which distributes periodic news digests to Discord, Telegram, and Slack while simultaneously archiving full markdown files to your Obsidian vault.

What is the best way to aggregate stock updates and entertainment listings into a single digest?

The best way to aggregate stock updates and entertainment listings is using the content-digests Skill, which automatically compiles content from various sources into periodic digests for multi-platform delivery and vault archiving.

Does Python need to be installed to generate periodic content digests for Telegram?

Yes, Python is required to generate periodic content digests for Telegram. The Skill uses standard Python libraries for date handling and file input/output operations to create and deliver the aggregated content.

Can I save multi-platform content aggregation outputs directly to an Obsidian vault?

Yes, you can save multi-platform content aggregation outputs directly to an Obsidian vault. The Skill archives the full markdown content of generated digests locally for persistent storage alongside platform delivery.

What are the limitations of using standard Python libraries for multi-platform content distribution?

Using standard Python libraries for multi-platform content distribution limits you to basic date handling and file input/output operations, meaning external API integrations for source fetching may require additional custom setup.