/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"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bbc-daily-news-vn - After installation, invoke the skill by name or use
/bbc-daily-news-vn - Provide required inputs per the skill's parameter spec and get structured output
What is BBC Vietnamese Trendy News?
Fetch the latest trending global news when users ask about current or breaking news. It is an AI Agent Skill for Claude Code / OpenClaw, with 290 downloads so far.
How do I install BBC Vietnamese Trendy News?
Run "/install bbc-daily-news-vn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is BBC Vietnamese Trendy News free?
Yes, BBC Vietnamese Trendy News is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does BBC Vietnamese Trendy News support?
BBC Vietnamese Trendy News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created BBC Vietnamese Trendy News?
It is built and maintained by MrNquyen (@mrnquyen); the current version is v1.0.0.