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 specif…
ddrayne
@ddrayne
Install
$ openclaw skills install @ddrayne/bbc-newsBBC 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
Available Sections
Main Sections
top- Top stories (default)uk- UK newsworld- World newsbusiness- Business newspolitics- Politicshealth- Health newseducation- Educationscience- Science & Environmenttechnology- Technology newsentertainment- Entertainment & Arts
UK Regional
england- England newsscotland- Scotland newswales- Wales newsnorthern-ireland- Northern Ireland news
World Regions
africa- Africa newsasia- Asia newsaustralia- Australia newseurope- Europe newslatin-america- Latin America newsmiddle-east- Middle East newsus-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
Resources
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.
Related skills
Technical Seo Checker
@aaron-he-zhuUse when the user asks to "check technical SEO"; audits crawlability, indexing, Core Web Vitals, robots.txt, sitemaps, canonicals, redirects, and migrations....
Cat & Dog Health Diagnostic Analysis Tool | 猫狗宠物健康诊断分析工具
@smyx-sunjinhuiTriggers when a user provides a video URL or file of a pet (cat/dog/bird) for analysis; supports local video uploads or network URLs to call server-side APIs...
Fish Aquatic Pet Health Diagnosis Analysis Tool | 鱼类水族宠物健康诊断分析工具
@smyx-sunjinhuiWhen a user provides a video URL or file of aquatic pets such as goldfish, koi, betta, shrimp, crab, etc. for analysis, this skill is triggered to perform aq...
Xclawskill
@qomobUse this skill when the user wants to interact with the XClaw AI Agent network. Triggers on requests to register an XClaw Agent, check network health, discov...
Pet Grooming Effectiveness & Hairball Risk Analysis | 宠物梳毛器梳理效果与毛球风险
@18072937735Triggers when a user provides a pet grooming area video or image URL/file for analysis; supports local uploads or network URLs to call server-side APIs for c...
Pet Climbing Frame / Cat Tree Activity Heatmap | 宠物爬架/猫树活动热力图
@18072937735Triggers when a user provides a cat climbing frame / cat tree area video URL or file for analysis; supports local video uploads or network URLs to call serve...