/install bbc-daily-news-vn
Daily News Skill
This skill allows the agent to fetch the daily top news headlines from BBC News Tiếng Việt sources by running a Python script. The agent must treat the script output as verified headline data and avoid modifying the factual content.
Instructions
When the user asks for latest news or trending global events:
-
Locate Environment: Instead of calling
condadirectly (which may not be in the PATH), use the explicit path to the environment's python interpreter. -
Execute Command: Run the script by calling the python executable located inside the
global_venvdirectory to ensure all dependencies are loaded correctly:
$(which conda || echo "/opt/conda/bin/conda" || echo "$HOME/miniconda3/bin/conda") run -n global_venv python "{baseDir}/daily_news.py"
- Fallback: If conda is still not found, execute using the direct path to the virtual environment's python:
{path_to_conda_envs}/global_venv/bin/python "{baseDir}/daily_news.py"
- The script will collect and format the latest news headlines.
- Paraphrase and summarize those relevant news items clearly.
- Present them as the final response.
Setup
Ensure you have the required Python packages installed:
conda activate global_venv
pip install -r "{baseDir}/requirements.txt"
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bbc-daily-news-vn - 安装完成后,直接呼叫该 Skill 的名称或使用
/bbc-daily-news-vn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
BBC Vietnamese Trendy News 是什么?
Fetch the latest trending global news when users ask about current or breaking news. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 290 次。
如何安装 BBC Vietnamese Trendy News?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bbc-daily-news-vn」即可一键安装,无需额外配置。
BBC Vietnamese Trendy News 是免费的吗?
是的,BBC Vietnamese Trendy News 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
BBC Vietnamese Trendy News 支持哪些平台?
BBC Vietnamese Trendy News 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 BBC Vietnamese Trendy News?
由 MrNquyen(@mrnquyen)开发并维护,当前版本 v1.0.0。