Vibe Check
Analyzes text to gauge sentiment and emotional tone – useful for understanding user reactions and feedback quickly.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add vibe-check npx -- -y @trustedskills/vibe-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"vibe-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/vibe-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The vibe-check skill allows AI agents to assess the emotional tone, social atmosphere, and general "feel" of a conversation or situation. It helps determine if interactions are positive, tense, or neutral before proceeding with further dialogue or actions.
When to use it
- Conflict Resolution: Evaluate the tension level in a customer support chat to decide whether to de-escalate or escalate to a human agent.
- Social Bot Interaction: Ensure a companion bot responds with appropriate empathy when a user expresses sadness or frustration.
- Meeting Analysis: Scan transcribed meeting notes to gauge team morale and identify potential friction points before drafting summaries.
- Content Moderation: Detect subtle toxicity or aggression in comments that might not trigger standard keyword filters.
Key capabilities
- Analyzes emotional tone and sentiment beyond simple positive/negative binary classifications.
- Assesses the social atmosphere and interpersonal dynamics within a text.
- Provides a "vibe score" or qualitative assessment of the current interaction state.
Example prompts
- "Run a vibe-check on this customer email to see if they are angry or just frustrated."
- "Analyze the chat history between User A and User B; what is the current social vibe?"
- "Before I send this draft message, do a vibe-check to ensure it sounds friendly and not robotic."
Tips & gotchas
- Context Matters: The skill relies heavily on surrounding text; isolated sentences may yield inaccurate emotional assessments.
- Nuance Detection: It is particularly useful for detecting sarcasm or passive-aggression that standard sentiment analysis often misses.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.