TopRank Skills

Home / Claw Skills / Git / GitHub / newspulse
Official OpenClaw rules 54%

newspulse

📰 NewsPulse - 加密货币新闻聚合,重要事件实时推送

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 newspulse 技能。 若已安装,则直接安装 newspulse 技能。

Overview

Skill Key
gztanht/newspulse
Author
gztanht
Source Repo
openclaw/skills
Version
0.1.0
Source Path
skills/gztanht/newspulse
Latest Commit SHA
97772b62f409a653be4d291cac530170f4863281

Extracted Content

SKILL.md excerpt

# 📰 NewsPulse - 加密货币新闻聚合

**Stay Ahead of the Market** - 不错过任何重要事件!

## Overview

NewsPulse 聚合全球主流加密货币新闻源(CoinDesk, Cointelegraph, TheBlock, Decrypt 等),提供实时新闻推送、重要事件提醒、社交媒体情绪分析等功能。

## Features

- 📰 **新闻聚合** - 10+ 主流加密媒体实时抓取
- 🔔 **重要事件** - 监管政策、交易所上线、黑客事件等即时推送
- 📊 **情绪分析** - 新闻情绪评分(正面/中性/负面)
- 🏷️ **分类筛选** - 按币种/主题/重要性筛选
- ⏰ **时间线** - 24h/7d/30d 新闻回顾
- 🌐 **多语言** - 英文/中文新闻支持

## Installation

```bash
npx @gztanht/newspulse
```

## Usage

### 查看最新新闻

```bash
# 最新 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
```

### 设置新闻推送

```bash
# BTC 相关新闻推送
node scripts/subscribe.mjs --tag btc

# 监管政策新闻
node scripts/subscribe.mjs --tag regulation

# 查看已订阅
node scripts/subscribe.mjs --list
```

### 情绪分析

```bash
# 查看 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` 自定义新闻源:

```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: Support@NewsPulse.shark
- 💬 Telegram: @NewsPulseBot
- 🦈 赞助:USDT (ERC20): `0x33f943e71c7b7c4e88802a68e62cca91dab65ad9`

## License

MIT © 2026 gztanht

README excerpt

# 📰 NewsPulse

**Crypto News Aggregator** - Real-time news from 10+ sources with sentiment analysis!

[![Version](https://img.shields.io/github/v/release/gztanht/newspulse)](https://github.com/gztanht/newspulse/releases)
[![License](https://img.shields.io/github/license/gztanht/newspulse)](LICENSE)
[![ClawHub](https://img.shields.io/badge/ClawHub-newspulse-blue)](https://clawhub.com/skills/newspulse)

> **Stay Ahead of the Market** - Never miss important crypto news! 📰

---

## 🌟 Features

- **News Aggregation** - 10+ major crypto media sources
- **Smart Filtering** - Filter by coin/topic/importance
- **Sentiment Analysis** - Positive/Neutral/Negative scoring
- **Importance Levels** - Major/Minor/General news
- **Real-Time Updates** - RSS feed integration
- **Multi-Language** - English/Chinese support
- **Topic Tags** - BTC, ETH, Regulation, DeFi, NFT, Hacks

---

## 🚀 Quick Start

```bash
# Install
npx @gztanht/newspulse

# Latest 10 news
node scripts/news.mjs --limit 10

# Bitcoin news only
node scripts/news.mjs --tag btc

# Major events only
node scripts/news.mjs --importance high

# Negative news alert
node scripts/news.mjs --sentiment negative
```

---

## 📊 Example Output

```bash
$ node scripts/news.mjs --limit 8

📰 NewsPulse - Crypto News

Time     Importance  Sentiment  Title                           Source
─────────────────────────────────────────────────────────────────────────
2h ago   🔴 Major    🟢 Positive  Bitcoin Surges Past $71,000...   CoinDesk
3h ago   🔴 Major    🟢 Positive  Ethereum Foundation Announces...  Cointelegraph
4h ago   🔴 Major    🟡 Neutral   SEC Delays Decision on Spot...   The Block
6h ago   🔴 Major    🔴 Negative  Major Exchange Reports $100M...  CoinDesk

💡 Tip: node scripts/news.mjs --tag btc for Bitcoin news only
```

---

## 💰 Pricing - Free First!

| Plan | Price | Limit |
|------|-------|-------|
| **Free** | $0 | **5 queries/day** |
| **Sponsor Unlock** | 0.5 USDT or 0.5 USDC | Unlimited |

### Sponsorship Addre...

Related Claw Skills