plugins marketplace
← All plugins

sentiment-analysis-tool

v1.22.0

Sentiment analysis on text data

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/sentiment-analysis-tool/ inside the repository.

Layout

plugins/ai-ml/sentiment-analysis-tool/
├── .claude-plugin/plugin.json
└── skills/analyzing-text-sentiment/SKILL.md

Skills1

analyzing-text-sentimentskills/analyzing-text-sentiment/SKILL.md

Execute this skill enables AI assistant 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 emoti... Use when analyzing code or data. Trigger with phrases like 'analyze', 'review', or 'examine'.

Manifests1

plugins/ai-ml/sentiment-analysis-tool/.claude-plugin/plugin.json
{
  "name": "sentiment-analysis-tool",
  "version": "1.22.0",
  "description": "Sentiment analysis on text data",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "sentiment",
    "opinion",
    "emotion",
    "polarity",
    "agent-skills"
  ]
}