Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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).
.claude/skills/sundial-org-bbc-news/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -33% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -35% | 0% |
Fetch top stories from BBC News across different sections and regions.
Fetch top stories:
bashpython3 scripts/bbc_news.py
Fetch from specific section:
bashpython3 scripts/bbc_news.py uk python3 scripts/bbc_news.py world python3 scripts/bbc_news.py technology
List all available sections:
bashpython3 scripts/bbc_news.py --list
top - Top stories (default)uk - UK newsworld - World newsbusiness - Business newspolitics - Politicshealth - Health newseducation - Educationscience - Science & Environmenttechnology - Technology newsentertainment - Entertainment & Artsengland - England newsscotland - Scotland newswales - Wales newsnorthern-ireland - Northern Ireland newsafrica - Africa newsasia - Asia newsaustralia - Australia newseurope - Europe newslatin-america - Latin America newsmiddle-east - Middle East newsus-canada - US & Canada newsLimit number of stories:
bashpython3 scripts/bbc_news.py world --limit 5
JSON output:
bashpython3 scripts/bbc_news.py technology --json
Get top 5 UK stories:
bashpython3 scripts/bbc_news.py uk --limit 5
Get Scotland news in JSON:
bashpython3 scripts/bbc_news.py scotland --json
Get latest technology headlines:
bashpython3 scripts/bbc_news.py technology --limit 3
Requires feedparser:
bashpip3 install feedparser
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.
Complete list of BBC News RSS feed URLs organized by section and region.
Other measured skills in the registry, with their headline benchmark lift.