← All plugins
market-sentiment-analyzer
v1.24.0Analyze market sentiment from social media, news, and on-chain data
Claude Code1 skill
by Intent Solutions IOMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/market-sentiment-analyzer/ inside the repository.
Layout
plugins/crypto/market-sentiment-analyzer/
├── .claude-plugin/plugin.json└── skills/analyzing-market-sentiment/SKILL.md
Skills1
analyzing-market-sentimentskills/analyzing-market-sentiment/SKILL.md
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".
Manifests1
plugins/crypto/market-sentiment-analyzer/.claude-plugin/plugin.json
{
"name": "market-sentiment-analyzer",
"version": "1.24.0",
"description": "Analyze market sentiment from social media, news, and on-chain data",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"sentiment",
"analysis",
"social",
"news",
"market",
"crypto"
]
}