jeremylongshore

sentiment-analysis-tool

@jeremylongshore/sentiment-analysis-tool
jeremylongshore
1,004
122 forks
Updated 1/18/2026
View on GitHub

analyzing-text-sentiment: This skill enables Claude to analyze the sentiment of text data. It identifies the emotional tone expressed in text, classifying it as positive, negative, or neutral. Use this skill when a user requests sentiment analysis, opinion mining, or emotion detection on any text, such as customer reviews, social media posts, or survey responses. Trigger words include "sentiment analysis", "analyze sentiment", "opinion mining", "emotion detection", and "polarity".

Installation

$skills install @jeremylongshore/sentiment-analysis-tool
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/skills-batch-20251204-000554/plugins/ai-ml/sentiment-analysis-tool/skills/sentiment-analysis-tool/SKILL.md
Branchmain
Scoped Name@jeremylongshore/sentiment-analysis-tool

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: analyzing-text-sentiment description: | This skill enables Claude to analyze the sentiment of text data. It identifies the emotional tone expressed in text, classifying it as positive, negative, or neutral. Use this skill when a user requests sentiment analysis, opinion mining, or emotion detection on any text, such as customer reviews, social media posts, or survey responses. Trigger words include "sentiment analysis", "analyze sentiment", "opinion mining", "emotion detection", and "polarity". allowed-tools: Read, Write, Bash, Grep version: 1.0.0

Overview

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.

How It Works

  1. Text Input: The skill receives text data as input from the user.
  2. Sentiment Analysis: The skill processes the text using a pre-trained sentiment analysis model to determine the sentiment polarity (positive, negative, or neutral).
  3. Result Output: The skill provides a sentiment score and classification, indicating the overall sentiment expressed in the text.

When to Use This Skill

This skill activates when you need to:

  • Determine the overall sentiment of customer reviews.
  • Analyze the emotional tone of social media posts.
  • Gauge public opinion on a particular topic.
  • Identify positive and negative feedback in survey responses.

Examples

Example 1: Analyzing Customer Reviews

User request: "Analyze the sentiment of these customer reviews: 'The product is amazing!', 'The service was terrible.', 'It was okay.'"

The skill will:

  1. Process the provided customer reviews.
  2. Classify each review as positive, negative, or neutral and provide sentiment scores.

Example 2: Monitoring Social Media Sentiment

User request: "Perform sentiment analysis on the following tweet: 'I love this new feature!'"

The skill will:

  1. Analyze the provided tweet.
  2. Identify the sentiment as positive and provide a corresponding sentiment score.

Best Practices

  • Data Quality: Ensure the input text is clear and free from ambiguous language for accurate sentiment analysis.
  • Context Awareness: Consider the context of the text when interpreting sentiment scores, as sarcasm or irony can affect results.
  • Model Selection: Use appropriate sentiment analysis models based on the type of text being analyzed (e.g., social media, customer reviews).

Integration

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).

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.