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.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin sentiment-analysis-toolPerforms NLP analysis on text: sentiment, keywords, NER, topic modeling using nlp-text-analyzer plugin. Activates for 'analyze', 'review', 'examine' requests on text, code, data.
Analyzes user feedback data from reviews, surveys, CSVs, or PDFs to identify segments, sentiment scores, JTBD, satisfaction insights, and improvement recommendations.
Classifies text using pre-trained models for spam detection, sentiment analysis, and emotion detection. Supports custom training and model management.