market-sentiment-analyzer

Analyze market sentiment from social media, news, and on-chain data

View on GitHub
Author Jeremy Longshore
Namespace @jeremylongshore/claude-code-plugins-plus
Category crypto
Version 1.0.0
Stars 1,193
Downloads 2
self.md verified
Table of content

Analyze market sentiment from social media, news, and on-chain data

Installation

npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/market-sentiment-analyzer

Contents

Folders: commands, skills

Files: LICENSE, README.md

Documentation

Analyze market sentiment from social media, news, and on-chain data to gauge market mood and identify trading opportunities.

Features

Multi-Source Analysis

Sentiment Metrics

Installation

/plugin install market-sentiment-analyzer@claude-code-plugins-plus

Usage

/analyze-sentiment BTC

Analyzing Bitcoin sentiment:
- Social media mentions: 15,420
- News sentiment: 72% positive
- On-chain: Accumulation phase
- Fear & Greed: 65 (Greed)

Commands

CommandDescriptionShortcut
/analyze-sentimentFull sentiment analysisas
/social-pulseSocial media sentimentsp
/news-sentimentNews analysisns
/fear-greedFear & Greed Indexfg

Sentiment Indicators

Fear & Greed Index

Social Sentiment

On-Chain Sentiment

Data Sources

License

MIT License


Built for sentiment traders by Intent Solutions IO

Included Skills

This plugin includes 1 skill definition:

analyzing-market-sentiment

|

View skill definition

Analyzing Market Sentiment

Overview

This skill provides comprehensive cryptocurrency market sentiment analysis by combining multiple data sources:

Key Capabilities:

Prerequisites

Before using this skill, ensure:

  1. Python 3.8+ is installed
  2. requests library is available: pip install requests
  3. Internet connectivity for API access (Alternative.me, CoinGecko)
  4. Optional: crypto-news-aggregator skill for enhanced news analysis

Instructions

Step 1: Assess User Intent

Determine what sentiment analysis the user needs:

Step 2: Execute Sentiment Analysis

Run the sentiment analyzer with appropriate options:

# Quick sentiment check (default)
python {baseDir}/scripts/sentiment_analyzer.py

# Coin-specific sentiment
python {baseDir}/scripts/sentiment_analyzer.py --coin BTC

# Detailed analysis with component breakdown
python {baseDir}/scripts/sentiment_analyzer.py --detailed

# Export to JS

...(truncated)

</details>

## Source

[View on GitHub](https://github.com/jeremylongshore/claude-code-plugins-plus-skills)