headlines

Fetch current news headlines from international RSS feeds.

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/sannabotdev/sannabotapp --skill headlines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: headlines
Source: https://github.com/sannabotdev/sannabotapp/tree/main/assets/skills/headlines
Command: npx skills add https://github.com/sannabotdev/sannabotapp --skill headlines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick access to current news headlines from a wide variety of reputable international sources, keeping you informed without requiring manual searching.

Core Features & Use Cases

  • Global News Access: Fetches top headlines from major news outlets like BBC, Reuters, AP, and Al Jazeera.
  • Multi-language Support: Can retrieve news in various languages, including English, German, French, and Spanish.
  • Topic-Specific Feeds: Accesses specialized feeds for technology, science, business, and sports.
  • Use Case: Ask "What are today's top headlines?" or "Read me the German news" to get concise summaries of current events.

Quick Start

Fetch the top 5 headlines from BBC News.

Frequently Asked Questions about headlines

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

FAQPage Schema
How do I get current news headlines from international RSS feeds?

This Skill retrieves global news headlines by sending HTTP GET requests to public RSS endpoints and parsing XML responses to extract item titles, descriptions, and publication dates from major outlets like BBC and Reuters.

Can I fetch global news in multiple languages like German or Spanish?

Yes, you can retrieve global news in multiple languages including English, German, French, and Spanish by requesting specific international RSS feeds, extracting titles and descriptions in the chosen language.

How do I retrieve topic-specific articles for technology or business news?

You retrieve topic-specific articles by requesting specialized RSS feeds for categories like technology, science, business, and sports, which parses XML data to extract relevant headlines and publication dates.

What is included in the parsed RSS feed data for current events?

Parsed RSS feed data for current events includes item titles, descriptions, and publication dates extracted from the XML responses, providing concise summaries of global news from international sources.

Do I need any API keys or dependencies to read top world news headlines?

No dependencies or API keys are required to read top world news headlines, as the Skill utilizes standard HTTP GET requests to access public RSS endpoints and parse XML responses for global news information.

What are the limitations of using RSS feeds for current events versus other news formats?

Using RSS feeds for current events limits retrieval to curated public XML endpoints, restricting access to global news sources that publish standard RSS feeds and potentially missing outlets without syndication.