# Sentiment Analysis

> Extracts the true audience mood and key feedback by analyzing comment sentiment and keyword frequency.

- Skill: `thedixitjain/sentiment-analysis` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/sentiment-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/sentiment-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/sentiment-analysis

---



### Skill: Sentiment Analysis Workflow

**Objective**: Understand the true audience reaction to a video, product, or creator by analyzing comment sentiment.

**Execution Steps**:
1.  **Fetch Comments**: Use `get_video_comments` to pull the top 20-50 comments for the target video.
2.  **Analyze**: 
    - Use your own semantic understanding combined with `analyze_sentiment_heuristic` to gauge the overall mood (Positive/Neutral/Negative).
    - Extract the most frequently mentioned keywords, complaints, or praises.
3.  **Synthesize**: Do not just list the comments. Write a cohesive executive summary of *what the audience actually cares about*. 

**Next Actions**: Ask the user if they would like to visualize this sentiment data or publish it as a report.

---

**Source:** [`google/adk-samples`](https://github.com/google/adk-samples) → `python/agents/youtube-analyst/youtube_analyst/skills/sentiment-analysis/SKILL.md`

