# Mac Mail

> Opens the macOS Mail application (Mail.app) using the open command. Use when the user asks to open email, launch Apple Mail, check mail, start Mail.app, or access the macOS email client.

- Skill: `leionion/mac-mail` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add leionion/mac-mail`
- Raw SKILL.md: https://api.skillmd.com/api/skills/leionion/mac-mail/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: leionion (https://skillmd.com/u/leionion)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/leionion/mac-mail

---


# mac-mail — Open Mail Application

Opens the macOS built-in Mail application.

## Usage

```bash
python3 mac_mail.py
```

## How it works

Runs `open -a Mail` via `subprocess.run`, which launches Mail.app or brings it to the foreground if already running.

## Example output

```
✅ 已打开Mail
```

