跳至主要内容
小龙虾小龙虾AI
🤖

my-daily-news

Fetch top news from Baidu, Google, and other sources daily.

下载3.2k
星标0
版本1.0.0
作者@minsheep
搜索研究
安全通过

技能说明


name: daily-news description: Fetch top news from Baidu, Google, and other sources daily. metadata: openclaw: requires: bins: ["python"] env: ["PYTHONIOENCODING=utf-8"] command-dispatch: tool command-tool: exec command-arg-mode: raw

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

pip install -r "{baseDir}/requirements.txt"

如何使用「my-daily-news」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「my-daily-news技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能