---
name: realmarketapi-sentiment-analysis
description: Composite sentiment skill using baseline move quality, volatility, and momentum factors to produce a practical Fear and Greed style regime signal.
version: 1.0
author: RealMarketAPI
tags: [trading, sentiment, fear-greed, composite-signal, market-psychology]
---

# RealMarketAPI Sentiment Analysis Skill

## When to use this skill
- User asks for sentiment context to confirm or fade technical setups.
- You need a compact risk-on versus risk-off interpretation.
- You want a composite score for dashboards or agents.

## Core Principles
- Sentiment should complement, not replace, price structure.
- Extremes are useful only with timing and invalidation context.
- Report divergence between sentiment and trend when present.

## Recommended Workflow
1. Get baseline movement context.
2. Pull volatility and momentum proxies.
3. Calculate composite sentiment score.
4. Label regime and practical implication.

## Output Format
- Sentiment regime: Risk-on | Risk-off | Neutral.
- Composite score: 0-100.
- Divergence flag.
- Trading implication: follow trend | fade move | wait.

## Example User Prompts
- Give me sentiment context for BTC on H1.
- Is XAUUSD sentiment aligned with current trend?

