← 返回
AI智能 中文

BBC Vietnamese Trendy News

Fetch the latest trending global news when users ask about current or breaking news.
当用户询问时事或突发新闻时,获取最新的全球热门新闻。
mrnquyen
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 585
下载
💾 11
安装
1
版本
#latest

概述

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.
  1. Execute Command:

Run the script by calling the python executable located inside the global_venv directory to ensure all dependencies are loaded correctly:

```bash

$(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:

```bash

{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"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 22:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Daily News Vnexpress

mrnquyen
Fetch the latest trending global news from https://vnexpress.net/rss/{topic}.rss.
★ 0 📥 647
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 711 📥 243,740
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,356 📥 318,138