Agent skill

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".

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 2.0.0
Declared author: Jeremy Longshore <jeremy@intentsolutions.io>
Allowed tools: ReadBash(crypto:news-*)
Path: skills/analysis/aggregating-crypto-news/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 #

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Instructions
  4. Step 1: Assess User Intent
  5. Step 2: Execute News Aggregation
  6. Step 3: Present Results
  7. Command-Line Options
  8. Categories Available
  9. Output
  10. Table Format (Default)
  11. JSON Format
  12. Error Handling
  13. Examples
  14. Quick Examples
Ships with 1 file
  • metadata.json
Commands it runs
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 15
More from claude-skill-registry
All skills →
About this skill
What 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.

Keep going