← 返回 Skills 市场
fedrov2025

News Summary Local

作者 fedrov2025 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
358
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install news-summary-local
功能描述
本地新闻摘要 Skill。读取工作区内的 RSS/XML 文件,提取标题并生成简洁列表。
安全使用建议
This skill is small and self-contained: it reads a local RSS/XML file and prints title lines. Before running, verify the RSS file path points to a file you trust (the script reads file contents but does not execute them). Ensure scripts come from a trusted source and have expected permissions. If you plan to run in an environment with sensitive files, avoid passing sensitive file paths because the script will read whatever path you supply. Otherwise, there are no network calls, secret requests, or persistent changes to be concerned about.
功能分析
Type: OpenClaw Skill Name: news-summary-local Version: 1.0.0 The skill bundle provides a simple local utility for extracting news titles from RSS/XML files using standard shell commands (grep, sed). The scripts (extract.sh and summarize.sh) perform basic file reading and text processing without any network access, credential harvesting, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description say it reads local RSS/XML and summarizes titles; the provided scripts (extract.sh and summarize.sh) implement exactly that using grep/sed/head. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md tells the agent to run ./summarize.sh with a local file path. The scripts only read the supplied file and print extracted <title> contents; they do not access other files, environment variables, or external endpoints.
Install Mechanism
No install spec; this is instruction-only plus two small shell scripts. Nothing is downloaded or written during install.
Credentials
Requires no environment variables, credentials, or config paths. The requested access (read a local RSS file) is proportional to the skill's purpose.
Persistence & Privilege
always is false and the skill does not modify system or agent configuration. It runs only when invoked and has no elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install news-summary-local
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /news-summary-local 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
news-summary-local 1.0.0 - 初始版本发布,支持本地新闻摘要功能。 - 读取本地 RSS/XML 文件,提取并列出新闻标题。 - 默认输出前 10 条新闻标题。 - 实现依赖于 Bash 脚本(extract.sh 和 summarize.sh)。
元数据
Slug news-summary-local
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

News Summary Local 是什么?

本地新闻摘要 Skill。读取工作区内的 RSS/XML 文件,提取标题并生成简洁列表。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。

如何安装 News Summary Local?

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

News Summary Local 是免费的吗?

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

News Summary Local 支持哪些平台?

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

谁开发了 News Summary Local?

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

💬 留言讨论