social-media-intelligence

Extracts financial sentiment signals from social media platforms using NLP.

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/644408071-design/Kokpop --skill social-media-intelligence-644408071-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-media-intelligence
Source: https://github.com/644408071-design/Kokpop/tree/main/agent/src/skills/social-media-intelligence
Command: npx skills add https://github.com/644408071-design/Kokpop --skill social-media-intelligence-644408071-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tweepy, ntscraper, telethon, discord.py, praw, vaderSentiment, transformers, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides the ability to extract financial signals from social media platforms like Twitter, Telegram, Discord, and Reddit, enabling sentiment-driven trading strategies.

Core Features & Use Cases

  • Social Media Data Collection: Gather data from Twitter, Telegram, Discord, and Reddit.
  • Sentiment Analysis: Quantify sentiment scores using VADER, FinBERT, and LLM-based methods.
  • Discussion-Buzz Metrics: Compute metrics like message volume, unique authors, and engagement score.
  • Sentiment Extremes: Calculate fear/greed indicators for market sentiment analysis.
  • Sentiment Reversal Signals: Detect reversal signals from sentiment extremes.
  • Platform-Specific Analysis: Analyze Twitter KOL influence and earnings sentiment shifts.
  • Use Case: Use this Skill to analyze sentiment in real-time and make informed trading decisions.

Quick Start

Use the social-media-intelligence skill to analyze sentiment from the Twitter cashtag $AAPL over the last 7 days.

Frequently Asked Questions about social-media-intelligence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract financial signals from social media for trading strategies?

To extract financial signals for trading strategies, this Skill gathers social media data from Twitter, Telegram, Discord, and Reddit, then applies sentiment analysis using VADER and FinBERT to compute actionable metrics like buzz scores and fear/greed indicators.

Can I analyze Twitter cashtag sentiment and Reddit discussion buzz metrics together?

Yes, you can analyze Twitter cashtag sentiment and Reddit discussion buzz metrics together, as the Skill collects data across multiple platforms and computes unified metrics like message volume, unique authors, and engagement scores.

What Python libraries do I need for social media sentiment analysis?

You need Python libraries including tweepy, ntscraper, telethon, discord.py, and praw for social media API access, alongside vaderSentiment and transformers for processing sentiment analysis and computing financial signals.

How do sentiment extremes and fear/greed indicators detect market reversal signals?

Sentiment extremes and fear/greed indicators detect market reversal signals by calculating quantitative shifts in social media sentiment, allowing you to identify when market emotions reach unsustainable levels and anticipate directional changes.

Does VADER or FinBERT work better for analyzing financial signals from social media?

VADER and FinBERT both analyze financial signals from social media, but FinBERT via the transformers library offers specialized financial context understanding, whereas VADER provides general sentiment scoring for computing baseline fear/greed indicators.

What is the best way to track real-time sentiment shifts for earnings reports?

The best way to track real-time sentiment shifts for earnings reports is using platform-specific analysis to monitor Twitter KOL influence and calculate discussion-buzz metrics, enabling informed sentiment-driven trading decisions.