botbot-reuters

Fetch Reuters headlines from a Google News RSS feed as plain text.

1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ongspxm/mobot_skills --skill botbot-reuters
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: botbot-reuters
Source: https://github.com/ongspxm/mobot_skills/tree/main/botbot-reuters
Command: npx skills add https://github.com/ongspxm/mobot_skills --skill botbot-reuters

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the fetching and display of Reuters headlines from a Google News RSS feed, providing a quick way to stay updated on news.

Core Features & Use Cases

  • Fetches headlines from a specified Reuters RSS feed.
  • Prints headlines in a clean, plain-text format.
  • Supports configuration for feed URL and timeout.
  • Can limit the number of headlines displayed.
  • Use Case: Quickly get the latest 5 Reuters headlines related to a specific company or topic directly in your terminal.

Quick Start

Use the botbot-reuters skill to fetch the latest 10 Reuters headlines.

Frequently Asked Questions about botbot-reuters

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

FAQPage Schema
How do I fetch Reuters headlines via RSS in Python?

To fetch Reuters headlines via RSS, this Skill parses a Google News RSS feed using standard Python libraries for XML parsing and network requests, then prints the results as plain text.

Can I limit the number of Reuters news headlines displayed in my terminal output?

Yes, you can limit the Reuters news headlines displayed. The Skill supports configuration to set a maximum number of headlines and a custom timeout for the RSS feed request.

Do I need external Python libraries to parse news RSS feeds?

No external Python libraries are required to parse news RSS feeds. The Skill operates entirely on standard Python libraries built for XML parsing and network requests.

What is the best way to monitor specific Reuters news topics automatically?

The best way to monitor specific Reuters news topics is to use this Skill's configurable RSS feed URL. It fetches targeted news aggregation data and outputs clean, plain-text headlines.

Why does the Reuters RSS feed request timeout during news aggregation?

If the Reuters RSS feed request times out during news aggregation, you can adjust the timeout configuration. The Skill supports custom timeout settings to handle slower network responses.