Agent skill

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).

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill bbc-news --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/bbc-news/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# BBC News Fetch top stories from BBC News across different sections and regions. ## Quick Start Fetch top stories: ```bash python3 scripts/bbc_news.py ``` Fetch from specific section: ```bash python3 scripts/bbc_news.py uk python3 scripts/bbc_news.py world python3 scripts/bbc_news.py technology ``` List all available sections: ```bash python3 scripts/bbc_news.py --list ``` ## Available Sections ### 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:** ```bash python3 scripts/bbc_news.py world --limit 5 ``` **JSON output:** ```bash python3 s

What's inside
Steps it walks through
  1. Quick Start
  2. Available Sections
  3. Main Sections
  4. UK Regional
  5. World Regions
  6. Options
  7. Examples
  8. Dependencies
  9. Resources
  10. scripts/bbcnews.py
  11. references/feeds.md
Ships with 1 file
  • metadata.json
Commands it runs
python3 scripts/bbc_news.py
python3 scripts/bbc_news.py uk
python3 scripts/bbc_news.py world
python3 scripts/bbc_news.py technology
python3 scripts/bbc_news.py --list
python3 scripts/bbc_news.py world --limit 5
python3 scripts/bbc_news.py technology --json
python3 scripts/bbc_news.py uk --limit 5
python3 scripts/bbc_news.py scotland --json
python3 scripts/bbc_news.py technology --limit 3
More from claude-skill-registry
All skills →
About this skill
What does the bbc-news skill do?

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).

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill bbc-news --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going