AI content generation for emails, social posts, ads, landing pages.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill marketing-drafter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Marketing Drafter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-marketing-drafter)More formats (shields.io, HTML) on the badges page.
---
name: Marketing Drafter
description: AI content generation for emails, social posts, ads, landing pages.
Brand voice consistency, A/B testing, batch generation.
---
# Marketing Drafter
**Version:** 1.0.0
**Author:** Midas Skills
**License:** MIT
## Description
AI content generation for emails, social posts, ads, landing pages. Brand voice consistency, A/B testing, batch generation.
## Value Proposition
AI-powered content generation for social posts, emails, ads, landing pages. One-shot prompts, batch generation, brand voice consistency.
## Category
marketing-automation
## Tags
content-generation, ai-copy, email, social-media, ads
## Skill Type
marketing
## Pricing
- **Free:** $0
- **Pro:** $39.99
## Key Features
- ✅ Multi-channel content generation
- ✅ Brand voice consistency
- ✅ A/B testing variants
- ✅ Batch processing
- ✅ Template-based generation
- ✅ Image caption generation
- ✅ SEO-optimized copy
- ✅ Tone customization
- ✅ Plagiarism-free guarantee
- ✅ Performance scoring (predicted CTR)
## Use Cases
- Generate email campaign sequences
- Social media post drafts (Twitter, LinkedIn, Instagram)
- Ad copy (Google, Facebook, TikTok)
- Landing page headlines & CTAs
- Email subject lines (high CTR variants)
- Blog post outlines & drafts
- Product descriptions
- Sales pitch variations
## Installation
```bash
npm install marketing-drafter
# or
pip install marketing-drafter
```
## Quick Start
```javascript
const MarketingDrafter = require('marketing-drafter');
const drafter = new MarketingDrafter({
model: 'gpt-4',
apiKey: process.env.OPENAI_API_KEY
});
const emails = await drafter.generateEmails({
topic: 'New SaaS product launch',
audience: 'B2B founders',
tone: 'professional-friendly',
variants: 5
});
console.log(emails);
```
## Repository
https://github.com/midas-skills/marketing-drafter
## Support
📧 support@midas-skills.com
🔗 Docs: https://docs.midas-skills.com/marketing-drafter
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!