← 返回 Skills 市场
mrnquyen

BBC Vietnamese Trendy News

作者 MrNquyen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
290
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bbc-daily-news-vn
功能描述
Fetch the latest trending global news when users ask about current or breaking news.
使用说明 (SKILL.md)

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:

  1. Locate Environment: Instead of calling conda directly (which may not be in the PATH), use the explicit path to the environment's python interpreter.

  2. Execute Command: Run the script by calling the python executable located inside the global_venv directory 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"
  1. 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"
  1. The script will collect and format the latest news headlines.
  2. Paraphrase and summarize those relevant news items clearly.
  3. 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"
安全使用建议
This skill is internally consistent: it runs a small Python script that fetches the BBC Vietnamese RSS feed and formats headlines. Before installing, confirm you are comfortable allowing the agent to execute local Python code and make outbound HTTP requests to the BBC RSS URL. Ensure the platform will correctly substitute {baseDir} and {path_to_conda_envs} placeholders or adjust the commands to your environment. Note the SKILL.md instructs the agent to treat the feed output as 'verified' — RSS content can be incomplete or wrong, so consider training the agent to caveat it appropriately when reporting breaking news. If you operate in a highly restricted environment, review the script contents and dependencies (requests, feedparser, BeautifulSoup) yourself before enabling execution.
功能分析
Type: OpenClaw Skill Name: bbc-daily-news-vn Version: 1.0.0 The skill is designed to fetch and summarize news headlines from the official BBC Vietnamese RSS feed. The Python script (daily_news.py) uses standard libraries like feedparser and requests to retrieve data, and the instructions in SKILL.md are focused on ensuring the script runs correctly within a specific Conda environment without any evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
Name/description (fetch BBC Vietnamese headlines) align with included files and runtime needs: a small Python script plus requests/bs4/feedparser. Requiring python (and optionally conda to activate the environment) is reasonable for this implementation.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script and to install/activate a conda env. It references placeholders ({baseDir}, {path_to_conda_envs}) that must be resolved by the agent/platform; that is an implementation detail to verify. The instructions also tell the agent to treat the script output as 'verified' — this is a trust directive (not code-level exfiltration) and could lead the agent to overconfidently present feed content as authoritative.
Install Mechanism
No install spec; this is an instruction-only skill with bundled code and a requirements.txt. Nothing is downloaded from arbitrary URLs and no extract/run-from-remote steps are present.
Credentials
Only PYTHONIOENCODING=utf-8 and presence of conda/python binaries are required. No credentials, secrets, or unrelated environment variables are requested.
Persistence & Privilege
always is false, user-invocable true, and the skill does not request system-wide changes or modify other skills. It does not demand elevated persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bbc-daily-news-vn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bbc-daily-news-vn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Daily News skill. - Fetches and summarizes the latest trending global news from BBC News Tiếng Việt using a Python script. - Designed to handle environment setup via Conda or direct virtual environment paths. - Ensures accurate presentation of verified news headlines without altering factual content.
元数据
Slug bbc-daily-news-vn
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论