social-media-intelligence

Aggregate social sentiment and buzz signals from Twitter/X, Telegram, Discord, and Reddit.

Updated May 5, 2026
One-click install
npx skills add https://github.com/wudye/traderAssistHK --skill social-media-intelligence-wudye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-media-intelligence
Source: https://github.com/wudye/traderAssistHK/tree/main/backend/src/skills/social-media-intelligence
Command: npx skills add https://github.com/wudye/traderAssistHK --skill social-media-intelligence-wudye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps traders extract actionable financial sentiment and buzz signals from noisy, high-volume social channels so you can build sentiment-driven trading inputs instead of relying on anecdotes.

Core Features & Use Cases

  • Multi-Platform Signal Collection: Gather and normalize content from Twitter/X, Telegram, Discord, and Reddit for a unified intelligence feed.
  • Sentiment Quantification: Compute sentiment scores using lightweight (VADER), finance-aware (FinBERT), and optional LLM-based approaches for nuanced posts.
  • Buzz + Fear/Greed Metrics: Measure discussion volume anomalies and combine sentiment extremes into a fear-and-greed index to support contrarian or momentum-aware decisions.

Quick Start

Use the social-media-intelligence skill to compute sentiment scores, discussion-buzz z-scores, and a fear-and-greed index from recent posts mentioning a target ticker.

Frequently Asked Questions about social-media-intelligence

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

FAQPage Schema
How do I build trading signals from Twitter and Telegram sentiment data?

To build trading signals from Twitter and Telegram sentiment data, you aggregate and normalize posts across platforms, compute sentiment scores using VADER or FinBERT, and output time-bucketed metrics suitable for quantitative factor modeling.

What is social media sentiment factor backtesting and how does it work?

Social media sentiment factor backtesting evaluates predictive power by computing IC and ICIR metrics across forward-return horizons. It uses normalized sentiment scores and discussion-buzz z-scores aggregated from platforms like Twitter, Reddit, and Discord.

Can I use FinBERT for finance-aware sentiment scoring on Reddit and Discord posts?

Yes, you can use FinBERT for finance-aware sentiment scoring on Reddit and Discord posts. The skill supports lightweight VADER, finance-aware FinBERT, and optional LLM-based approaches to compute nuanced sentiment scores for quantitative analysis.

How do I calculate a fear and greed index from social media buzz?

To calculate a fear and greed index from social media buzz, you measure discussion volume anomalies and combine sentiment extremes from collected posts. This supports contrarian or momentum-aware trading decisions based on platform-weighted aggregation.

Does this sentiment analysis approach support platform-weighted aggregation for quantitative modeling?

Yes, this sentiment analysis approach supports platform-weighted aggregation for quantitative modeling. It normalizes content from Twitter/X, Telegram, Discord, and Reddit into a unified feed, outputting normalized scores and time-bucketed metrics for factor construction.

What are the limitations of using social media buzz signals for trading?

Limitations of using social media buzz signals include relying on noisy, high-volume public posts that require normalization. Sentiment scoring depends on model accuracy, and factor backtesting requires valid forward-return horizons to ensure predictive reliability.