Email marketing platform operations and deliverability management
Manages email campaigns, optimizes deliverability, and handles subscriber lists across marketing platforms.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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',
campaign: 'product-launch-feb-2026'
}
}
},
deliverability: {
warmup: false,
authentication: {
spf: 'configured',
dkim: 'configured',
dmarc: 'configured'
},
reputation: {
senderScore: 95,
domainReputation: 'good'
}
}
};
| 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% |
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.