sentiment-analyzer

Analyze text sentiment with machine learning models and generate HTML reports.

145|28|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill sentiment-analyzer-guia-matthieu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentiment-analyzer
Source: https://github.com/guia-matthieu/clawfu-skills/tree/main/skills/analytics/sentiment-analyzer
Command: npx skills add https://github.com/guia-matthieu/clawfu-skills --skill sentiment-analyzer-guia-matthieu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires vaderSentiment, pandas, click, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the analysis of text sentiment, allowing you to quickly gauge customer feelings from reviews, feedback, and mentions without manual review.

Core Features & Use Cases

  • Sentiment Analysis: Utilizes ML models (VADER, Transformers) to classify text as positive, neutral, or negative.
  • Batch Processing: Analyzes sentiment across entire CSV files, ideal for large datasets of customer feedback.
  • Reporting: Generates HTML reports summarizing sentiment distribution and providing feedback examples.
  • Use Case: Process hundreds of NPS survey responses to identify key drivers of customer satisfaction and dissatisfaction.

Quick Start

Analyze the sentiment of the text "This product is amazing!" using the default VADER model.

Frequently Asked Questions about sentiment-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze customer sentiment from NPS feedback in a CSV file?

To analyze customer sentiment from NPS feedback, this Skill batch processes CSV files using VADER or Transformers models to classify text as positive, negative, or neutral, generating a summarized HTML report.

How does sentiment analysis with VADER work for text data?

Sentiment analysis with VADER processes text data by classifying customer reviews and mentions into positive, neutral, or negative categories, identifying patterns to create visualization templates for sentiment trends.

Can I use Transformers models for batch processing customer reviews?

Yes, you can use Transformers models for batch processing customer reviews, as the Skill utilizes these ML models alongside pandas to analyze large datasets and structure sentiment analysis frameworks.

What's the best way to generate sentiment analysis reports for customer feedback?

The best way to generate sentiment analysis reports is by batch processing text data with ML models, which produces an HTML report summarizing sentiment distribution and providing feedback examples.

Do I need pandas and click to run sentiment analysis on text data?

Yes, you need pandas and click to run sentiment analysis, as these dependencies structure the analysis frameworks and manage the batch processing of text data alongside vaderSentiment.