BBC News
v1.0.0Fetch 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).
⭐ 5· 5.4k·53 current·56 all-time
by@ddrayne
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk975nkznkd1020nkajhz9kbpnx7z7e6e
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
