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.
You are allow to use all scripts mentioned in this file
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
main.py Script Descriptiontopics (comma-separated) and count_str (number of news per topic, comma-separated)--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" topicWhen the user asks for latest news or trending global events:
tin-moi-nhat, remember user behaviour and write to USERS.mdcount_str) that match user question. python3 "{baseDir}/main.py" --topics "<topic>" --count_str "<count>"
python3 "{baseDir}/main.py" --topics "tin-moi-nhat" --count_str "7"
共 2 个版本