← Back to Skills Marketplace
6654
Downloads
1
Stars
54
Active Installs
1
Versions
Install in OpenClaw
/install daily-news
Description
Fetch top news from Baidu, Google, and other sources daily.
Usage Guidance
Install only if you are comfortable running a local Python script that contacts Baidu and Google Trends and returns their headlines. Prefer using a virtual environment, review or pin the Python dependency versions, and remember that returned headlines are remote content rather than locally generated facts.
Capability Analysis
Type: OpenClaw Skill
Name: daily-news
Version: 1.0.0
The skill is designed to fetch daily news headlines from Baidu and Google Trends. The `SKILL.md` provides clear, benign instructions for the agent to execute a Python script. The `daily_news.py` script uses standard libraries (`requests`, `beautifulsoup4`, `feedparser`) to access legitimate news sources and prints the results to standard output. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All actions are aligned with the stated purpose.
Capability Assessment
Purpose & Capability
The stated purpose is daily news retrieval, and the bundled script only fetches public Baidu Hot Search and Google Trends RSS items and prints a formatted list.
Instruction Scope
The skill uses raw exec to run a fixed bundled Python script and tells the agent to return the script output directly; this is disclosed and purpose-aligned, but it is still local code execution of remote news content.
Install Mechanism
Setup asks users to install Python dependencies from requirements.txt. The dependency names are ordinary for HTTP, HTML, and RSS parsing, but they are unpinned.
Credentials
Outbound requests to Baidu and Google Trends are expected for the news-fetching purpose. The artifacts do not read local private files, credentials, sessions, or unrelated environment data.
Persistence & Privilege
No background service, scheduled task, privilege escalation, credential storage, file mutation, or destructive behavior is present in the inspected artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-news - After installation, invoke the skill by name or use
/daily-news - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Daily News Skill:
- Fetches top news headlines daily from Baidu, Google Trends, and other sources.
- Uses a Python script to collect and output news summaries.
- Simple setup and execution instructions provided.
- Requires Python environment and necessary package installation.
Metadata
Frequently Asked Questions
What is my-daily-news?
Fetch top news from Baidu, Google, and other sources daily. It is an AI Agent Skill for Claude Code / OpenClaw, with 6654 downloads so far.
How do I install my-daily-news?
Run "/install daily-news" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is my-daily-news free?
Yes, my-daily-news is completely free (open-source). You can download, install and use it at no cost.
Which platforms does my-daily-news support?
my-daily-news is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created my-daily-news?
It is built and maintained by MINSHEEP (@minsheep); the current version is v1.0.0.
More Skills