ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

email-marketer

Plan email campaigns with segmentation, A/B testing, and benchmarking. Use when designing campaigns, segmenting lists, benchmarking rates.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/email-marketer
Or

Email Marketer

AI toolkit for email marketing operations — configure, benchmark, compare, prompt, evaluate, fine-tune, analyze, cost, usage, optimize, test, and report. All entries are logged locally with timestamps for tracking and audit.

Commands

CommandDescription
email-marketer configure <input>Configure email marketing settings or record a config entry
email-marketer benchmark <input>Run benchmarks or record a benchmark entry
email-marketer compare <input>Compare campaigns or record a comparison entry
email-marketer prompt <input>Generate or record email prompts
email-marketer evaluate <input>Evaluate campaign performance or record an evaluation entry
email-marketer fine-tune <input>Fine-tune parameters or record a fine-tuning entry
email-marketer analyze <input>Analyze campaign data or record an analysis entry
email-marketer cost <input>Track costs or record a cost entry
email-marketer usage <input>Track usage metrics or record a usage entry
email-marketer optimize <input>Optimize campaigns or record an optimization entry
email-marketer test <input>Run A/B tests or record a test entry
email-marketer report <input>Generate reports or record a report entry
email-marketer statsShow summary statistics across all entry types
email-marketer export <fmt>Export all data (json, csv, or txt)
email-marketer search <term>Search across all log entries by keyword
email-marketer recentShow the 20 most recent activity entries
email-marketer statusHealth check — version, data dir, entry count, disk usage
email-marketer helpShow help with all available commands
email-marketer versionShow current version (v2.0.0)

Each command (configure, benchmark, compare, prompt, evaluate, fine-tune, analyze, cost, usage, optimize, test, report) works in two modes:

  • No arguments: displays the 20 most recent entries from that command's log
  • With arguments: records the input with a timestamp and appends to the command's log file

Data Storage

All data is stored locally at ~/.local/share/email-marketer/. Each action is logged to its own file (e.g., configure.log, benchmark.log, analyze.log). A unified history.log tracks all operations. The built-in export function supports JSON, CSV, and plain text formats.

Requirements

  • bash 4+ (uses set -euo pipefail)
  • Standard Unix utilities (wc, du, grep, tail, sed, date)

When to Use

  • Tracking email campaign configurations and benchmark results
  • Logging A/B test outcomes and evaluation metrics
  • Recording cost and usage data for email marketing operations
  • Fine-tuning campaign parameters with documented history
  • Analyzing campaign performance trends over time
  • Exporting marketing data for stakeholder reports

Examples

Metadata

Author@ckchzh
Stars3562
Views2
Updated2026-03-29
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-ckchzh-email-marketer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.