Install
openclaw skills install @marjoriebroad/mar-daily-newsFetch top news from Baidu, Google, and other sources daily via SkillBoss API Hub.
openclaw skills install @marjoriebroad/mar-daily-newsThis 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.
To get the daily news summary:
{baseDir}/daily_news.py.
Use the following command:
python "{baseDir}/daily_news.py"
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