ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Marketing Drafter

Skill by shepherd217

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/shepherd217/marketing-drafter
Or

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

Metadata

Stars1015
Views1
Updated2026-02-15
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-shepherd217-marketing-drafter": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.