diving-news-aggregator

Aggregate diving news from forums and RSS feeds into daily briefings.

2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/neo-unicorn/neo-skills --skill diving-news-aggregator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diving-news-aggregator
Source: https://github.com/neo-unicorn/neo-skills/tree/main/diving-news-aggregator
Command: npx skills add https://github.com/neo-unicorn/neo-skills --skill diving-news-aggregator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, feedparser, markdown2, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Divers often miss important updates because relevant news is scattered across forums, blogs, and social media, making it hard to stay informed.

Core Features & Use Cases

  • Multi-source aggregation: Pulls articles from ScubaBoard, DeeperBlue, PADI Blog, Reddit, and other diving platforms via RSS, APIs, and web scraping.
  • AI-powered relevance filtering: Uses the NVIDIA API to analyze content, assign relevance scores, and generate concise Chinese summaries.
  • Automated scheduling & delivery: Generates HTML and Markdown reports and pushes them via macOS notifications, email, or WeChat at 8 AM daily.

Quick Start

Ask the skill to generate today’s diving news briefing.

Frequently Asked Questions about diving-news-aggregator

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

FAQPage Schema
How do I automate daily diving news aggregation from multiple websites?

To automate diving news aggregation, this Skill pulls articles from ScubaBoard, DeeperBlue, PADI Blog, and Reddit using RSS feeds, APIs, and web scraping. It then applies AI analysis to filter and summarize content for daily delivery.

Can I schedule news summaries to be sent automatically via email or WeChat?

Yes, you can schedule news summaries to be sent automatically via email or WeChat. The Skill generates HTML and Markdown reports and pushes them through macOS notifications or direct messaging at 8 AM daily using launchd.

Do I need an NVIDIA API key to generate AI summaries of dive news articles?

Yes, you need an NVIDIA API key to generate AI summaries of dive news articles. The Skill requires this key for its AI-powered relevance filtering, which analyzes content, assigns relevance scores, and creates concise Chinese summaries.

Does this daily dive news briefing tool run on Windows or Linux?

This daily dive news briefing tool is designed for macOS and runs using launchd for scheduled execution. The metadata does not indicate compatibility or support for running the automated scheduling on Windows or Linux environments.

What is the best way to collect and translate scattered diving forum posts into a daily briefing?

The best way to collect and translate scattered diving forum posts into a daily briefing is using this Skill's multi-source aggregation combined with NVIDIA AI. It pulls from forums and social media, then generates concise Chinese summaries for enthusiasts.

Why is my RSS feed aggregation missing articles from specific diving websites?

RSS feed aggregation may miss articles from specific diving websites if the source lacks an RSS feed. In those cases, the Skill relies on web scraping via beautifulsoup4 or APIs, which may require specific handling for dynamic site structures.