Fear and Greed Index
PassAudited by ClawScan on May 1, 2026.
Overview
This is a simple instruction-only skill that fetches a public crypto sentiment index from Alternative.me without credentials or local code.
This skill appears low risk. It provides instructions for fetching a public crypto Fear & Greed Index value and does not request credentials, install code, or persist data.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may contact Alternative.me to retrieve the current crypto sentiment score.
The skill directs use of curl to call an external public API. This is a network/tool action, but it is clearly disclosed, narrow, unauthenticated, and central to the skill's market-sentiment purpose.
curl -s "https://api.alternative.me/fng/?limit=1"
Install if you are comfortable with the agent making this public API request for sentiment analysis.
