Jump to related tools in the same category or review the original source on GitHub.

Search & Research @arielcaba-dev Updated 7/18/2026 1,227 downloads 0 stars Security: Pass

😨 Fear And Greed Index OpenClaw Plugin & Skill | ClawHub

Looking to integrate Fear And Greed Index into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate search & research tasks instantly, without having to write custom tools from scratch.

What this skill does

Access the Alternative.me Crypto Fear & Greed Index. Use this tool to anchor your baseline market sentiment analysis, determining whether the broader retail market is in a state of Extreme Fear (capitulation risk) or Extreme Greed (euphoria/correction risk).

Install

ClawHub CLI
openclaw skills install @arielcaba-dev/fear-and-greed-index
Node.js (npx)
npx clawhub@latest install fear-and-greed-index

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepage
fear-and-greedAccess the Alternative.me Crypto Fear & Greed Index. Use this tool to anchor your baseline market sentiment analysis, determining whether the broader retail market is in a state of Extreme Fear (capitulation risk) or Extreme Greed (euphoria/correction risk).https://alternative.me/crypto/fear-and-greed-index/

SKILL.md content below is scrollable.

Crypto Fear & Greed Index API

Access the global crypto market sentiment baseline using the free Alternative.me API.

API Endpoint

Base URL: https://api.alternative.me/fng/

The API requires no authentication or API keys.

Get Current Sentiment

Fetch the latest daily Fear & Greed metric (0-100 score + classification label):

curl -s "https://api.alternative.me/fng/?limit=1"

Returns a JSON structure containing:

  • value: The 0-100 numerical score.
  • value_classification: The textual label (e.g. "Extreme Fear", "Fear", "Greed", "Extreme Greed").
  • timestamp: Unix epoch of the data point.

Common Use Cases

Sentiment Baseline Anchoring

When conducting qualitative sentiment analysis on news headlines or on-chain flows, first fetch the Fear & Greed index to anchor your assumptions about retail psychology.

  1. If value < 25 (Extreme Fear): The market is highly sensitive to bearish catalysts. Price may be artificially depressed.
  2. If value > 75 (Extreme Greed): The market is euphoric and ignoring risk. High danger of sudden liquidations or corrections.
ClawHub Registry URL: https://clawhub.ai/arielcaba-dev/skills/fear-and-greed-index

Related skills

If this matches your use case, these are close alternatives in the same category.