news-tracker

Aggregate cryptocurrency news and analyze headline sentiment for trading insights.

5|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/kayzaa/k.i.t.-bot --skill news-tracker-kayzaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: news-tracker
Source: https://github.com/kayzaa/k.i.t.-bot/tree/main/skills/news-tracker
Command: npx skills add https://github.com/kayzaa/k.i.t.-bot --skill news-tracker-kayzaa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, feedparser, beautifulsoup4, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users stay informed about the cryptocurrency market by aggregating news, analyzing sentiment, monitoring upcoming events, and tracking social media trends, providing actionable insights for trading decisions.

Core Features & Use Cases

  • News Aggregation: Gathers top headlines from major crypto news sources.
  • Sentiment Analysis: Provides a bullish/bearish signal based on news headlines.
  • Event Calendar: Lists upcoming crypto events like upgrades and hard forks.
  • Social Monitoring: Tracks trends on platforms like Twitter and Reddit.
  • Use Case: A trader can use this skill to get a daily digest of market-moving news and sentiment before making investment decisions.

Quick Start

Fetch the latest crypto news headlines from CoinDesk and CoinTelegraph.

Frequently Asked Questions about news-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate cryptocurrency news from multiple sources for trading insights?

To aggregate cryptocurrency news, you can use Python scripts with requests and feedparser to fetch headlines from major sources like CoinDesk and CoinTelegraph. This gathers top market-moving headlines into a single digest for trading decisions.

Can I analyze crypto news headline sentiment automatically?

Yes, you can analyze crypto news headline sentiment automatically using Python scripts. The skill processes aggregated headlines to provide bullish or bearish signals, helping you gauge market sentiment before making investment decisions.

Does this tool track social media trends on platforms like Twitter and Reddit?

Yes, this tool tracks social media trends on platforms like Twitter and Reddit. It uses BeautifulSoup and requests to monitor social platforms, integrating these trends with news aggregation to provide comprehensive trading insights.

How do I monitor upcoming crypto events like upgrades and hard forks?

You can monitor upcoming crypto events like upgrades and hard forks by utilizing the event calendar feature. It lists scheduled cryptocurrency events alongside aggregated news and sentiment analysis to inform your trading strategy.

What Python libraries do I need to fetch crypto news and analyze sentiment?

You need the requests, feedparser, and beautifulsoup4 Python libraries to fetch crypto news and analyze sentiment. These dependencies handle data fetching from URLs and parsing RSS feeds or HTML for headline extraction and sentiment analysis.

Is there a way to get a daily digest of market-moving crypto news and sentiment?

Yes, there is a way to get a daily digest of market-moving crypto news and sentiment. By running the Python scripts to aggregate headlines, analyze sentiment, and track social media, you generate a daily summary for trading decisions.