daily-news
每天从百度、谷歌和其他来源获取热门新闻。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~ym2760184260-daily-newscURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~ym2760184260-daily-news/file -o ym2760184260-daily-news.md# Daily News Skill
This skill allows the agent to fetch the daily top news headlines from multiple sources (Baidu, Google Trends, etc.) by running a Python script.
## Instructions
To get the daily news summary:
1. Execute the Python script located at `{baseDir}/daily_news.py`.
Use the following command:
```bash
python "{baseDir}/daily_news.py"
```
2. The script will output the news in the format requested by the user.
3. Return the script's output directly as the final answer.
## Setup
Ensure you have the required Python packages installed:
```bash
pip install -r "{baseDir}/requirements.txt"
```
---
## 中文说明
# 每日新闻技能
该技能允许代理通过运行一个 Python 脚本,从多个来源(百度、谷歌趋势等)获取每日热门新闻头条。
## 使用说明
获取每日新闻摘要:
1. 执行位于 `{baseDir}/daily_news.py` 的 Python 脚本。
使用以下命令:
```bash
python "{baseDir}/daily_news.py"
```
2. 该脚本将按用户请求的格式输出新闻。
3. 直接将脚本的输出作为最终答案返回。
## 安装设置
请确保已安装所需的 Python 包:
```bash
pip install -r "{baseDir}/requirements.txt"
```