analyzing-market-sentiment

Featured

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

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

# Analyzing Market Sentiment ## Overview Cryptocurrency market sentiment analysis combining Fear & Greed Index, news keyword analysis, and price/volume momentum into a composite 0-100 score. ## Prerequisites 1. **Python 3.8+** installed 2. **Dependencies**: `pip install requests` 3. Internet connectivity for API access (Alternative.me, CoinGecko) 4. Optional: `crypto-news-aggregator` skill for enhanced news analysis ## Instructions 1. **Assess user intent** - determine what analysis is needed: - Overall market: no specific coin, general sentiment - Coin-specific: extract symbol (BTC, ETH, etc.) - Quick vs detailed: quick score or full component breakdown 2. **Run sentiment analysis** with appropriate options: ```bash # Quick market sentiment check python ${CLAUDE_SKILL_DIR}/scripts/sentiment_analyzer.py # Coin-specific sentiment python ${CLAUDE_SKILL_DIR}/scripts/sentiment_analyzer.py --coin BTC # Detailed breakdown with all components python ${CLAUDE_SKILL_DIR}/scripts/sentiment_analyzer.py --detailed # Custom time period python ${CLAUDE_SKILL_DIR}/scripts/sentiment_analyzer.py --period 7d --detailed ``` 3. **Export results** for trading models or analysis: ```bash python ${CLAUDE_SKILL_DIR}/scripts/sentiment_analyzer.py --format json --output sentiment.json ``` 4. **Present results** to the user: - Show composite score and classification prominently - Explain what the sentiment reading means - Highlight ex...

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 Featured

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

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
AI & Automation Solid

alphaear-sentiment

Analyze finance text sentiment using FinBERT or LLM. Use when the user needs to determine the sentiment (positive/negative/neutral) and score of financial text markets.

2,374 Updated 2 months ago
RKiding
AI & Automation Listed

crypto-research

Comprehensive cryptocurrency market research and analysis using specialized AI agents. Analyzes market data, price trends, news sentiment, technical indicators, macro correlations, and investment opportunities. Use when researching cryptocurrencies, analyzing crypto markets, evaluating digital assets, or investigating blockchain projects like Bitcoin, Ethereum, Solana, etc.

10 Updated today
stevengonsalvez
AI & Automation Solid

analyzing-text-sentiment

This skill enables Claude to analyze the sentiment of text data. It identifies the emotional tone expressed in text, classifying it as positive, negative, or neutral. Use this skill when a user requests sentiment analysis, opinion mining, or emotion detection on any text, such as customer reviews, social media posts, or survey responses. Trigger words include "sentiment analysis", "analyze sentiment", "opinion mining", "emotion detection", and "polarity".

2,266 Updated today
jeremylongshore