@joargp

News Summary

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 feeds and can create voice summaries.

当前版本
v1.0.1
116 3.6万总安装 475

SKILL.md

text/markdown · 2091 字节

Security Scan

状态

suspicious

打开 VirusTotal

OpenClaw

gpt-5-mini

suspicious

OpenClaw 分析

The skill's behavior (fetch RSS feeds and call an OpenAI TTS endpoint) matches its description, but the runtime instructions reference an API key ($OPENAI_API_KEY) that is not declared in the manifest and the skill's source/homepage is unknown — this mismatch warrants caution.

置信度: medium

VirusTotal

Type: OpenClaw Skill Name: news-summary Version: 1.0.1 The skill bundle is benign. It fetches news from legitimate RSS feeds (BBC, Reuters, NPR, Al Jazeera) using `curl` and processes the content with standard Unix tools (`grep`, `sed`, `head`). It also uses the `$OPENAI_API_KEY` to interact with the OpenAI TTS API for voice summaries, which is a legitimate use case for the skill's stated purpose. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts in SKILL.md.

元数据

  • 作者: @joargp
  • 创建时间: 2026/01/06
  • 更新时间: 2026/02/27
  • 版本数: 2
  • 评论数: 1
  • 扫描时间: 2026/02/11

运行要求

官方公开数据里暂未列出运行要求。