alpha-search-research-intelligence

Analyze financial text sentiment with FinBERT and multi-source decay scoring.

3|Updated May 9, 2026
One-click install
npx skills add https://github.com/alpha-search/alpha-search --skill alpha-search-research-intelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alpha-search-research-intelligence
Source: https://github.com/alpha-search/alpha-search/tree/main/skills/alpha-search-research-intelligence
Command: npx skills add https://github.com/alpha-search/alpha-search --skill alpha-search-research-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires transformers, pandas, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill bridges unstructured financial text data and quantitative signals, enabling precise sentiment assessments for investment research.

Core Features & Use Cases

  • FinBERT Integration: Loads and applies financial domain-specific sentiment models to news, social media, and earnings call transcripts.
  • Multi-source Sentiment Aggregation: Combines data from news, Twitter, and Reddit into a unified research intelligence score.
  • Research Scenario: Use this Skill to generate real-time sentiment indicators on a specific ticker, supporting decision-making in trading strategies or market analysis.

Quick Start

Use this Skill to load FinBERT, analyze recent news and social media mentions for your chosen stock, and obtain an overall research sentiment score.

Frequently Asked Questions about alpha-search-research-intelligence

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

FAQPage Schema
How do I perform financial sentiment analysis using FinBERT on news and social media data?

Financial sentiment analysis applies domain-specific models like FinBERT to unstructured text from news and social media. This pipeline loads the transformer model, classifies text sentiment, and aggregates results into a composite research intelligence score for investment workflows.

How do I aggregate sentiment signals from Twitter and Reddit into a single research score?

To aggregate sentiment signals, the pipeline ingests multi-source text from Twitter, Reddit, and financial news, applies classification models, and combines the outputs using decay scoring to generate a unified quantitative research intelligence score for analysts.

Do I need the transformers and pandas libraries to run quantitative sentiment signals?

Yes, you need the transformers and pandas libraries to run quantitative sentiment signals. The pipeline requires transformers to load FinBERT for text classification and pandas to manage data loading and composite scoring operations.

What is the best way to generate real-time sentiment indicators for a specific stock ticker?

The best way to generate real-time sentiment indicators is using a structured pipeline that loads recent news and social media mentions for a specific ticker, applies FinBERT classification, and calculates an overall dynamic sentiment score to support trading strategies.

Does multi-source sentiment aggregation work for earnings call transcripts as well as social media?

Multi-source sentiment aggregation works for earnings call transcripts, financial news, and social media. The FinBERT integration processes these unstructured text sources to provide precise sentiment assessments for market analysis and investment research.

Why use decay scoring when combining financial news sentiment into a research intelligence score?

Decay scoring weights recent financial news sentiment more heavily than older data when combining sources into a research intelligence score. This dynamic approach ensures quantitative signals reflect current market conditions and support timely investment decisions.