Skills news-sentiment
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/alexbrc20/news-sentiment" ~/.claude/skills/clawdbot-skills-news-sentiment && rm -rf "$T"
manifest:
skills/alexbrc20/news-sentiment/SKILL.mdsource content
📰 News Sentiment Analyzer - 新闻情绪分析
Analyze crypto news and social media sentiment for trading signals.
Features
- 📊 Sentiment scoring (bullish/bearish/neutral)
- 🔍 Multi-source analysis (Twitter, news, Reddit)
- 📈 Trading signal generation
- 🎯 Coin-specific sentiment
- ⚡ Real-time updates
Usage
# Analyze sentiment for a coin /news-sentiment analyze BTC # Get market sentiment /news-sentiment market # Set alerts /news-sentiment alert --threshold 0.7
Sentiment Scale
- 0.7 - 1.0: Very Bullish 🚀
- 0.3 - 0.7: Neutral ➡️
- 0.0 - 0.3: Very Bearish 📉
API Sources
- Twitter API (6551.io)
- News APIs
- LLM analysis (Dashscope)