news

Aggregate news from RSS feeds and APIs into structured markdown briefings.

11|12|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/mofa-org/mofa-skills --skill news-mofa-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: news
Source: https://github.com/mofa-org/mofa-skills/tree/main/_unpublished/mofa-news
Command: npx skills add https://github.com/mofa-org/mofa-skills --skill news-mofa-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collecting and summarizing news from multiple sources is time-consuming and error-prone, making it hard to stay informed with concise briefs.

Core Features & Use Cases

  • Fetch headlines from RSS feeds and APIs and rank them by recency and credibility.
  • Deep-read top articles to extract key insights and synthesize a structured brief.
  • Use Case: teams needing a daily, shareable digest across technology and world news.

Quick Start

Generate today's news digest from configured feeds and save as markdown.

Frequently Asked Questions about news

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

FAQPage Schema
How do I generate a daily news digest from multiple RSS feeds?

To generate a daily news digest, you aggregate headlines from RSS feeds and APIs, rank them by recency and credibility, and synthesize the top articles into a structured markdown briefing.

Can I automatically summarize news articles into a daily briefing?

Yes, you can summarize news articles into a daily briefing by fetching headlines, applying a deep-read workflow to top stories, and extracting key insights into a concise markdown format.

Does this news aggregation method require network access to fetch headlines?

Yes, news aggregation requires network access to fetch headlines, specifically supporting curl or a web_fetch workflow to retrieve RSS feeds and API data for processing.

How are news stories ranked by recency and credibility during curation?

During news curation, stories are ranked by evaluating their publication recency and source credibility to ensure the synthesized digest contains only the most relevant and trustworthy updates.

What is the best way to create a shareable technology and business news digest for teams?

The best way to create a shareable digest for teams is to aggregate technology, world, and business news from configured feeds, deep-read top articles, and output a structured markdown briefing.

Can I get a deep-read of top news stories instead of just headlines?

Yes, after fetching and ranking headlines, you can apply an optional deep-read process to top articles to extract key insights before synthesizing the final markdown briefing.