SkillAgentSearch skills...

genpark-smart-email-campaign-skill

GenPark AI Skill - Personalized e-commerce email campaigns with subject line scoring, body templates, and send-time optimization

Install / Use

claude mcp add alphaparkinc -- npx -y github:alphaparkinc/genpark-smart-email-campaign-skill

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

73/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop
Cursor
Zed

genpark-smart-email-campaign-skill

GenPark AI Agent Skill — Build personalized e-commerce email campaigns with subject lines, body copy, and send-time optimization.

Features

  • 6 campaign types: welcome, abandoned_cart, winback, promotional, newsletter, post_purchase
  • 5 customer segments with optimized send times
  • Subject line scoring with predicted open rates
  • Complete email body templates — production-ready copy
  • Batch campaign generation

Quick Start

from client import EmailCampaignClient

client = EmailCampaignClient()
result = client.build_campaign(
    campaign_type="abandoned_cart",
    brand_name="MyStore",
    product_name="Running Shoes",
    discount_pct=15,
    customer_segment="at_risk",
)
print(result["recommended_subject"])
print(result["best_send_time"])
print(result["email_body"])

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

Related Skills

View on GitHub
GitHub Stars9
CategoryAutomation
Updated1mo ago
Forks0

Languages

Python

Security Score

80/100

Audited on Jul 10, 2026

1 medium1 low