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).
Security Analysis
high confidenceThis is a straightforward BBC RSS-fetching skill that only fetches public BBC RSS feeds, requires no credentials, and its files and runtime instructions match its stated purpose.
Name/description, README, SKILL.md, references/feeds.md, and the script all consistently implement a BBC RSS feed reader. The feeds referenced are official BBC feed URLs, which are appropriate for the stated purpose.
SKILL.md instructs running the included Python script and installing feedparser. The script only fetches and parses RSS feeds from the listed BBC URLs and formats output as text or JSON. It does not read unrelated files, access other system configuration, or transmit data to third-party endpoints.
No install spec is provided (instruction-only skill with an included script). Dependency is feedparser (pip), which is reasonable and documented. There are no downloads from arbitrary URLs or extracted archives.
The skill requires no environment variables, credentials, or config paths. The script only performs network requests to public BBC RSS endpoints, which is proportional to the functionality.
always is false and the skill is user-invocable. It does not request persistent presence or attempt to modify other skills or system-wide agent settings.
Guidance
This skill is coherent and implements exactly what it claims: fetching public BBC RSS feeds. It needs network access and the feedparser Python package. If you have provenance concerns, note that the registry entry lists an unknown source/homepage — you can inspect the included script (scripts/bbc_news.py) yourself (it uses only official BBC feed URLs) or run it in a sandbox before installing. No credentials or sensitive data are requested or transmitted by the skill.
Latest Release
v1.0.0
Initial release: Fetch BBC News from various sections (UK, World, Business, Politics, Technology, etc.) and regions via RSS feeds. Supports text and JSON output.
Popular Skills
Published by @ddrayne on ClawHub