# 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.

- Skill: `bighardperson/market-sentiment-pulse` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add bighardperson/market-sentiment-pulse`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bighardperson/market-sentiment-pulse/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bighardperson (https://skillmd.com/u/bighardperson)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/bighardperson/market-sentiment-pulse

---


# 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
\`\`\`

