Mail

Send and manage emails via Apple Mail SQLite and himalaya CLI.

11|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/mupengi-bot/mupengism --skill mail-mupengi-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Mail
Source: https://github.com/mupengi-bot/mupengism/tree/main/skills/mail
Command: npx skills add https://github.com/mupengi-bot/mupengism --skill mail-mupengi-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates complex email operations, including sending, receiving, and managing emails, with platform-specific optimizations for enhanced speed and security.

Core Features & Use Cases

  • Platform-Specific Optimizations: Leverages macOS's native SQLite for faster mail operations and cross-platform tools like himalaya for broader compatibility.
  • Secure Email Handling: Implements secure protocols for sending emails, including draft-review-send workflows and proper threading.
  • Credential Management: Guides users on secure credential management for email services like Gmail using App Passwords and OAuth tokens.
  • Use Case: Automatically process incoming support tickets, categorize them, and draft replies based on predefined templates, ensuring all communications are logged and threaded correctly.

Quick Start

Use the Mail skill to send an email with the subject 'Project Update' and body 'See attached report.' to '[email protected]'.

Frequently Asked Questions about Mail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending email securely using IMAP and SMTP?

Automating secure email sending involves using IMAP and SMTP protocols with CLI tools like himalaya to handle operations, ensuring credentials are managed via App Passwords or OAuth tokens for safe authentication.

Can I use himalaya for cross-platform email automation?

Yes, himalaya supports cross-platform email automation by executing IMAP and SMTP operations, allowing you to manage email sending, threading, and receiving consistently across different operating systems.

How does macOS optimize email operations using SQLite?

macOS optimizes email operations by querying the native Apple Mail SQLite database directly, which accelerates mail retrieval and processing speeds without relying solely on standard IMAP fetching.

What is the best way to manage Gmail credentials for automated email tasks?

The best way to manage Gmail credentials for automated email tasks is by using App Passwords or OAuth tokens, ensuring that your SMTP and IMAP connections remain secure without exposing your primary password.

How do I automate processing incoming support tickets via email?

You can automate incoming support tickets by using email automation to fetch messages via IMAP, categorize them based on content, draft replies using templates, and log communications with proper threading.