google/sentiment-analysis
Extracts the true audience mood and key feedback by analyzing comment sentiment and keyword frequency.
npx skills add https://github.com/google/adk-samples --skill sentiment-analysis
Objective: Understand the true audience reaction to a video, product, or creator by analyzing comment sentiment.
Execution Steps:
get_video_comments to pull the top 20-50 comments for the target video.analyze_sentiment_heuristic to gauge the overall mood (Positive/Neutral/Negative).Next Actions: Ask the user if they would like to visualize this sentiment data or publish it as a report.
Take google/sentiment-analysis from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.