← All skills
Tencent SkillHub · Communication & Collaboration

BBC News

Fetch and display BBC News stories from various sections and regions via RSS feeds. Use when the user asks for BBC news, UK news headlines, world news from BBC, or news from specific BBC sections (technology, business, politics, science, health, entertainment, regional UK news, or world regions).

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Fetch and display BBC News stories from various sections and regions via RSS feeds. Use when the user asks for BBC news, UK news headlines, world news from BBC, or news from specific BBC sections (technology, business, politics, science, health, entertainment, regional UK news, or world regions).

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, references/feeds.md, scripts/bbc_news.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

BBC News

Fetch top stories from BBC News across different sections and regions.

Quick Start

Fetch top stories: python3 scripts/bbc_news.py Fetch from specific section: python3 scripts/bbc_news.py uk python3 scripts/bbc_news.py world python3 scripts/bbc_news.py technology List all available sections: python3 scripts/bbc_news.py --list

Main Sections

top - Top stories (default) uk - UK news world - World news business - Business news politics - Politics health - Health news education - Education science - Science & Environment technology - Technology news entertainment - Entertainment & Arts

UK Regional

england - England news scotland - Scotland news wales - Wales news northern-ireland - Northern Ireland news

World Regions

africa - Africa news asia - Asia news australia - Australia news europe - Europe news latin-america - Latin America news middle-east - Middle East news us-canada - US & Canada news

Options

Limit number of stories: python3 scripts/bbc_news.py world --limit 5 JSON output: python3 scripts/bbc_news.py technology --json

Examples

Get top 5 UK stories: python3 scripts/bbc_news.py uk --limit 5 Get Scotland news in JSON: python3 scripts/bbc_news.py scotland --json Get latest technology headlines: python3 scripts/bbc_news.py technology --limit 3

Dependencies

Requires feedparser: pip3 install feedparser

scripts/bbc_news.py

Python CLI that fetches and displays BBC News stories from RSS feeds. Supports all major BBC sections and regions, with text and JSON output formats.

references/feeds.md

Complete list of BBC News RSS feed URLs organized by section and region.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • references/feeds.md Docs
  • scripts/bbc_news.py Scripts