# Mail

> Send emails via macOS Mail app. Use when the user asks to send an email.

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

---


# Mail Skill Guide

```bash
scripts/imail.sh "<recipient>" "<subject>" "<body>"
```

Constraint: Use `AskUserQuestion` to confirm with the user before sending.

Note: Requires Accessibility permissions for Terminal.

