mar-daily-news

v1.0.0

Fetch top news from Baidu, Google, and other sources daily via SkillBoss API Hub.

0· 73· 1 versions· 0 current· 0 all-time· Updated 4d ago· MIT-0

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. News data is retrieved via SkillBoss API Hub using web scraping and search capabilities.

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"

Set the environment variable:

export SKILLBOSS_API_KEY=your_skillboss_api_key

Version tags

latestvk978crkbjexnabyqxjxvyka1gs85e1a6

Runtime requirements

Binspython
EnvPYTHONIOENCODING=utf-8, SKILLBOSS_API_KEY