← 返回 Skills 市场
News Sentiment Scanner
作者
rsquaredsolutions2026
· GitHub ↗
· v1.1.0
· MIT-0
114
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install news-sentiment-scanner
功能描述
Scan news sources and RSS feeds for events that could move prediction market prices. Score headlines for market impact, flag urgent stories, and cross-refere...
安全使用建议
This skill's description overpromises: it claims to score headlines, flag urgent stories, and cross-reference active markets, but the SKILL.md only fetches and prints headlines from a list of RSS feeds. Before installing: (1) Ask the author for the missing pieces — the scoring algorithm, how 'urgent' is defined, and what APIs/credentials are used to cross-reference markets. (2) If you expect automatic market checks, require explicit integrations (e.g., the market platform's API and minimal-scoped credentials) rather than implicit behavior. (3) Be aware the skill will fetch arbitrary external feeds and may be allowed to add feeds at runtime — if you want stricter control, require a fixed whitelist. (4) Consider requesting clearer metadata (remove unused 'jq' requirement) and explicit error handling/logging instead of swallowing exceptions. If these gaps aren't addressed, treat the skill as only a headline-fetcher and not a complete market-impact analyzer.
功能分析
Type: OpenClaw Skill
Name: news-sentiment-scanner
Version: 1.1.0
The news-sentiment-scanner skill is a legitimate RSS feed aggregator designed to fetch headlines from reputable sources (AP News, Reuters, ESPN, Cointelegraph) for market analysis. The implementation in SKILL.md uses standard curl and python3 commands to parse XML data, and there is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description promise market-impact scoring, urgent story flags, and cross-references to active markets, but the SKILL.md only shows a bash loop that curls RSS feeds and prints source|title|link|pubDate. There is no scoring logic, no flagging, and no market-lookup or integration steps. Also 'jq' is declared as required but not used.
Instruction Scope
The instructions instruct the agent to fetch multiple external RSS feeds and print headlines (first 10 items each). They do not implement the core claimed operations (sentiment scoring, flagging, cross-referencing). The doc allows the agent to add or substitute feeds based on context, which is vague and grants broad discretion to contact additional external sources.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written to disk and risk is low. It requires common binaries (curl, jq, python3); no downloads or external installers are used.
Credentials
The skill requests no environment variables, credentials, or config paths — appropriate for an RSS-scanning tool. Minor mismatch: it declares 'jq' as required even though the provided script uses python3 for XML parsing; this looks like sloppy metadata rather than a credential issue.
Persistence & Privilege
always is false and the skill is user-invocable. The skill can be invoked autonomously (platform default), which combined with network fetches increases runtime reach but is expected for this type of skill. It does not request persistent system-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install news-sentiment-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/news-sentiment-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add attribution links to agentbets.ai guides
v1.0.0
Initial release — AgentBets OpenClaw Skills series
元数据
常见问题
News Sentiment Scanner 是什么?
Scan news sources and RSS feeds for events that could move prediction market prices. Score headlines for market impact, flag urgent stories, and cross-refere... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 News Sentiment Scanner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-sentiment-scanner」即可一键安装,无需额外配置。
News Sentiment Scanner 是免费的吗?
是的,News Sentiment Scanner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
News Sentiment Scanner 支持哪些平台?
News Sentiment Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 News Sentiment Scanner?
由 rsquaredsolutions2026(@rsquaredsolutions2026)开发并维护,当前版本 v1.1.0。
推荐 Skills