Deep integration with media monitoring platforms for coverage tracking, sentiment analysis, and reporting
Monitors media coverage across platforms, analyzes sentiment, and generates comprehensive PR reports.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Media Monitoring skill provides deep integration with media monitoring platforms for comprehensive coverage tracking, sentiment analysis, and PR measurement reporting. This skill enables real-time awareness of media mentions and brand coverage across all channels.
const mediaMonitorConfig = {
client: 'Cision',
profile: {
brandTerms: ['Company Name', 'CEO Name', 'Product Names'],
competitors: ['Competitor A', 'Competitor B'],
industryTopics: ['Industry Term 1', 'Industry Term 2']
},
sources: {
tiers: {
tier1: ['WSJ', 'NYT', 'Bloomberg', 'Reuters'],
tier2: ['Industry Pub 1', 'Industry Pub 2'],
tier3: ['Regional', 'Trade']
},
types: ['print', 'online', 'broadcast', 'podcast']
},
alerts: {
tier1Coverage: { immediate: true, recipients: ['comms-team@company.com'] },
negativeSentiment: { threshold: -0.5, immediate: true },
volumeSpike: { multiplier: 2, immediate: true }
},
reports: {
daily: ['coverage-summary'],
weekly: ['share-of-voice', 'sentiment-trends'],
monthly: ['comprehensive-analysis']
}
};
const coverageAnalysis = {
period: 'monthly',
metrics: {
totalMentions: 245,
uniqueOutlets: 87,
estimatedReach: 45000000,
shareOfVoice: {
'Company': 35,
'Competitor A': 28,
'Competitor B': 22,
'Other': 15
},
sentimentBreakdown: {
positive: 45,
neutral: 48,
negative: 7
},
topOutlets: [
{ name: 'TechCrunch', mentions: 8, sentiment: 'positive' },
{ name: 'WSJ', mentions: 5, sentiment: 'neutral' }
],
messagePullThrough: {
'Key Message 1': 68,
'Key Message 2': 45,
'Key Message 3': 32
}
}
};
This skill integrates with the following PR processes:
| Process | Integration Points |
|---|---|
| reputation-monitoring.js | Real-time coverage tracking |
| reputation-risk-identification.js | Early warning detection |
| media-coverage-analysis.js | Coverage measurement |
| pr-measurement-framework.js | Metrics and reporting |
| Metric | Description | Target |
|---|---|---|
| Coverage Volume | Total media mentions | Trending upward |
| Share of Voice | % of industry coverage | Leading position |
| Sentiment Score | Average sentiment rating | >70% positive/neutral |
| Message Pull-Through | Key messages appearing | >50% of coverage |
| Tier 1 Coverage | Top-tier outlet mentions | Consistent presence |
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.