Sentinel Mood — 技能工具
v1.0.0Analyze the sentiment and emotional tone of text using NLTK and VADER. Use this to gauge user mood, detect urgency, or analyze content tone.
详细分析 ▾
运行时依赖
版本
Sentinel Mood v1.0.0 initial release: - Introduces sentiment and emotional tone analysis using NLTK's VADER. - Provides positive, negative, neutral, and compound sentiment scores for any input text. - Tailored for conversational or social media language and short-form content. - Simple usage: Input text, receive sentiment scores as JSON. - Requires Python 3, nltk library, and vader_lexicon.
安装命令 点击复制
技能文档
A lightweight sentiment analysis skill powered by NLTK's VADER (Valence Aware Dictionary and sEntiment Reasoner). It is specifically tuned for social media texts, conversational language, and short updates.
Capabilities
- Analyze Sentiment: Get positive, negative, neutral, and compound scores for any text.
- Detect Tone: (Implicit) Infer tone based on polarity scores.
Usage
User: "Analyze the sentiment of this message: 'I love how this project is turning out, great job!'" Agent: [Runs skill] -> Returns sentiment scores (e.g., compound: 0.8, pos: 0.6).
Technical Details
This skill uses a Python script (analyze.py) that imports nltk.sentiment.SentimentIntensityAnalyzer.
Dependencies
- Python 3
nltklibrary (pip install nltk)vader_lexicon(downloaded vianltk.downloader)
Implementation
The skill executes a python script that takes text as an argument and outputs JSON.
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制