Social media monitoring and conversation analysis for PR intelligence
Monitors social media conversations and analyzes sentiment for PR intelligence across major platforms.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Social Listening skill provides comprehensive social media monitoring and conversation analysis capabilities for PR intelligence. This skill enables real-time awareness of brand conversations, crisis signal detection, and social sentiment tracking across all major platforms.
const socialListeningConfig = {
platforms: ['twitter', 'linkedin', 'reddit', 'facebook', 'instagram'],
monitoring: {
brandTerms: ['@CompanyHandle', '#CompanyHashtag', 'Company Name'],
products: ['Product1', 'Product2'],
executives: ['CEO Name', '@CEOHandle'],
competitors: ['@Competitor1', '@Competitor2'],
industry: ['#IndustryTerm', 'Industry Topic']
},
alerts: {
crisisKeywords: {
terms: ['lawsuit', 'scandal', 'breach', 'layoffs'],
threshold: 5,
window: '1h',
immediate: true
},
viralContent: {
engagementThreshold: 1000,
velocityThreshold: 100,
immediate: true
},
influencerMention: {
followerThreshold: 50000,
immediate: true
},
sentimentShift: {
changeThreshold: -20,
immediate: true
}
},
reporting: {
realtime: ['crisis-dashboard'],
daily: ['mention-summary', 'sentiment-report'],
weekly: ['influencer-report', 'trending-topics']
}
};
const conversationAnalysis = {
period: 'weekly',
summary: {
totalMentions: 3450,
uniqueAuthors: 2890,
engagements: 45000,
potentialReach: 12000000
},
platformBreakdown: {
twitter: { mentions: 1800, sentiment: 0.65 },
linkedin: { mentions: 450, sentiment: 0.78 },
reddit: { mentions: 200, sentiment: 0.45 },
instagram: { mentions: 700, sentiment: 0.72 },
facebook: { mentions: 300, sentiment: 0.58 }
},
topicsIdentified: [
{ topic: 'Product Launch', volume: 800, sentiment: 0.82 },
{ topic: 'Customer Service', volume: 450, sentiment: 0.35 },
{ topic: 'Industry News', volume: 320, sentiment: 0.60 }
],
influencerActivity: [
{ handle: '@TechInfluencer', followers: 250000, mentions: 3, sentiment: 'positive' },
{ handle: '@IndustryAnalyst', followers: 150000, mentions: 2, sentiment: 'neutral' }
]
};
This skill integrates with the following PR processes:
| Process | Integration Points |
|---|---|
| reputation-monitoring.js | Social channel tracking |
| reputation-risk-identification.js | Crisis signal detection |
| crisis-response-execution.js | Real-time monitoring |
| social-listening-pr.js | Full workflow support |
| Metric | Description | Target |
|---|---|---|
| Social Mentions | Total brand mentions | Growing trend |
| Social Sentiment | Average sentiment score | >65% positive |
| Response Time | Time to respond to issues | <1 hour |
| Influencer Engagement | Positive influencer mentions | Increasing |
| Crisis Detection | Time to detect issues | <15 minutes |
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 an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.