📦 Daily News Vnexpress — 技能工具

v1.0.2

Fetch the latest trending global news from https://vnexpress.net/rss/{topic}.rss.

0· 241·1 当前·1 累计
by @mrnquyen (MrNquyen)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/12
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill largely matches its stated purpose (fetch VNExpress RSS) but contains instructions to persist user behavior (write to USERS.md) and to treat script output as 'verified', which are disproportionate or concerning for a simple RSS fetcher.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/3/13

- Updated environment setup instructions to use python3 and venv instead of conda. - Changed base directory and workspace path references to match new project structure. - Modified script execution commands from python to python3. - Updated the skill name format from daily-news-vnexpress to daily_news_vnexpress in metadata. - No changes to main functionality; improved setup clarity for easier installation.

无害

安装命令

点击复制
官方npx clawhub@latest install daily-news-vnexpress
🇨🇳 镜像加速npx clawhub@latest install daily-news-vnexpress --registry https://cn.longxiaskill.com

技能文档

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) and count_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 to USERS.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 "" --count_str ""
  • 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.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库