用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/a5c-ai/babysitter --skill email-marketing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | email-marketing |
| description | Email marketing platform operations and deliverability management |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"marketing","domain":"business","category":"Digital Marketing","skill-id":"SK-013","dependencies":["Mailchimp API","Klaviyo API","SendGrid API"]} |
| graph | {"domains":["domain:marketing"],"skillAreas":["skill-area:brand-strategy","skill-area:brand-positioning","skill-area:content-marketing"],"workflows":["workflow:brand-campaign-launch"],"roles":["role:marketing-manager","role:marketing-strategist","role:brand-manager"]} |
The Email Marketing Platform skill provides email marketing platform operations and deliverability management capabilities. This skill enables effective email campaign management, list management, and deliverability optimization.
const emailCampaign = {
platform: 'Klaviyo',
campaign: {
name: 'Product Launch - February 2026',
type: 'promotional',
audience: {
list: 'engaged-subscribers',
segment: 'opened-in-90-days',
excludes: ['unsubscribed', 'hard-bounced']
},
content: {
template: 'product-launch-v2',
subject: {
variants: [
'Introducing Our Newest Innovation',
'You\'re Going to Love This'
],
testing: 'ab-test'
},
preheader: 'Be the first to experience our latest product',
personalization: ['first_name', 'product_interest']
},
scheduling: {
sendTime: 'optimal-time',
timezone: 'recipient',
throttle: false
},
tracking: {
opens: true,
clicks: true,
conversions: true,
utm: {
source: 'email',
medium: 'promotional',
:
}
}
},
: {
: ,
: {
: ,
: ,
:
},
: {
: ,
:
}
}
};
| Process | Integration Points |
|---|---|
| email-marketing-automation.js | Full workflow |
| campaign-creative-development.js | Email creative |
| ab-testing-program.js | Email testing |
| Metric | Description | Target |
|---|---|---|
| Deliverability | Inbox placement rate | >95% |
| Open Rate | Email opens | >20% |
| Click Rate | Email clicks | >3% |
| Unsubscribe Rate | Unsubscribes | <0.5% |