Files
clawbot/skills/macos-mail/SKILL.md
T
2026-02-13 13:21:42 -05:00

429 B

macOS Mail

Description: Manage emails via the macOS Mail app using AppleScript. Can fetch recent emails and send new ones.

Tools

fetch

Description: Get the latest N emails from the inbox. Command: osascript skills/macos-mail/fetch_emails.scpt {{limit}}

send

Description: Send an email using the default account in macOS Mail. Command: osascript skills/macos-mail/send_email.scpt "{{to}}" "{{subject}}" "{{body}}"