Auto-sync: 2026-02-13 13:21:42
This commit is contained in:
12
skills/macos-mail/SKILL.md
Normal file
12
skills/macos-mail/SKILL.md
Normal 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}}"
|
||||
Reference in New Issue
Block a user