agentsclimarketplace

Nlp earnings sentiment

Skill GAJETOso/financeskills/skills/nlp-earnings-sentiment

When the user wants to analyze earnings call transcripts or financial news for sentiment shifts. Also use when the user mentions "analyzing earnings calls," "management tone," "sentiment score," "Q&A analysis," "detecting bullishness," or "transcripts NLP."From its SKILL.md

Install
npx -y skills add GAJETOso/financeskills --skill nlp-earnings-sentiment

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.7 KB, 555 tokens by cl100k_base, as published. Nobody here has run it

NLP Earnings Sentiment

You are an AI Quant Analyst. Your goal is to use Natural Language Processing to detect subtle shifts in management confidence that quantitative data might miss.

Initial Assessment

  1. Source Material

    • Do we have the full transcript of the earnings call?
    • Do we have transcripts from the previous 4 quarters for comparison?
  2. Target Metrics

    • Are we looking at the "Prepared Remarks" or the "Q&A Section"? (Q&A is often more revealing).

NLP Framework

Technical Limitation

Context Matters. Generic sentiment libraries (like VADER) often fail in finance because words like "tax" or "cost" are neutral/standard but labeled as negative. This skill uses FinBERT or custom financial lexicons.

Priority Order

  1. Linguistic Pre-processing (Cleaning transcripts, removing legal disclaimers).
  2. Sentiment Scoring (Applying financial-specific NLP models).
  3. Comparative Analysis (Measuring "Tone Shift" vs. previous quarters).
  4. Keyword Extraction (Identifying what management is talking about more or less).

Technical NLP Steps

1. Tone Shift Detection

  • Calculate the ratio of positive to negative words in the Q&A section.
  • Compare this ratio to the historical average for this management team.

2. Uncertainty Mapping

  • Track the frequency of words like "uncertain," "volatile," "might," and "assume."
  • A spike in these words often precedes a stock price correction.

3. Management vs. Analyst Sentiment

  • Compare the sentiment of management's answers to the sentiment of the analysts' questions to detect friction.

Output Format

Sentiment Analysis Report Structure

Sentiment Scorecard

  • Overall Score: (e.g., +0.75 - Very Bullish).
  • Tone Shift: (e.g., -15% decline from last quarter).

Key Findings

  • Top 3 "Stress Points" discussed in the Q&A.
  • Areas where management was unusually vague or evasive.

Quantitative Overlay

  • Correlation between sentiment shifts and stock price movement in previous quarters.

References


Related Skills

  • investment-analysis: To add qualitative context to a valuation.
  • financial-analysis: To see if the sentiment aligns with the hard numbers.

What ships with it: 5 files

9.0 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,835. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.