Analyzes text sentiment, classifying as positive, negative, or neutral with confidence scores for reviews, social media, and surveys.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sentiment-analysis-tool:analyzing-text-sentimentThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Classify text sentiment as positive, negative, or neutral with confidence scores for customer reviews, social media posts, and survey responses.
Classify text sentiment as positive, negative, or neutral with confidence scores for customer reviews, social media posts, and survey responses.
This skill empowers Claude to perform sentiment analysis on text, providing insights into the emotional content and polarity of the provided data. By leveraging AI/ML techniques, it helps understand public opinion, customer feedback, and overall emotional tone in written communication.
This skill activates when you need to:
User request: "Analyze the sentiment of these customer reviews: 'The product is amazing!', 'The service was terrible.', 'It was okay.'"
The skill will:
User request: "Perform sentiment analysis on the following tweet: 'I love this new feature!'"
The skill will:
This skill can be integrated with other Claude Code plugins to automate workflows, such as summarizing feedback alongside sentiment scores or triggering actions based on sentiment polarity (e.g., escalating negative feedback).
The skill produces structured output relevant to the task.
5plugins reuse this skill
First indexed Jul 10, 2026
npx claudepluginhub fleet-to-force/claude-code-plugins-plus --plugin sentiment-analysis-toolAnalyzes text sentiment (positive, negative, neutral) with confidence scores for customer reviews, social media posts, and survey responses.
Classify text sentiment using NLP techniques, lexicon-based analysis, and machine learning for opinion mining, brand monitoring, and customer feedback analysis.
Performs NLP text analysis including sentiment analysis, keyword extraction, named entity recognition, and topic modeling using the nlp-text-analyzer plugin.