social-signals
moltbot
Analyze crypto social signals - KOL mentions, sentiment, trending tokens, and news
bunx add-skill moltbot/skills -s social-signalsLoading…
moltbot
Analyze crypto social signals - KOL mentions, sentiment, trending tokens, and news
bunx add-skill moltbot/skills -s social-signalsLoading…
Analyze cryptocurrency social signals from Twitter/X, news sources, and KOL (Key Opinion Leader) discussions.
python3 {baseDir}/scripts/signals.py trending
Get tokens currently trending among crypto KOLs.
python3 {baseDir}/scripts/signals.py sentiment "<token>"
Get social sentiment analysis for a specific token (e.g., BTC, ETH, SOL).
python3 {baseDir}/scripts/signals.py news "<query>"
Search recent crypto news for a topic.
python3 {baseDir}/scripts/signals.py events "<keyword>"
Get event summary from social mentions for a keyword.
python3 {baseDir}/scripts/signals.py analyze "<token>"
Comprehensive analysis combining price, social, and news signals.
Results include:
UNIFAI_AGENT_API_KEY - UnifAI SDK key for social signal toolsGOOGLE_API_KEY - Gemini API key for analysisUser: "What's the social sentiment on Solana?"
Assistant: I'll analyze the social signals for SOL.
python3 {baseDir}/scripts/signals.py sentiment "SOL"
User: "What tokens are KOLs talking about?"
Assistant: Let me check what's trending among crypto KOLs.
python3 {baseDir}/scripts/signals.py trending
| Signal | Source | Description |
|---|---|---|
| Sentiment | TokenAnalysis | Overall social sentiment score |
| Trending | Elfa | KOL-driven trending tokens |
| News | SerpAPI | Recent news articles |
| Mentions | Tweet volume and engagement |
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.