通过 RSS 源获取并显示来自各个部分和地区的 BBC 新闻报道。当用户请求 BBC 新闻、英国新闻头条、BBC 世界新闻或特定 BBC 栏目(技术、商业、政治、科学、健康、娱乐、英国地方新闻或世界地区)的新闻时使用。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bbc-news或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bbc-news⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bbc-news/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: bbc-news description: 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). ---
Fetch top stories from BBC News across different sections and regions.
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
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:
python3 scripts/bbc_news.py world --limit 5
JSON output:
python3 scripts/bbc_news.py technology --json
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
Requires feedparser:
pip3 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.
安装 英国广播公司新闻 后,可以对 AI 说这些话来触发它
Help me get started with BBC News
Explains what BBC News does, walks through the setup, and runs a quick demo based on your current project
Use BBC News to fetch and display BBC News stories from various sections and region...
Invokes BBC News with the right parameters and returns the result directly in the conversation
What can I do with BBC News in my data & analytics workflow?
Lists the top use cases for BBC News, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/bbc-news/ 目录(个人级,所有项目可用),或 .claude/skills/bbc-news/(项目级)。重启 AI 客户端后,用 /bbc-news 主动调用,或让 AI 根据上下文自动发现并使用。
英国广播公司新闻 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
英国广播公司新闻 可免费安装使用。请查阅仓库了解许可证信息。
通过 RSS 源获取并显示来自各个部分和地区的 BBC 新闻报道。当用户请求 BBC 新闻、英国新闻头条、BBC 世界新闻或特定 BBC 栏目(技术、商业、政治、科学、健康、娱乐、英国地方新闻或世界地区)的新闻时使用。
英国广播公司新闻 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using BBC News
Identifies repetitive steps in your workflow and sets up BBC News to handle them automatically