Install
openclaw skills install newspulse📰 NewsPulse - 加密货币新闻聚合,重要事件实时推送
openclaw skills install newspulseStay Ahead of the Market - 不错过任何重要事件!
NewsPulse 聚合全球主流加密货币新闻源(CoinDesk, Cointelegraph, TheBlock, Decrypt 等),提供实时新闻推送、重要事件提醒、社交媒体情绪分析等功能。
npx @gztanht/newspulse
# 最新 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
编辑 config/sources.json 自定义新闻源:
{
"sources": [
{"name": "CoinDesk", "url": "https://coindesk.com/feed", "enabled": true},
{"name": "Cointelegraph", "url": "https://cointelegraph.com/rss", "enabled": true}
]
}
0x33f943e71c7b7c4e88802a68e62cca91dab65ad9MIT © 2026 gztanht