← 返回 Skills 市场
332
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install newspulse
功能描述
📰 NewsPulse - 加密货币新闻聚合,重要事件实时推送
使用说明 (SKILL.md)
📰 NewsPulse - 加密货币新闻聚合
Stay Ahead of the Market - 不错过任何重要事件!
Overview
NewsPulse 聚合全球主流加密货币新闻源(CoinDesk, Cointelegraph, TheBlock, Decrypt 等),提供实时新闻推送、重要事件提醒、社交媒体情绪分析等功能。
Features
- 📰 新闻聚合 - 10+ 主流加密媒体实时抓取
- 🔔 重要事件 - 监管政策、交易所上线、黑客事件等即时推送
- 📊 情绪分析 - 新闻情绪评分(正面/中性/负面)
- 🏷️ 分类筛选 - 按币种/主题/重要性筛选
- ⏰ 时间线 - 24h/7d/30d 新闻回顾
- 🌐 多语言 - 英文/中文新闻支持
Installation
npx @gztanht/newspulse
Usage
查看最新新闻
# 最新 10 条新闻
node scripts/news.mjs --limit 10
# 比特币相关新闻
node scripts/news.mjs --tag btc
# 重大事件(高重要性)
node scripts_news.mjs --importance high
# 负面新闻预警
node scripts/news.mjs --sentiment negative
设置新闻推送
# BTC 相关新闻推送
node scripts/subscribe.mjs --tag btc
# 监管政策新闻
node scripts/subscribe.mjs --tag regulation
# 查看已订阅
node scripts/subscribe.mjs --list
情绪分析
# 查看 24h 新闻情绪
node scripts/sentiment.mjs --period 24h
# 特定币种情绪
node scripts/sentiment.mjs --tag eth
News Sources
- CoinDesk
- Cointelegraph
- The Block
- Decrypt
- Bitcoin Magazine
- Ethereum World News
- CryptoSlate
- U.Today
- NewsBTC
- AMBCrypto
Configuration
编辑 config/sources.json 自定义新闻源:
{
"sources": [
{"name": "CoinDesk", "url": "https://coindesk.com/feed", "enabled": true},
{"name": "Cointelegraph", "url": "https://cointelegraph.com/rss", "enabled": true}
]
}
API Reference
- RSS Feed 抓取 - 各新闻源官方 RSS
- 更新频率 - 每 5-15 分钟
- 缓存 - 本地缓存 1 小时
Support
- 📧 Email: [email protected]
- 💬 Telegram: @NewsPulseBot
- 🦈 赞助:USDT (ERC20):
0x33f943e71c7b7c4e88802a68e62cca91dab65ad9
License
MIT © 2026 gztanht
安全使用建议
This skill appears to be a simple crypto news tool, but there are multiple mismatches between what the README/SKILL.md promises and the code included: subscription/sentiment scripts, a config folder and caching/scheduling are advertised but missing; the main news script uses mock data rather than fetching feeds, while the search script does fetch RSS from hardcoded sources. Before installing or running: 1) Don't run `npx @gztanht/newspulse` blindly — that will fetch remote code which may differ from these files; prefer inspecting the package on npm/GitHub first. 2) Verify the owner/repository and review the published package contents (and any postinstall scripts) if you intend to use npx. 3) If you want the advertised features (subscribe, sentiment), ask the author for the missing scripts or a trustworthy source. 4) Run any untrusted code in a sandbox/container and avoid providing credentials or secrets. These inconsistencies are suspicious but not conclusive evidence of malicious intent.
功能分析
Type: OpenClaw Skill
Name: newspulse
Version: 0.1.3
The NewsPulse skill is a cryptocurrency news aggregator that fetches and filters news from public RSS feeds (e.g., CoinDesk, Cointelegraph). The provided scripts (news.mjs and search.mjs) perform legitimate data retrieval and display functions without any evidence of data exfiltration, unauthorized execution, or malicious prompt injection. While some features mentioned in the documentation (like subscription and sentiment scripts) are missing or use mock data, the overall behavior is consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description, required binaries (node/npm), package.json, and the two scripts (news.mjs, search.mjs) are consistent with a small crypto news aggregator. However many advertised features (push/subscribe, sentiment analysis scripts, config/sources.json editing, caching/update scheduler) are mentioned but not implemented in the included files. The funding/sponsorship addresses are present in README/SKILL.md but are unrelated to runtime needs (not an env var).
Instruction Scope
SKILL.md and README reference multiple scripts that do not exist in the bundle (subscribe.mjs, sentiment.mjs, sentiment commands, scripts_news.mjs typos) and instruct editing config/sources.json though there is no config directory included. The main news script is mock-data only (it doesn't fetch RSS), while search.mjs does fetch RSS from hardcoded sources. The instructions are therefore inconsistent and overly broad compared to the packaged code.
Install Mechanism
The registry entry contains no install spec (lowest platform risk) but SKILL.md tells users to run `npx @gztanht/newspulse`. Running that outside this platform would download and run a package from the npm registry — a different code path than the embedded files. This is not inherently malicious but is a behavioral inconsistency and an operational risk if the remote package differs from the bundled code.
Credentials
The skill requests no environment variables or credentials and does not reference any sensitive config paths. The only potentially sensitive artifacts are blockchain sponsorship addresses in README/SKILL.md, which are informational and not used by the code.
Persistence & Privilege
Skill flags are normal (always:false, model invocation enabled). It does not request permanent presence or modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install newspulse - 安装完成后,直接呼叫该 Skill 的名称或使用
/newspulse触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
🐛 修复 search.mjs 参数解析问题 (#1)
v0.1.2
✨ 新增 search.mjs 关键词新闻搜索功能
v0.1.1
🆓 免费模式:5 次/天免费,赞助 0.5 USDT 解锁无限使用
v0.1.0
📰 NewsPulse v0.1.0 - 加密货币新闻聚合
元数据
常见问题
Newspulse 是什么?
📰 NewsPulse - 加密货币新闻聚合,重要事件实时推送. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 332 次。
如何安装 Newspulse?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install newspulse」即可一键安装,无需额外配置。
Newspulse 是免费的吗?
是的,Newspulse 完全免费(开源免费),可自由下载、安装和使用。
Newspulse 支持哪些平台?
Newspulse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Newspulse?
由 Haha Tan(@gztanht)开发并维护,当前版本 v0.1.3。
推荐 Skills