OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add kukapay/crypto-skills --skill market-sentiment
Aggregate news from popular cryptocurrency RSS feeds, analyze sentiment of articles, and calculate an overall market sentiment score with detailed explanation. Use when assessing crypto market sentiment for trading decisions, research, or monitoring trends from RSS sources.
npx skills add kukapay/crypto-skills --skill market-sentiment
This skill enables aggregation of news from popular cryptocurrency RSS feeds, performs sentiment analysis on the articles, and computes a market sentiment score ranging from -1 (highly negative) to +1 (highly positive), along with evidence-based explanations.
Follow these steps to analyze crypto market sentiment:
The skill outputs:
sentiment_analyzer.py: Python script to fetch RSS feeds, parse articles, and compute sentiment score. Run with python sentiment_analyzer.py to get automated results.rss_feeds.md: List of popular crypto RSS feeds with URLs and descriptions.sentiment_examples.md: Examples of sentiment classification for common news types.