← 返回 Skills 市场
minsheep

my-daily-news

作者 MINSHEEP · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
6654
总下载
1
收藏
54
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-news
功能描述
Fetch top news from Baidu, Google, and other sources daily.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-news
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-news 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug daily-news
版本 1.0.0
许可证
累计安装 54
当前安装数 54
历史版本数 1
常见问题

my-daily-news 是什么?

Fetch top news from Baidu, Google, and other sources daily. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6654 次。

如何安装 my-daily-news?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-news」即可一键安装,无需额外配置。

my-daily-news 是免费的吗?

是的,my-daily-news 完全免费(开源免费),可自由下载、安装和使用。

my-daily-news 支持哪些平台?

my-daily-news 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 my-daily-news?

由 MINSHEEP(@minsheep)开发并维护,当前版本 v1.0.0。

💬 留言讨论