aggregating-crypto-news

Featured

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

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Aggregating Crypto News ## Overview Aggregate cryptocurrency news from 50+ authoritative sources via RSS feeds with real-time scanning, coin/category filtering, and relevance scoring. ## Prerequisites 1. **Python 3.8+** installed 2. **Dependencies**: `pip install feedparser requests` 3. Internet connectivity for RSS feed access ## Instructions 1. **Assess user intent** - determine filters needed: - General news: no filters, use defaults - Coin-specific: extract symbol (BTC, ETH, etc.) - Category-specific: extract category (defi, nft, regulatory, etc.) - Time-specific: extract window (1h, 4h, 24h, 7d) 2. **Run the aggregator** with appropriate filters: ```bash # Default scan (top 20, past 24h, relevance sorted) python ${CLAUDE_SKILL_DIR}/scripts/news_aggregator.py # Coin-specific scan python ${CLAUDE_SKILL_DIR}/scripts/news_aggregator.py --coin BTC --period 4h # Category filter python ${CLAUDE_SKILL_DIR}/scripts/news_aggregator.py --category defi --top 30 # Multiple filters python ${CLAUDE_SKILL_DIR}/scripts/news_aggregator.py --coin ETH --category defi --period 24h --top 15 ``` 3. **Export results** for downstream processing: ```bash python ${CLAUDE_SKILL_DIR}/scripts/news_aggregator.py --format json --output news.json ``` 4. **Present results** to the user: - Show source, title, age, and relevance score - Highlight market-moving keywords if present - Provide links for full articles - Summarize meta ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

devpilot-news-digest

Fetch and summarize current news into a structured briefing across categories like International, AI, Technology, and Economics. Supports English and Chinese. ALWAYS use when the user wants current news: summaries, daily/weekly briefings, headlines, top stories, "catch me up", "what's happening", or domain-specific news (AI news, tech news, market/economics news, international affairs). Triggers on: "news summary", "news digest", "daily briefing", "weekly briefing", "what happened this week", "news roundup", "top stories", "headlines", "catch me up", "what's going on with the economy", "AI news", "今日新闻", "本周新闻", "新闻简报", "每日简报", "最近发生了什么". NOT for: building news apps, translating articles, historical data analysis, or summarizing user-provided documents.

4 Updated yesterday
SiyuQian
AI & Automation Featured

analyzing-market-sentiment

Analyze cryptocurrency market sentiment using Fear & Greed Index, news analysis, and market momentum. Use when gauging overall market mood, checking if markets are fearful or greedy, or analyzing sentiment for specific coins. Trigger with phrases like "analyze crypto sentiment", "check market mood", "is the market fearful", "sentiment for Bitcoin", or "Fear and Greed index".

2,266 Updated today
jeremylongshore
AI & Automation Listed

daily-ai-news

Aggregates and summarizes the latest AI news from multiple sources including AI news websites and web search. Provides concise news briefs with direct links to original articles. Activates when user asks for 'today's AI news', 'AI updates', 'latest AI developments', or mentions wanting a 'daily AI briefing'.

335 Updated today
aiskillstore
AI & Automation Featured

tracking-crypto-prices

Track real-time cryptocurrency prices across exchanges with historical data and alerts. Provides price data infrastructure for dependent skills (portfolio, tax, DeFi, arbitrage). Use when checking crypto prices, monitoring markets, or fetching historical price data. Trigger with phrases like "check price", "BTC price", "crypto prices", "price history", "get quote for", "what's ETH trading at", "show me top coins", or "track my watchlist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

scanning-market-movers

Detect significant price movements and unusual volume across crypto markets. Calculates significance scores combining price change, volume ratio, and market cap. Use when tracking market movers, finding gainers/losers, or detecting volume spikes. Trigger with phrases like "scan market movers", "top gainers", "biggest losers", "volume spikes", "what's moving", "find pumps", or "market scan".

2,266 Updated today
jeremylongshore