sentiment-engine

Aggregate retail, COT, and Fear & Greed sentiment data from multiple APIs.

5|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/JansenAnalytics/claudex --skill sentiment-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentiment-engine
Source: https://github.com/JansenAnalytics/claudex/tree/main/skills/sentiment-engine
Command: npx skills add https://github.com/JansenAnalytics/claudex --skill sentiment-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, cloudscraper, beautifulsoup4, and includes scripts (resource) components.

What problem does it solve?

Aggregate and surface market sentiment data from retail positioning, COT, and Fear & Greed indices to support contrarian trading decisions.

Core Features & Use Cases

  • Retail sentiment from Myfxbook: retail long/short positions for major pairs.
  • CFTC COT data for FX, metals, and energy instruments to capture institutional positioning.
  • Fear & Greed indices from alternative.me and CNN for crypto and equities sentiment context.
  • Query and combine data to generate actionable contrarian signals and trend checks.

Quick Start

Run the sentiment-engine to fetch the latest retail, COT, and Fear & Greed data and surface contrarian signals.

Frequently Asked Questions about sentiment-engine

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

FAQPage Schema
How do I collect COT and Fear & Greed data for contrarian trading signals?

You collect COT and Fear & Greed data for contrarian trading signals by pulling retail positioning from Myfxbook, institutional COT data from the CFTC, and sentiment indices from CNN and alternative.me, then normalizing and persisting it in a local database for querying.

What market sentiment data is needed to spot contrarian setups in forex and crypto?

To spot contrarian setups in forex and crypto, you need retail long/short positioning, CFTC COT institutional positioning, and Fear & Greed indices. Aggregating these sources surfaces sentiment extremes that signal potential market reversals.

Can I use sentiment-engine for equities and commodities analysis?

Yes, you can use sentiment-engine for equities and commodities analysis. It aggregates CFTC COT data for metals and energy instruments, alongside CNN Fear & Greed indices for equities, to evaluate institutional positioning and sentiment extremes.

Does the sentiment-engine require web scraping dependencies to fetch retail positioning data?

Yes, fetching retail positioning data requires web scraping dependencies. The sentiment-engine relies on requests, cloudscraper, and beautifulsoup4 to pull and parse sentiment data from Myfxbook, CFTC, alternative.me, and CNN APIs.

What's the best way to combine retail sentiment and COT data into a contrarian signal?

The best way to combine retail sentiment and COT data into a contrarian signal is to query the local database where both datasets are normalized and stored, allowing you to cross-reference retail optimism against institutional positioning to identify sentiment extremes.

Are there limitations when using Fear & Greed indices for contrarian trend checks?

A limitation when using Fear & Greed indices for contrarian trend checks is that they provide sentiment context rather than direct trade triggers, meaning they must be queried alongside COT and retail positioning data to validate contrarian setups across markets.