🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Beta Sentiment Analyzer

by @1477009639zw-blip

Analyzes sentiment from social media, news headlines, and financial text. Outputs positive/negative/neutral scores with confidence levels and key phrase extr...

Versionv1.0.0
Downloads716
TERMINAL
clawhub install betasentiment

πŸ“– About This Skill


name: sentiment-analyzer description: Analyzes sentiment from social media, news headlines, and financial text. Outputs positive/negative/neutral scores with confidence levels and key phrase extraction. metadata: openclaw: emoji: "πŸ’¬" requires: bins: [python3] always: false

Sentiment Analyzer

AI-powered sentiment analysis for financial text, social media, and news.

Usage

python3 analyze.py --text "Bitcoin to the moon! Best investment ever!"
python3 analyze.py --file headlines.csv

Output Example

πŸ” SENTIMENT ANALYSIS
━━━━━━━━━━━━━━━━━━━━━
Text: "Bitcoin to the moon!"
Score: 0.82 / 1.0
Verdict: BULLISH πŸ‚
Confidence: 91%

Key phrases:

  • "to the moon" β†’ extremely bullish signal
  • "best investment" β†’ high conviction positive
  • πŸ’‘ Examples

    python3 analyze.py --text "Bitcoin to the moon! Best investment ever!"
    python3 analyze.py --file headlines.csv