Skip to main content
Generaldvcrn

news-sentiment

Analyze crypto news sentiment (bullish/bearish).\n Scan Twitter, news sites, and social media.\n Get sentiment scores and trading signals.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--news-sentiment
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/alexbrc20--news-sentiment/skills/news-sentiment/SKILL.md -o .claude/skills/news-sentiment.md

Drops the SKILL.md into .claude/skills/news-sentiment.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

📰 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)