Marketing drafter
55+ AI agent skills for sales, content, research, and fleet operations. Free lite editions. Full alpha at koino.capitalFrom the repository description
npx -y skills add koinod/skills --skill marketing-drafterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 456 tokens by cl100k_base, as published. Nobody here has run it
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
npm install marketing-drafter
# or
pip install marketing-drafter
Quick Start
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
📧 [email protected]
🔗 Docs: https://docs.midas-skills.com/marketing-drafter
What ships with it: 4 files
6.8 KB alongside SKILL.md, 4 of them executable
.clawhub/
- origin.jsonruns149 B
- _meta.jsonruns136 B
- package.jsonruns740 B
- README.mdruns5.8 KB