🧪 Skills

my-daily-news

--- name: daily-news description: Fetch top news from Baidu, Google, and other sources daily. metadata: openclaw: requires: bins: ["python"] env: ["PYTHONIOENCODING=utf-8"] comma

v1.0.0
❤️ 1
⬇️ 3.9k
👁 1
Share

Description


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"

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs