ai-news-skill

Aggregate and rank AI news from RSS/Atom feeds into markdown or JSON digests.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/mpasgat/ai-news-skill --skill ai-news-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-news-skill
Source: https://github.com/mpasgat/ai-news-skill/tree/main
Command: npx skills add https://github.com/mpasgat/ai-news-skill --skill ai-news-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires feedparser, requests, and includes scripts (resource) components.

What problem does it solve?

Collects and filters AI news from multiple RSS/Atom feeds and returns a concise, ranked digest to insert into an agent's context, saving time on manual research.

Core Features & Use Cases

  • Automated aggregation from diverse AI news sources with relevance filtering and ranking.
  • Digest insertion into agent conversations for quick decision making and situational awareness.
  • Use Case: A product team wants fresh AI/LLM industry updates with links and short summaries to guide roadmap discussions.

Quick Start

Run the news_skill.py script with a topic query, a 3-day window, and a limit to generate a markdown digest that you paste into the agent context.

Frequently Asked Questions about ai-news-skill

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

FAQPage Schema
How do I aggregate AI news from RSS feeds for agent context?

Aggregating AI news from RSS feeds involves pulling and ranking content using keyword-based scoring, then returning a concise digest ready for agent processing. It supports markdown and json output formats.

What is the best way to filter AI news digests by topic and date?

The best way to filter AI news digests is by using optional query parameters alongside a specific time window, such as a 3-day limit, to retrieve relevant recent articles. The system applies deterministic feed reading and keyword scoring.

Does this RSS feed aggregator support markdown output for LLM workflows?

Yes, this RSS feed aggregator supports both markdown and json output formats designed for LLM workflows. It delivers concise digests with links and short summaries directly into an agent's context.

Can I use feedparser to monitor AI news feed health and handle errors?

Yes, feedparser is used to monitor AI news feed health as the solution implements robust error handling and health reporting alongside deterministic feed reading. It requires feedparser and requests dependencies to function.

Why does my RSS news aggregation return irrelevant results in agent context?

Irrelevant results in RSS news aggregation often occur when keyword-based scoring and optional query filters are not aligned with your specific topic. Adjusting query parameters and time window limits helps refine ranking and relevance.