Best use case
social-listening is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Brand monitoring, sentiment analysis, and social intelligence
Teams using social-listening should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/social-listening/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How social-listening Compares
| Feature / Agent | social-listening | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Brand monitoring, sentiment analysis, and social intelligence
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Social Listening Platform Skill
## Overview
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.
## Capabilities
### Brand Monitoring
- Brandwatch query building
- Sprinklr listening configuration
- Mention alert setup
- Real-time monitoring
- Crisis detection
### Sentiment Analysis
- Automated sentiment analysis
- Emotion detection
- Topic sentiment
- Trend sentiment tracking
- Comparative sentiment
### Intelligence
- Conversation clustering
- Trend detection
- Influencer identification
- Share of voice calculation
- Topic extraction
### Competitive Analysis
- Competitor social monitoring
- Competitive benchmarking
- Industry conversation tracking
- Campaign monitoring
- Market trend detection
## Usage
### Listening Configuration
```javascript
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
| Process | Integration Points |
|---------|-------------------|
| voice-of-customer-program.js | VoC insights |
| competitive-analysis-research.js | Competitive social |
| brand-health-assessment.js | Brand sentiment |
## Best Practices
1. **Comprehensive Coverage**: Monitor all relevant platforms
2. **Smart Alerts**: Configure meaningful alert thresholds
3. **Context Matters**: Understand context before acting
4. **Competitor Inclusion**: Always track competitors
5. **Actionable Insights**: Turn data into decisions
## Metrics and KPIs
| 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 |
## Related Skills
- SK-009: Social Media Management (engagement)
- SK-002: Competitive Intelligence (competitive)
- SK-004: Brand Tracking (brand health)Related Skills
social-listening-pr
Social media monitoring and conversation analysis for PR intelligence
social-media-management
Cross-platform social media operations and analytics
process-builder
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
babysitter
Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
yolo
Run Babysitter autonomously with minimal manual interruption.
user-install
Install the user-level Babysitter Codex setup.
team-install
Install the team-pinned Babysitter Codex workspace setup.
retrospect
Summarize or retrospect on a completed Babysitter run.
resume
Resume an existing Babysitter run from Codex.
project-install
Install the Babysitter Codex workspace integration into the current project.
plan
Plan a Babysitter workflow without executing the run.
observe
Observe, inspect, or monitor a Babysitter run.