用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/a5c-ai/babysitter --skill social-listening-pr命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | social-listening-pr |
| description | Social media monitoring and conversation analysis for PR intelligence |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"public-relations","domain":"business","category":"Reputation Monitoring","skill-id":"SK-002","dependencies":["Sprinklr API","Talkwalker API","Native social APIs"]} |
| graph | {"domains":["domain:public-relations"],"skillAreas":["skill-area:digital-marketing-analytics","skill-area:community-management","skill-area:brand-positioning"],"roles":["role:marketing-strategist","role:content-strategist","role:data-analyst"]} |
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: -,
:
}
},
: {
: [],
: [, ],
: [, ]
}
};
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, : }
],
: [
{ : , : , : , : },
{ : , : , : , : }
]
};
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 |