ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

sentiment-analyzer

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1477009639zw-blip/betasentiment
Or

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

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1477009639zw-blip-betasentiment": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.