fear-greed

Embeddable Fear & Greed Index for crypto dashboards. Real-time sentiment gauge. Drop-in React/HTML components. Works with AI agents, Claude, Cursor.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fear-greed" with this command: npx skills add nextfrontierbuilds/fear-greed

Crypto Sentiment Widget

Market mood at a glance. Embeddable Fear & Greed Index for crypto dashboards and trading apps.

Drop-in React and HTML components. Real-time updates. No API key required. Powered by Strykr PRISM.

Quick Usage

# Get current Fear & Greed value
./fear-greed.sh

# Get JSON output
./fear-greed.sh --json

# Get historical data
./fear-greed.sh --history

PRISM Endpoint

EndpointDescriptionSpeed
GET /market/fear-greedCurrent index229ms

Index Values

RangeLabelMeaning
0-25Extreme FearBuy opportunity?
26-45FearCaution
46-55NeutralWait and see
56-75GreedTake profits?
76-100Extreme GreedPossible top

Output Formats

Terminal (Default)

📊 Crypto Fear & Greed Index

   ┌─────────────────────┐
   │                     │
   │         72          │
   │       GREED         │
   │                     │
   │  ████████████████░░ │
   │                     │
   └─────────────────────┘

   Last updated: 2026-01-28 13:15 UTC

JSON

{
  "value": 72,
  "label": "Greed",
  "timestamp": "2026-01-28T13:15:00Z"
}

Widget Variants

1. Gauge (Circle)

    ╭───────╮
   ╱    72   ╲
  │   GREED   │
   ╲         ╱
    ╰───────╯

2. Bar (Horizontal)

Fear & Greed: 72 (Greed)
████████████████░░░░░░░░░░

3. Badge (Compact)

┌────────┐
│ FG: 72 │
│   😀   │
└────────┘

Embed Options

React Component

import { FearGreedGauge } from '@strykr/fear-greed-widget';

function Dashboard() {
  return (
    <FearGreedGauge 
      theme="dark"
      size="md"
      variant="gauge"
      refreshInterval={300000}  // 5 minutes
    />
  );
}

HTML Embed

<div id="fear-greed-widget"></div>
<script src="https://cdn.strykr.com/fear-greed.js"></script>
<script>
  StrykrWidget.FearGreed({
    element: '#fear-greed-widget',
    theme: 'dark',
    variant: 'gauge'
  });
</script>

iframe

<iframe 
  src="https://widgets.strykr.com/fear-greed?theme=dark&variant=gauge"
  width="200" 
  height="200"
  frameborder="0"
></iframe>

Themes

ThemeBackgroundText
dark#0D0D0D#F5F3EF
light#FFFFFF#1A1A1A
transparentnoneauto

Auto-Refresh

Widget auto-refreshes every 5 minutes by default.

// Custom refresh interval (in milliseconds)
FearGreedGauge({ refreshInterval: 60000 })  // 1 minute

Use Cases

  1. Trading Dashboard — Quick sentiment check
  2. Blog/Newsletter — Embed in market updates
  3. Discord Server — Daily sentiment bot
  4. Portfolio App — Contextual indicator

Environment Variables

PRISM_URL=https://strykr-prism.up.railway.app

Built by @NextXFrontier

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

FiberAgent

Search 50,000+ merchants for products with cryptocurrency cashback, calculate effective prices, and provide affiliate links earning crypto rewards on Monad b...

Registry SourceRecently Updated
5190Profile unavailable
Web3

ClankerKit

Autonomous wallet operations for AI agents on Monad — swap, stake, deploy wallets, trade memecoins, and manage spending policies via natural language.

Registry SourceRecently Updated
5510Profile unavailable
Web3

Ship My Token

Launch Solana tokens on Pumpfun, create memecoins, mint crypto tokens, manage creator fee sharing, claim trading earnings, and track your portfolio. Deploy t...

Registry SourceRecently Updated
5190Profile unavailable
Web3

pocket-money

Give your AI agent crypto wallets on Base. Create purpose-specific wallets, ask your human to fund each one, check balances, and manage budgets. No accounts,...

Registry SourceRecently Updated
5840Profile unavailable