← Back to Skills Marketplace
News Summary Local
by
fedrov2025
· GitHub ↗
· v1.0.0
· MIT-0
358
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install news-summary-local
Description
本地新闻摘要 Skill。读取工作区内的 RSS/XML 文件,提取标题并生成简洁列表。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install news-summary-local - After installation, invoke the skill by name or use
/news-summary-local - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
news-summary-local 1.0.0
- 初始版本发布,支持本地新闻摘要功能。
- 读取本地 RSS/XML 文件,提取并列出新闻标题。
- 默认输出前 10 条新闻标题。
- 实现依赖于 Bash 脚本(extract.sh 和 summarize.sh)。
Metadata
Frequently Asked Questions
What is News Summary Local?
本地新闻摘要 Skill。读取工作区内的 RSS/XML 文件,提取标题并生成简洁列表。 It is an AI Agent Skill for Claude Code / OpenClaw, with 358 downloads so far.
How do I install News Summary Local?
Run "/install news-summary-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is News Summary Local free?
Yes, News Summary Local is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does News Summary Local support?
News Summary Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created News Summary Local?
It is built and maintained by fedrov2025 (@fedrov2025); the current version is v1.0.0.
More Skills