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.

leionion Updated

File contents

mac-mail — Open Mail Application

Opens the macOS built-in Mail application.

Usage

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

leionion/ClawForge/tree/main/skills/05-Interaction/mac_mail commit 0c7594cee4

Frequently asked questions

npx skillmds@latest add leionion/mac-mail