/install daily-news-vnexpress
Daily News Skill
This skill allows the agent to fetch the daily top news headlines from VNExpress News sources by running a Python script. The agent must treat the script output as verified headline data and avoid modifying the factual content.
Allowance
You are allow to use all scripts mentioned in this file
Quick Start
Setup Environment
python3 -m venv /data/nguyentk/AIHAY/OpenClaw/venv/openclaw_venv
source /data/nguyentk/AIHAY/OpenClaw/venv/openclaw_venv/bin/activate
cd /data/nguyentk/AIHAY/OpenClaw/workspace/workspace-daily_news_aihay/skills/daily-news-vnexpress
pip install -r requirements.txt
Instructions
Python main.py Script Description
Functionality:
- Fetches hot news from VNExpress RSS feeds based on specified topics
- Accepts input parameters:
topics(comma-separated) andcount_str(number of news per topic, comma-separated)
- Example:
--topics "tin-moi-nhat,giai-tri" --count_str "5,3"will fetch 5 news from "tin-moi-nhat" topic and 3 news from "giai-tri" topic
Details:
-
Supports 18 predefined topics: "tin-moi-nhat", "the-gioi", "thoi-su", "kinh-doanh", "giai-tri", "the-thao", "phap-luat", "giao-duc", "tin-noi-bat", "suc-khoe", "doi-song", "du-lich", "khoa-hoc-cong-nghe", "oto-xe-may", "y-kien", "tam-su", "cuoi", "tin-xem-nhieu".
-
Each news item contains: title, link, summary, and published date
Executing Instructions
When the user asks for latest news or trending global events:
-
Ask the user for topics, if not provided, topics defaults:
tin-moi-nhat, remember user behaviour and write toUSERS.md -
Classify the user's question into one or more of the 18 predefined topics. Only select topics from this predefined list.
-
Determine (
count_str) that match user question. -
Execute the Python script to run:
python3 "{baseDir}/main.py" --topics "\x3Ctopic>" --count_str "\x3Ccount>"
- Example: "Find me 7 latest news"
python3 "{baseDir}/main.py" --topics "tin-moi-nhat" --count_str "7"
- The script will collect and format the latest news headlines.
- Paraphrase and summarize those relevant news items clearly.
- Present them as the final response.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-news-vnexpress - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-news-vnexpress触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Daily News Vnexpress 是什么?
Fetch the latest trending global news from https://vnexpress.net/rss/{topic}.rss. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 326 次。
如何安装 Daily News Vnexpress?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-news-vnexpress」即可一键安装,无需额外配置。
Daily News Vnexpress 是免费的吗?
是的,Daily News Vnexpress 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily News Vnexpress 支持哪些平台?
Daily News Vnexpress 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily News Vnexpress?
由 MrNquyen(@mrnquyen)开发并维护,当前版本 v1.0.2。