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.
SKILL.md
text/markdown · 2091 字节
skill-card.md
text/markdown · 2379 字节
Security Scan
状态
clean
OpenClaw
gpt-5.5
OpenClaw 分析
This news-summary skill appears purpose-aligned, with the main consideration being that voice summaries use OpenAI text-to-speech and send summary text to an external API.
置信度: 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.