{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fear-greed",
    "name": "Fear Greed",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/NextFrontierBuilds/fear-greed",
    "canonicalUrl": "https://clawhub.ai/NextFrontierBuilds/fear-greed",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/fear-greed",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fear-greed",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/fear-greed.sh",
      "skill.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/fear-greed"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/fear-greed",
    "agentPageUrl": "https://openagent3.xyz/skills/fear-greed/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fear-greed/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fear-greed/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Crypto Sentiment Widget",
        "body": "Market mood at a glance. Embeddable Fear & Greed Index for crypto dashboards and trading apps.\n\nDrop-in React and HTML components. Real-time updates. No API key required. Powered by Strykr PRISM."
      },
      {
        "title": "Quick Usage",
        "body": "# Get current Fear & Greed value\n./fear-greed.sh\n\n# Get JSON output\n./fear-greed.sh --json\n\n# Get historical data\n./fear-greed.sh --history"
      },
      {
        "title": "PRISM Endpoint",
        "body": "EndpointDescriptionSpeedGET /market/fear-greedCurrent index229ms"
      },
      {
        "title": "Index Values",
        "body": "RangeLabelMeaning0-25Extreme FearBuy opportunity?26-45FearCaution46-55NeutralWait and see56-75GreedTake profits?76-100Extreme GreedPossible top"
      },
      {
        "title": "Terminal (Default)",
        "body": "📊 Crypto Fear & Greed Index\n\n   ┌─────────────────────┐\n   │                     │\n   │         72          │\n   │       GREED         │\n   │                     │\n   │  ████████████████░░ │\n   │                     │\n   └─────────────────────┘\n\n   Last updated: 2026-01-28 13:15 UTC"
      },
      {
        "title": "JSON",
        "body": "{\n  \"value\": 72,\n  \"label\": \"Greed\",\n  \"timestamp\": \"2026-01-28T13:15:00Z\"\n}"
      },
      {
        "title": "1. Gauge (Circle)",
        "body": "╭───────╮\n   ╱    72   ╲\n  │   GREED   │\n   ╲         ╱\n    ╰───────╯"
      },
      {
        "title": "2. Bar (Horizontal)",
        "body": "Fear & Greed: 72 (Greed)\n████████████████░░░░░░░░░░"
      },
      {
        "title": "3. Badge (Compact)",
        "body": "┌────────┐\n│ FG: 72 │\n│   😀   │\n└────────┘"
      },
      {
        "title": "React Component",
        "body": "import { FearGreedGauge } from '@strykr/fear-greed-widget';\n\nfunction Dashboard() {\n  return (\n    <FearGreedGauge \n      theme=\"dark\"\n      size=\"md\"\n      variant=\"gauge\"\n      refreshInterval={300000}  // 5 minutes\n    />\n  );\n}"
      },
      {
        "title": "HTML Embed",
        "body": "<div id=\"fear-greed-widget\"></div>\n<script src=\"https://cdn.strykr.com/fear-greed.js\"></script>\n<script>\n  StrykrWidget.FearGreed({\n    element: '#fear-greed-widget',\n    theme: 'dark',\n    variant: 'gauge'\n  });\n</script>"
      },
      {
        "title": "iframe",
        "body": "<iframe \n  src=\"https://widgets.strykr.com/fear-greed?theme=dark&variant=gauge\"\n  width=\"200\" \n  height=\"200\"\n  frameborder=\"0\"\n></iframe>"
      },
      {
        "title": "Themes",
        "body": "ThemeBackgroundTextdark#0D0D0D#F5F3EFlight#FFFFFF#1A1A1Atransparentnoneauto"
      },
      {
        "title": "Auto-Refresh",
        "body": "Widget auto-refreshes every 5 minutes by default.\n\n// Custom refresh interval (in milliseconds)\nFearGreedGauge({ refreshInterval: 60000 })  // 1 minute"
      },
      {
        "title": "Use Cases",
        "body": "Trading Dashboard — Quick sentiment check\nBlog/Newsletter — Embed in market updates\nDiscord Server — Daily sentiment bot\nPortfolio App — Contextual indicator"
      },
      {
        "title": "Environment Variables",
        "body": "PRISM_URL=https://strykr-prism.up.railway.app\n\nBuilt by @NextXFrontier"
      }
    ],
    "body": "Crypto Sentiment Widget\n\nMarket mood at a glance. Embeddable Fear & Greed Index for crypto dashboards and trading apps.\n\nDrop-in React and HTML components. Real-time updates. No API key required. Powered by Strykr PRISM.\n\nQuick Usage\n# Get current Fear & Greed value\n./fear-greed.sh\n\n# Get JSON output\n./fear-greed.sh --json\n\n# Get historical data\n./fear-greed.sh --history\n\nPRISM Endpoint\nEndpoint\tDescription\tSpeed\nGET /market/fear-greed\tCurrent index\t229ms\nIndex Values\nRange\tLabel\tMeaning\n0-25\tExtreme Fear\tBuy opportunity?\n26-45\tFear\tCaution\n46-55\tNeutral\tWait and see\n56-75\tGreed\tTake profits?\n76-100\tExtreme Greed\tPossible top\nOutput Formats\nTerminal (Default)\n📊 Crypto Fear & Greed Index\n\n   ┌─────────────────────┐\n   │                     │\n   │         72          │\n   │       GREED         │\n   │                     │\n   │  ████████████████░░ │\n   │                     │\n   └─────────────────────┘\n\n   Last updated: 2026-01-28 13:15 UTC\n\nJSON\n{\n  \"value\": 72,\n  \"label\": \"Greed\",\n  \"timestamp\": \"2026-01-28T13:15:00Z\"\n}\n\nWidget Variants\n1. Gauge (Circle)\n    ╭───────╮\n   ╱    72   ╲\n  │   GREED   │\n   ╲         ╱\n    ╰───────╯\n\n2. Bar (Horizontal)\nFear & Greed: 72 (Greed)\n████████████████░░░░░░░░░░\n\n3. Badge (Compact)\n┌────────┐\n│ FG: 72 │\n│   😀   │\n└────────┘\n\nEmbed Options\nReact Component\nimport { FearGreedGauge } from '@strykr/fear-greed-widget';\n\nfunction Dashboard() {\n  return (\n    <FearGreedGauge \n      theme=\"dark\"\n      size=\"md\"\n      variant=\"gauge\"\n      refreshInterval={300000}  // 5 minutes\n    />\n  );\n}\n\nHTML Embed\n<div id=\"fear-greed-widget\"></div>\n<script src=\"https://cdn.strykr.com/fear-greed.js\"></script>\n<script>\n  StrykrWidget.FearGreed({\n    element: '#fear-greed-widget',\n    theme: 'dark',\n    variant: 'gauge'\n  });\n</script>\n\niframe\n<iframe \n  src=\"https://widgets.strykr.com/fear-greed?theme=dark&variant=gauge\"\n  width=\"200\" \n  height=\"200\"\n  frameborder=\"0\"\n></iframe>\n\nThemes\nTheme\tBackground\tText\ndark\t#0D0D0D\t#F5F3EF\nlight\t#FFFFFF\t#1A1A1A\ntransparent\tnone\tauto\nAuto-Refresh\n\nWidget auto-refreshes every 5 minutes by default.\n\n// Custom refresh interval (in milliseconds)\nFearGreedGauge({ refreshInterval: 60000 })  // 1 minute\n\nUse Cases\nTrading Dashboard — Quick sentiment check\nBlog/Newsletter — Embed in market updates\nDiscord Server — Daily sentiment bot\nPortfolio App — Contextual indicator\nEnvironment Variables\nPRISM_URL=https://strykr-prism.up.railway.app\n\n\nBuilt by @NextXFrontier"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/NextFrontierBuilds/fear-greed",
    "publisherUrl": "https://clawhub.ai/NextFrontierBuilds/fear-greed",
    "owner": "NextFrontierBuilds",
    "version": "1.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fear-greed",
    "downloadUrl": "https://openagent3.xyz/downloads/fear-greed",
    "agentUrl": "https://openagent3.xyz/skills/fear-greed/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fear-greed/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fear-greed/agent.md"
  }
}