
from speedwave17
Access and control native macOS Mail.app via the Speedwave MCP Hub: list mailboxes, search messages, read bodies, and send mail while respecting confirmation ga
This skill provides a bridge to the native macOS Mail.app through the Speedwave MCP Hub. It lets the agent discover available mail tools, list mailboxes, search and list messages, fetch message bodies, and send or reply to messages using the host's configured accounts — without requiring per-account credentials. Critical safety controls (e.g. a required confirm_send flag) prevent accidental writes.
Use this skill when the agent must inspect or act on the user's local mail state: finding unread messages, locating a message by subject, retrieving a message body or attachments, or sending a message through the configured system accounts. Do NOT use for web-only mail (Gmail/Outlook web) or for IMAP/SMTP configuration questions.
This is designed for agent runtimes that can call remote tool schemas (Speedwave MCP Hub) such as Claude/Claude-Code or other MCP-enabled agents that support execute_code/search_tools patterns.
Speedwave Mail is a macOS Mail.app integration skill that routes through the Speedwave MCP Hub. No bundled scripts. SKILL.md is well-structured with clear workflow steps, detailed pitfalls (case-sensitive mailbox names, Inbox-only search on Apple Mail, confirm_send gates), and explicit when NOT to use guidance. The confirm_send requirement for all write operations is a strong safety feature.
Clean skill with no scripts. Good safety practices around send confirmation. Somewhat niche due to macOS + Speedwave dependency.