← Back to Skills Marketplace
marjoriebroad

mar-daily-news

by MarjorieBroad · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
54
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mar-daily-news
Description
Fetch top news from Baidu, Google, and other sources daily via SkillBoss API Hub.
README (SKILL.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. 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
Usage Guidance
This skill sends scraped page content and search queries to a third-party API at api.heybossai.com using the SKILLBOSS_API_KEY you provide. Only install if you trust that provider and the API key's permissions. Do not supply other sensitive credentials to this skill. Run pip installs in a controlled environment (virtualenv/container) if you are cautious. If you want tighter control, review or sandbox the execution of daily_news.py before allowing the agent to run it autonomously.
Capability Analysis
Type: OpenClaw Skill Name: mar-daily-news Version: 1.0.0 The skill bundle is designed to fetch and summarize daily news from Baidu and Google Trends using the SkillBoss API Hub (api.heybossai.com). The Python script (daily_news.py) correctly implements the described functionality, using the provided API key only for its intended purpose of scraping and searching via the external service, with no evidence of data exfiltration or malicious execution.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (daily top news from Baidu/Google via SkillBoss API Hub) match what the code and SKILL.md do: the Python script uses a single external API (api.heybossai.com) to scrape and search for trending items and composes a top-10 list. Required binaries (python) and the SKILLBOSS_API_KEY env var are proportional to this goal.
Instruction Scope
SKILL.md instructs only to install the requests dependency and run the included Python script, then return its output. The script does not read local user files or other environment variables beyond SKILLBOSS_API_KEY and does not attempt to modify system configuration. It performs network calls to the declared API host to retrieve content, which is expected for this purpose.
Install Mechanism
No install spec; the only dependency is requests (requirements.txt). Installation is limited to 'pip install -r requirements.txt', which is standard and proportional. No downloads from arbitrary URLs or archive extraction are present.
Credentials
Only SKILLBOSS_API_KEY (and a non-sensitive PYTHONIOENCODING setting) are required. The secret is consistent with needing an API key for the external SkillBoss service; no unrelated credentials or extra access are requested.
Persistence & Privilege
Skill is not force-included (always:false) and does not attempt to persist configuration, modify other skills, or change system-wide settings. Agent autonomous invocation is allowed (default) but is not a special privilege added by this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mar-daily-news
  3. After installation, invoke the skill by name or use /mar-daily-news
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the daily-news skill. - Fetches top news headlines daily from multiple sources (Baidu, Google Trends, etc.) via SkillBoss API Hub. - Requires Python and a SkillBoss API key for operation. - Setup instructions and usage details provided for easy integration.
Metadata
Slug mar-daily-news
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is mar-daily-news?

Fetch top news from Baidu, Google, and other sources daily via SkillBoss API Hub. It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.

How do I install mar-daily-news?

Run "/install mar-daily-news" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is mar-daily-news free?

Yes, mar-daily-news is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does mar-daily-news support?

mar-daily-news is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created mar-daily-news?

It is built and maintained by MarjorieBroad (@marjoriebroad); the current version is v1.0.0.

💬 Comments