Brand monitoring, sentiment analysis, and social intelligence
Monitors brand mentions across social platforms and analyzes sentiment trends for actionable insights.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Social Listening Platform skill provides brand monitoring, sentiment analysis, and social intelligence capabilities. This skill enables comprehensive social conversation monitoring, trend detection, and competitive social analysis.
const listeningConfig = {
platform: 'Brandwatch',
queries: {
brand: {
terms: ['Company Name', '@CompanyHandle', '#CompanyHashtag'],
excludes: ['job posting', 'stock price'],
languages: ['en', 'es', 'fr']
},
products: {
terms: ['Product Name', 'product feature'],
context: 'product-discussion'
},
competitors: {
terms: ['Competitor A', 'Competitor B'],
purpose: 'competitive-intelligence'
},
industry: {
terms: ['industry keyword', 'market trend'],
purpose: 'trend-detection'
}
},
alerts: {
volumeSpike: { threshold: '200%', action: 'immediate-alert' },
negativeSentiment: { threshold: '-30%', action: 'escalate' },
influencerMention: { followerMin: 50000, action: 'alert-team' },
crisisKeywords: { terms: ['lawsuit', 'recall', 'scandal'], action: 'crisis-protocol' }
},
reporting: {
realtime: 'dashboard',
daily: 'summary-email',
weekly: 'comprehensive-report',
monthly: 'executive-insights'
}
};
| Process | Integration Points |
|---|---|
| voice-of-customer-program.js | VoC insights |
| competitive-analysis-research.js | Competitive social |
| brand-health-assessment.js | Brand sentiment |
| Metric | Description | Target |
|---|---|---|
| Brand Sentiment | Overall sentiment score | >70% positive |
| Share of Voice | Social conversation share | Growing |
| Alert Response | Time to respond to alerts | <30 min |
| Insight Utilization | Insights acted upon | High |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.