Auto-sync: 2026-02-13 13:21:42

This commit is contained in:
Adolfo Reyna
2026-02-13 13:21:42 -05:00
parent 74f9a21c30
commit 047462be4d
3 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# 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}}"