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 claudepluginhub joshuarweaver/cascade-business-ops --plugin kukapay-crypto-skillsThis skill uses the workspace's default tool permissions.
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.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
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.