aggregating-crypto-news
Aggregate breaking cryptocurrency news from 50+ sources including CoinDesk, CoinTelegraph, The Block, and Decrypt. Use when needing to monitor crypto market news, track announcements, or find coin-specific updates. Trigger with phrases like "get crypto news", "latest Bitcoin headlines", "DeFi announcements", "scan for breaking news", or "check crypto updates".
npx skills add majiayu000/claude-skill-registry --skill aggregating-crypto-news --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Aggregating Crypto News ## Overview This skill aggregates cryptocurrency news from 50+ authoritative sources using RSS feeds. It provides real-time news scanning with filtering by coin, category, time window, and relevance scoring. **Key Capabilities:** - Multi-source aggregation from top crypto news sites - Coin-specific filtering (BTC, ETH, SOL, etc.) - Category filtering (DeFi, NFT, regulatory, exchange, etc.) - Relevance scoring with market-moving keyword detection - Multiple output formats (table, JSON, CSV) ## Prerequisites Before using this skill, ensure: 1. **Python 3.8+** is installed 2. **feedparser** library is available: `pip install feedparser` 3. **requests** library is available: `pip install requests` 4. Internet connectivity for RSS feed access ## Instructions ### Step 1: Assess User Intent Determine what the user is looking for: - **General news**: No specific filters, use defaults - **Coin-specific**: Extract coin symbol (BTC, ETH, etc.) - **Category-specific**: Extract category (defi, nft, regulatory, etc.) - **Time-specific**: Extract time window (1h, 4h, 24h, 7d) ### Step 2: Execute News Aggregation Run the news aggregator with appropriate filters: ```bash #
- Overview
- Prerequisites
- Instructions
- Step 1: Assess User Intent
- Step 2: Execute News Aggregation
- Step 3: Present Results
- Command-Line Options
- Categories Available
- Output
- Table Format (Default)
- JSON Format
- Error Handling
- Examples
- Quick Examples
Default scan (top 20, past 24h, relevance sorted)
python {baseDir}/scripts/news_aggregator.py
Coin-specific scan
python {baseDir}/scripts/news_aggregator.py --coin BTC --period 4h
Category filter
python {baseDir}/scripts/news_aggregator.py --category defi --top 30
Export to JSON
python {baseDir}/scripts/news_aggregator.py --format json --output news.json
Multiple filters
python {baseDir}/scripts/news_aggregator.py --coin ETH --category defi --period 24h --top 15What does the aggregating-crypto-news skill do?
Aggregate breaking cryptocurrency news from 50+ sources including CoinDesk, CoinTelegraph, The Block, and Decrypt. Use when needing to monitor crypto market news, track announcements, or find coin-specific updates. Trigger with phrases like "get crypto news", "latest Bitcoin headlines", "DeFi announcements", "scan for breaking news", or "check crypto updates".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill aggregating-crypto-news --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
