π¦ 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...
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