ClawForge 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.

install
source · Clone the upstream repo
git clone https://github.com/leionion/ClawForge
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leionion/ClawForge "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/05-Interaction/mac_mail" ~/.claude/skills/leionion-clawforge-mac-mail && rm -rf "$T"
manifest: skills/05-Interaction/mac_mail/SKILL.md
source content

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