HomeBrowseUpload
← Back to registry
// Skill profile

Sentiment Analyzer

name: sentiment-analyzer

by 1477009639zw-blip · published 2026-04-01

数据处理
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:1477009639zw-blip/1477009639zw-blip-betasentiment
View on GitHub
// Full documentation

---

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
// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band