โ† All skills
Tencent SkillHub ยท AI

Fear Greed

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/fear-greed.sh, skill.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 16 sections Open source page

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

EndpointDescriptionSpeedGET /market/fear-greedCurrent index229ms

Index Values

RangeLabelMeaning0-25Extreme FearBuy opportunity?26-45FearCaution46-55NeutralWait and see56-75GreedTake profits?76-100Extreme GreedPossible top

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" }

1. Gauge (Circle)

โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ โ•ฑ 72 โ•ฒ โ”‚ GREED โ”‚ โ•ฒ โ•ฑ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

2. Bar (Horizontal)

Fear & Greed: 72 (Greed) โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘

3. Badge (Compact)

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ FG: 72 โ”‚ โ”‚ ๐Ÿ˜€ โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

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

ThemeBackgroundTextdark#0D0D0D#F5F3EFlight#FFFFFF#1A1A1Atransparentnoneauto

Auto-Refresh

Widget auto-refreshes every 5 minutes by default. // Custom refresh interval (in milliseconds) FearGreedGauge({ refreshInterval: 60000 }) // 1 minute

Use Cases

Trading Dashboard โ€” Quick sentiment check Blog/Newsletter โ€” Embed in market updates Discord Server โ€” Daily sentiment bot Portfolio App โ€” Contextual indicator

Environment Variables

PRISM_URL=https://strykr-prism.up.railway.app Built by @NextXFrontier

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • scripts/fear-greed.sh Scripts
  • skill.json Config