← 返回 Skills 市场
morrison230

News Daily Local

作者 morrison230 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install news-daily-local
功能描述
获取新闻热榜(国内、国际、科技、AI)并发送到飞书。不依赖本地工程,直接从 RSS 获取数据。
安全使用建议
This skill appears to do what it says (aggregate RSS feeds and post to a Feishu webhook). Before installing: 1) Be aware the script disables SSL verification for all outbound requests — consider editing the script to remove that behavior (use default ssl context) to avoid MITM risk. 2) Only provide a webhook you control; the skill will post aggregated content to that webhook. 3) Review and, if needed, reduce the RSS feed list to only trusted sources. 4) Run the script in a restricted environment or sandbox if you are concerned about network exposure. 5) Note metadata has no homepage and an internal ownerId mismatch — not decisive but worth checking the publisher's trustworthiness. If you are comfortable fixing the SSL issue (or accepting the risk) and you trust the webhook destination, the skill is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: news-daily-local Version: 1.0.0 The skill aggregates news from various RSS feeds and sends them to a Feishu/Lark webhook. It contains a security vulnerability in `scripts/fetch_and_send.py` where SSL certificate verification is explicitly disabled (`ssl.CERT_NONE`), which exposes the agent to Man-in-the-Middle (MitM) attacks when fetching news or communicating with the webhook. While the code logic is consistent with the stated purpose and no evidence of intentional malice or data exfiltration was found, the explicit bypass of security protocols requires a suspicious classification under the vulnerability guidelines.
能力评估
Purpose & Capability
Name/description (aggregate RSS and send to Feishu) align with the included code and SKILL.md. The only runtime credential it needs is a Feishu webhook (NEWS_DAILY_WEBHOOK or config.json), which is appropriate for its purpose.
Instruction Scope
The SKILL.md instructs the agent/user to run the included Python script and to provide a webhook via env var or config file — that matches the purpose. However, the script explicitly disables SSL certificate verification (ssl_context.verify_mode = ssl.CERT_NONE and check_hostname = False) for all outbound HTTP(S) requests (both RSS fetches and webhook posts). This weakens transport security and enables easy MITM attacks; it is a significant security concern even if it may have been intended to avoid certificate errors.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill with an included Python script. Nothing is fetched from untrusted URLs during install. Low installation risk.
Credentials
The skill requires only a Feishu webhook (supported by SKILL.md and script). It reads config.json from its own script directory if present. There are no unrelated required env vars, credentials, or system paths requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and only reads its own config files. It does perform outbound network calls at runtime (expected for RSS aggregation and webhook posting).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install news-daily-local
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /news-daily-local 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
news-daily-local 1.0.0 - Initial release of the news-daily skill. - Fetches top news from multiple categories (domestic, international, technology, AI) via RSS. - Formats news into Feishu card messages with clickable titles. - Supports scheduled or manual message sending to Feishu groups. - Flexible configuration via environment variables or config file.
元数据
Slug news-daily-local
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

News Daily Local 是什么?

获取新闻热榜(国内、国际、科技、AI)并发送到飞书。不依赖本地工程,直接从 RSS 获取数据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 News Daily Local?

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

News Daily Local 是免费的吗?

是的,News Daily Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

News Daily Local 支持哪些平台?

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

谁开发了 News Daily Local?

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

💬 留言讨论