用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/a5c-ai/babysitter --skill internal-comms-platform命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | internal-comms-platform |
| description | Employee communications platform integration and analytics |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"public-relations","domain":"business","category":"Internal Communications","skill-id":"SK-007","dependencies":["Staffbase API","Microsoft Graph API","Slack API"]} |
| graph | {"domains":["domain:public-relations"],"skillAreas":["skill-area:content-strategy","skill-area:change-management","skill-area:community-management"],"roles":["role:content-strategist","role:marketing-manager","role:hr-manager"]} |
The Internal Communications Platform skill provides employee communications platform integration and analytics capabilities. This skill enables multi-channel employee communications, engagement tracking, and internal communications optimization.
const internalChannelConfig = {
channels: {
intranet: {
platform: 'Staffbase',
purpose: 'Official news and resources',
governance: 'comms-owned',
frequency: 'daily'
},
teams: {
platform: 'Microsoft Teams',
purpose: 'Real-time collaboration and alerts',
governance: 'distributed',
frequency: 'real-time'
},
email: {
platform: 'Poppulo',
purpose: 'Important announcements and newsletters',
governance: 'comms-approved',
frequency: 'weekly-newsletter'
},
video: {
platform: 'Stream',
purpose: 'Town halls and leadership messages',
governance: 'comms-produced',
frequency: 'monthly'
}
},
contentTypes: {
companyNews: { channels: ['intranet', 'email'], approval: 'required' },
executiveMessages: { channels: ['intranet', 'email', 'video'], : },
: { : [, ], : },
: { : [], : }
},
: {
: [, , , ],
: ,
:
}
};
const communicationCampaign = {
campaign: 'Annual Benefits Enrollment 2026',
objectives: [
'Ensure all employees aware of enrollment period',
'Drive completion of enrollment by deadline',
'Reduce HR inquiries through clear information'
],
audiences: {
allEmployees: { count: 5000 },
newHires: { count: 450, specialContent: true },
managers: { count: 500, toolkitRequired: true }
},
channels: [
{ channel: 'email', content: 'enrollment-announcement', day: 1 },
{ channel: 'intranet', content: 'benefits-hub-launch', day: 1 },
{ channel: 'teams', content: 'reminder-post', day: 7 },
{ channel: 'email', content: 'deadline-reminder', day: 14 },
{ channel: 'video', content: 'benefits-overview-webinar', day: 5 }
],
: {
: ,
: ,
: ,
: ,
:
}
};
This skill integrates with the following PR processes:
| Process | Integration Points |
|---|---|
| internal-communications-strategy.js | Strategy execution |
| change-management-communications.js | Change communications |
| town-hall-event-planning.js | Event support |
| employee-advocacy-program.js | Content distribution |
| Metric | Description | Target |
|---|---|---|
| Email Open Rate | Internal email opens | >70% |
| Intranet Engagement | Active users monthly | >60% |
| Content Readership | Articles read to completion | >40% |
| Channel Awareness | Employee awareness of channels | >90% |
| Satisfaction | Internal comms satisfaction | >75% |