← 返回 Skills 市场
arielcaba-dev

Fear and Greed Index

作者 AC Crypto · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
642
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install fear-and-greed-index
功能描述
Access the Alternative.me Crypto Fear & Greed Index. Use this tool to anchor your baseline market sentiment analysis, determining whether the broader retail...
使用说明 (SKILL.md)

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 \x3C 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.
安全使用建议
This skill is low-risk: it only queries a public API and does not ask for secrets or install software. Before installing, confirm you trust the skill owner (source metadata is unknown) and that your agent environment permits outbound network calls to that API. Also consider rate limits and caching so repeated automated calls don't hit the public endpoint excessively. If you require stricter controls, restrict the agent's network access or run the query manually.
功能分析
Type: OpenClaw Skill Name: fear-and-greed-index Version: 1.0.0 The skill bundle is designed to fetch the Crypto Fear & Greed Index from `https://api.alternative.me/fng/` using a standard `curl` command, as described in `SKILL.md`. There is no evidence of malicious intent, data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts against the agent. The instructions in `SKILL.md` are purely descriptive and guide the agent on how to interpret and use the fetched public data, aligning perfectly with the stated purpose.
能力评估
Purpose & Capability
The name/description (fetching the Fear & Greed Index) matches the instructions, which simply call the public Alternative.me API. No unrelated capabilities or requirements are declared.
Instruction Scope
SKILL.md instructs a single network fetch (curl to https://api.alternative.me/fng/?limit=1) and explains how to interpret the returned JSON. It does not direct reading local files, accessing environment variables, or transmitting user data to other endpoints.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. This is proportional to the stated purpose (public API access requires no auth).
Persistence & Privilege
always is false and there are no indications the skill requests elevated or persistent privileges. Autonomous invocation of the skill is allowed by default, which is expected for skills of this type.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fear-and-greed-index
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fear-and-greed-index 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the fear-and-greed skill. - Allows easy access to the Alternative.me Crypto Fear & Greed Index. - Provides up-to-date sentiment metrics (score and classification) via a public API. - Designed to help anchor baseline retail market sentiment in broader analysis. - No authentication or API keys required.
元数据
Slug fear-and-greed-index
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Fear and Greed Index 是什么?

Access the Alternative.me Crypto Fear & Greed Index. Use this tool to anchor your baseline market sentiment analysis, determining whether the broader retail... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 642 次。

如何安装 Fear and Greed Index?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install fear-and-greed-index」即可一键安装,无需额外配置。

Fear and Greed Index 是免费的吗?

是的,Fear and Greed Index 完全免费(开源免费),可自由下载、安装和使用。

Fear and Greed Index 支持哪些平台?

Fear and Greed Index 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Fear and Greed Index?

由 AC Crypto(@arielcaba-dev)开发并维护,当前版本 v1.0.0。

💬 留言讨论