Skills market-sentiment-pulse

Aggregates and analyzes market sentiment for specific crypto or stock tickers by scanning news and social signals. Useful for quick vibe checks before trading.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/balkanblbn/market-sentiment-pulse" ~/.claude/skills/clawdbot-skills-market-sentiment-pulse && rm -rf "$T"
manifest: skills/balkanblbn/market-sentiment-pulse/SKILL.md
source content

Market Sentiment Pulse

Get the emotional state of the market before you execute a trade.

Core Workflow

  1. Scan: Fetch recent news and social posts for a $TICKER.
  2. Analyze: Use natural language processing (or agentic reasoning) to score sentiment from -1 (Extremely Fearful) to +1 (Extremely Greedy).
  3. Report: Summarize the current "Pulse" and key narrative drivers.

Usage

Trigger this when starting a trade analysis session or reviewing a portfolio.

Installation

```bash clawhub install market-sentiment-pulse ```