← 返回 Skills 市场
News Summary Litiao
作者
litiao1224
· GitHub ↗
· v1.0.0
· MIT-0
230
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install news-summary-litiao
功能描述
This skill should be used when the user asks for news updates, daily briefings, or what's happening in the world. Fetches news from trusted international RSS...
安全使用建议
This skill appears to do what it says (fetch RSS and summarize), but the runtime instructions call the OpenAI TTS API using $OPENAI_API_KEY even though the skill manifest does not declare any required environment variables. Before installing or enabling: 1) confirm you are comfortable providing an OpenAI API key (if you want TTS) and prefer that the agent use it; 2) ask the publisher to update the manifest to explicitly declare OPENAI_API_KEY (so the permission is visible); 3) verify the owner/slug metadata mismatch (_meta.json vs. registry) with the publisher to ensure this is the intended package; 4) be aware that audio output is written to /tmp/news.mp3 (temporary file) and that network calls fetch external RSS feeds and call api.openai.com, which may incur cost and transmit content to OpenAI. If you need stronger assurance, request the maintainer add explicit env requirements and a clear homepage/source before enabling autonomous invocation.
功能分析
Type: OpenClaw Skill
Name: news-summary-litiao
Version: 1.0.0
The news-summary-litiao skill provides instructions for fetching and summarizing news from reputable RSS feeds (BBC, Reuters, NPR, Al Jazeera) and generating audio summaries via the OpenAI TTS API. The logic uses standard shell utilities (curl, grep, sed) for data retrieval and parsing, and all external interactions are limited to the specified news sources and the official OpenAI endpoint (api.openai.com).
能力评估
Purpose & Capability
The skill's described purpose (fetch RSS, summarize, optionally produce TTS) matches the runtime instructions for fetching public RSS feeds and summarizing them. However, the SKILL.md includes a curl call to the OpenAI TTS API relying on $OPENAI_API_KEY, yet the skill declares no required environment variables or primary credential. This is an incoherence between claimed requirements and actual instructions.
Instruction Scope
Instructions are narrowly scoped to fetching public RSS feeds, parsing titles/descriptions, summarizing, and optionally calling OpenAI's TTS endpoint. The workflow references only network calls to public news feeds and the OpenAI API and writes a temporary audio file (/tmp/news.mp3). The instructions do not request unrelated files, secrets, or system configuration—but they do rely on an undeclared API key.
Install Mechanism
This is instruction-only with no install spec and no code files, which minimizes installation risk. No third-party downloads or package installs are required by the manifest.
Credentials
The SKILL.md explicitly uses the environment variable $OPENAI_API_KEY for TTS, but requires.env and primary credential fields are empty. Requiring an API key for voice generation would be proportional to the feature, but the manifest's failure to declare this credential is an inconsistency that could lead to accidental exposure or misuse if a user supplies secrets without realizing where they'll be used.
Persistence & Privilege
The skill is not forced-always and allows normal user invocation/autonomous use (platform default). It does not request persistent system modifications or access to other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install news-summary-litiao - 安装完成后,直接呼叫该 Skill 的名称或使用
/news-summary-litiao触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Bug fixes and improvements with -litiao suffix
元数据
常见问题
News Summary Litiao 是什么?
This skill should be used when the user asks for news updates, daily briefings, or what's happening in the world. Fetches news from trusted international RSS... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。
如何安装 News Summary Litiao?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-summary-litiao」即可一键安装,无需额外配置。
News Summary Litiao 是免费的吗?
是的,News Summary Litiao 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
News Summary Litiao 支持哪些平台?
News Summary Litiao 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 News Summary Litiao?
由 litiao1224(@litiao1224)开发并维护,当前版本 v1.0.0。
推荐 Skills