🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Email Assistant

by @evolinkai

AI-powered email writing, review, and compliance checking. Generate templates, optimize subject lines, audit for spam triggers, and check CAN-SPAM/GDPR/CASL...

TERMINAL
clawhub install ai-email-assistant

πŸ“– About This Skill


name: Email Assistant description: AI-powered email writing, review, and compliance checking. Generate templates, optimize subject lines, audit for spam triggers, and check CAN-SPAM/GDPR/CASL compliance. Powered by evolink.ai version: 1.0.0 homepage: https://github.com/EvoLinkAI/email-skill-for-openclaw metadata: {"openclaw":{"homepage":"https://github.com/EvoLinkAI/email-skill-for-openclaw","requires":{"bins":["python3","curl"],"env":["EVOLINK_API_KEY"]},"primaryEnv":"EVOLINK_API_KEY"}}

Email Assistant

AI-powered email writing, review, and compliance checking from your terminal. Generate professional email templates, optimize subject lines, audit for spam triggers, and verify CAN-SPAM/GDPR/CASL compliance.

Powered by Evolink.ai

When to Use

  • User wants to generate an email template (welcome, password reset, newsletter, etc.)
  • User asks to review an email for spam triggers or readability
  • User needs subject line suggestions or A/B variants
  • User wants to check email content for CAN-SPAM/GDPR/CASL compliance
  • User needs to translate an email to another language
  • User asks about SPF/DKIM/DMARC DNS setup
  • Quick Start

    1. Set your EvoLink API key

    export EVOLINK_API_KEY="your-key-here"

    Get a free key: evolink.ai/signup

    2. Generate an email template

    bash scripts/email.sh generate welcome --tone professional

    3. Review an email

    bash scripts/email.sh review my-email.html

    Capabilities

    Local Commands (no API key needed)

    | Command | Description | |---------|-------------| | templates | List all available email template types | | dns | SPF/DKIM/DMARC configuration guide |

    AI Commands (require EVOLINK_API_KEY)

    | Command | Description | |---------|-------------| | generate [--tone ] | AI generate email template | | review | AI review for spam triggers, readability, and best practices | | subject | AI generate 5 subject line variants with A/B tips | | compliance | AI check CAN-SPAM, GDPR, CASL compliance | | translate --lang | AI translate email content |

    Template Types

    | Type | Description | |------|-------------| | welcome | New user onboarding email | | password-reset | Password reset with secure link | | verification | Email address verification / double opt-in | | order-confirmation | E-commerce order receipt | | shipping | Shipping notification with tracking | | invoice | Payment invoice / billing receipt | | newsletter | Newsletter / content digest | | promotion | Promotional offer / sale announcement | | reengagement | Win-back inactive users | | security-alert | Account security notification |

    Tones

    professional Β· casual Β· friendly Β· urgent Β· minimal

    Examples

    Generate a welcome email

    bash scripts/email.sh generate welcome --tone friendly

    Review email for issues

    bash scripts/email.sh review campaign.html

    Output:

    === Email Review ===

    Spam Score: 2/10 (Low Risk)

    Issues Found: [SPAM] "FREE" in subject β€” common spam trigger word [WARN] No plain-text alternative mentioned [OK] Unsubscribe link present [OK] Physical address included [OK] Image-to-text ratio acceptable

    Readability: Grade 8 (Good) Estimated deliverability: High

    Generate subject line variants

    bash scripts/email.sh subject newsletter.html

    Check compliance

    bash scripts/email.sh compliance promo-email.html

    Translate email

    bash scripts/email.sh translate welcome.html --lang Spanish

    DNS setup guide

    bash scripts/email.sh dns

    Configuration

    | Variable | Default | Required | Description | |---|---|---|---| | EVOLINK_API_KEY | β€” | Yes (AI commands) | Your EvoLink API key. Get one free | | EVOLINK_MODEL | claude-opus-4-6 | No | Model for AI analysis |

    Required binaries: python3, curl

    Security

    Data Transmission

    AI commands send email content to api.evolink.ai for analysis by Claude. By setting EVOLINK_API_KEY and using these commands, you consent to this transmission. Data is not stored after the response is returned. The templates and dns commands run entirely locally and never transmit data.

    Network Access

  • api.evolink.ai β€” AI analysis (AI commands only)
  • Persistence & Privilege

    Temporary files for API payloads are cleaned up automatically. No credentials or persistent data are stored.

    Links

  • GitHub
  • EvoLink API
  • Community
  • Support
  • ⚑ When to Use

    TriggerAction
    - User asks to review an email for spam triggers or readability
    - User needs subject line suggestions or A/B variants
    - User wants to check email content for CAN-SPAM/GDPR/CASL compliance
    - User needs to translate an email to another language
    - User asks about SPF/DKIM/DMARC DNS setup

    πŸ’‘ Examples

    Generate a welcome email

    bash scripts/email.sh generate welcome --tone friendly

    Review email for issues

    bash scripts/email.sh review campaign.html

    Output:

    === Email Review ===

    Spam Score: 2/10 (Low Risk)

    Issues Found: [SPAM] "FREE" in subject β€” common spam trigger word [WARN] No plain-text alternative mentioned [OK] Unsubscribe link present [OK] Physical address included [OK] Image-to-text ratio acceptable

    Readability: Grade 8 (Good) Estimated deliverability: High

    Generate subject line variants

    bash scripts/email.sh subject newsletter.html

    Check compliance

    bash scripts/email.sh compliance promo-email.html

    Translate email

    bash scripts/email.sh translate welcome.html --lang Spanish

    DNS setup guide

    bash scripts/email.sh dns

    βš™οΈ Configuration

    | Variable | Default | Required | Description | |---|---|---|---| | EVOLINK_API_KEY | β€” | Yes (AI commands) | Your EvoLink API key. Get one free | | EVOLINK_MODEL | claude-opus-4-6 | No | Model for AI analysis |

    Required binaries: python3, curl