social-media-intelligence

Extract financial insights and sentiment metrics from social media platforms.

2|Updated May 13, 2026
One-click install
npx skills add https://github.com/thanhtai040805/AI_Invest --skill social-media-intelligence-thanhtai040805
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-media-intelligence
Source: https://github.com/thanhtai040805/AI_Invest/tree/main/ai-engine/app/domain/services/quant/skills_data/social-media-intelligence
Command: npx skills add https://github.com/thanhtai040805/AI_Invest --skill social-media-intelligence-thanhtai040805

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of extracting actionable financial insights from social media platforms, providing sentiment-driven trading strategies with a data-driven edge.

Core Features & Use Cases

  • Multi-Platform Data Collection: Gather financial signals from Twitter/X, Telegram, Discord, and Reddit.
  • Sentiment Analysis: Utilize VADER, FinBERT, and LLM-based sentiment scoring to interpret text.
  • Discussion-Buzz Metrics: Calculate message volume, unique authors, and Z-scored buzz metrics.
  • Fear/Greed Indicator: Construct a fear/greed index to gauge market sentiment.
  • Institutional vs. Retail Sentiment: Distinguish between different types of market participants for more informed trading decisions.
  • Use Case: Imagine you want to gauge the market sentiment around a specific stock before a major event. Use this Skill to analyze tweets, posts, and messages discussing the stock and generate a sentiment score and fear/greed index.

Quick Start

Use the social-media-intelligence skill to analyze the sentiment around the stock ticker 'AAPL' over the past 24 hours.

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 sentiment signals from Twitter and Reddit for trading?

You can extract financial sentiment signals by collecting social media data and applying VADER or FinBERT models to generate sentiment scores for trading strategies. This Skill processes messages from Twitter, Reddit, Discord, and Telegram to provide actionable market sentiment data.

What is the best way to calculate a fear and greed index from social media buzz?

Calculating a fear and greed index from social media buzz involves tracking message volume, unique authors, and applying Z-scored buzz metrics. This Skill constructs a fear/greed indicator by aggregating discussion data across multiple platforms to gauge overall market sentiment.

Can I use FinBERT and VADER together for cryptocurrency sentiment analysis on Telegram?

Yes, you can use FinBERT and VADER together for sentiment analysis on Telegram messages. This Skill utilizes both models alongside LLM-based scoring to interpret text from Telegram and other platforms, distinguishing between institutional and retail sentiment.

Do I need social media API keys to analyze market sentiment with Python?

Yes, you need social media API access to analyze market sentiment with Python. This Skill requires API access for platforms like Twitter and Reddit, alongside Python libraries like tweepy, praw, and discord.py, to gather financial signals and perform data processing.

How do I distinguish between institutional and retail sentiment in market discussions?

To distinguish between institutional and retail sentiment, this Skill analyzes discussion patterns and message characteristics across platforms. It processes social media data to differentiate market participant types, providing more informed sentiment-driven trading decisions.

What are the limitations of using social media sentiment for stock trading strategies?

Limitations of using social media sentiment for trading include reliance on platform API access and the need for extensive Python library dependencies. This Skill requires access to social media APIs and libraries like transformers and scipy, which may constrain large-scale or historical data analysis.