Migma for Openclaw

A terminal-based AI email engine for designing, sending, and managing marketing campaigns and contact segments.

adamsey
v1.3.0
Feb 14, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install migma

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install migma using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Migma?

Migma is a powerful command-line utility designed to bridge the gap between AI generation and professional email marketing. As part of your Openclaw Skills collection, it enables developers and agents to generate responsive, on-brand emails from simple text prompts, manage audience segments, and handle delivery through managed domains.

The tool goes beyond simple text generation by providing a full suite of validation tools that check for spam triggers, broken links, and rendering compatibility across over 30 email clients. Whether you are building automated notification systems or managing a large-scale newsletter, Migma provides the infrastructure to handle the entire lifecycle within a terminal environment.

Migma Use Cases

  • Rapidly prototyping and sending marketing emails using AI-driven design prompts.
  • Automating transactional email delivery through instant managed domains.
  • Performing pre-flight checks on HTML emails for spam scores and link integrity.
  • Migrating audience data and AI-generated templates to platforms like Klaviyo or Mailchimp.
  • Programmatically managing contact lists and audience tagging via CLI scripts.

How Migma Works

  1. Set up a managed sending domain and import brand assets (colors, logos) from a website URL to establish a visual identity.
  2. Use the AI generator to create email content and layouts based on a descriptive prompt.
  3. Run validation checks to ensure high deliverability and cross-client compatibility.
  4. Manage the audience by importing contacts or creating dynamic segments based on tags.
  5. Send the finalized email directly through the CLI or export the MJML/HTML to a preferred external provider.

Migma Setup

Install the Migma package via npm and configure your environment with your API key to start using these Openclaw Skills:

npm install -g @migma/cli
export MIGMA_API_KEY='your_api_key_here'

Initialize your first sending domain and brand project:

# Create a managed domain
migma domains managed create <companyname> --json

# Import brand assets from your site
migma projects import https://yourwebsite.com --wait --json

Migma Data Schema & Taxonomy

Migma organizes its marketing data through a structured hierarchy of projects and audience entities:

Component Description Primary Identifiers
Project Contains brand assets, logos, and voice settings projectId
Conversation Stores AI-generated email iterations and HTML conversationId
Contact Individual subscriber profiles with metadata email, contactId
Segment Grouped contacts for targeted campaigns segmentId
Domain Sending infrastructure configuration domainName

Migma Advanced Features

  • Direct integration with Klaviyo, Mailchimp, and HubSpot for seamless template exporting.
  • Instant domain creation that bypasses traditional DNS configuration for immediate sending.
  • Deep link and deliverability analysis to maximize inbox placement.
  • Support for template variables and personalization tags in bulk sends.
  • AI-powered brand voice extraction that learns your style from any public URL.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*