mac-automation
使用 AppleScript 自動化您的 Mac
透過自然語言指令控制 macOS 應用程式和系統功能。發送電子郵件、管理提醒事項、開啟網站、調整音量等功能,無需離開您的 AI 助手。
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "mac-automation". Create a reminder to call Mom tomorrow at 3pm
النتيجة المتوقعة:
- 已建立提醒事項:致電給媽媽
- 到期日:明天下午 3:00
- 列表:提醒事項
استخدام "mac-automation". Open three tabs with python docs, javascript guide, and apple developer site
النتيجة المتوقعة:
- 已在新標籤頁中開啟 https://docs.python.org
- 已在新標籤頁中開啟 https://developer.mozilla.org/en-US/docs/Web/JavaScript
- 已在新標籤頁中開啟 https://developer.apple.com
استخدام "mac-automation". Set volume to 50 and show notification that I am working
النتيجة المتوقعة:
- 音量已設定為 50%
- 通知已顯示,標題為「提醒」,內容為「開始工作階段」
التدقيق الأمني
مخاطر منخفضةLegitimate macOS automation skill using standard osascript command for AppleScript execution. Static scanner flagged benign patterns including keystroke commands (false positive - these simulate keyboard input, not capture it), screenshot commands (false positive - local saves only), and crypt keywords (false positive - scanner misidentified screencapture/caffeinate command names). All capabilities align with stated purpose of controlling Mail, Calendar, Reminders, Safari, Finder, and System Events applications. User-initiated operations with confirmation requirements for destructive actions documented.
مشكلات منخفضة المخاطر (3)
عوامل الخطر
⚙️ الأوامر الخارجية (4)
📁 الوصول إلى نظام الملفات (2)
درجة الجودة
ماذا يمكنك بناءه
快速每日簡報
無需開啟多個應用程式,在幾秒鐘內獲取今日的行事曆活動和未讀取的電子郵件。
從文字建立提醒事項
將剪貼簿內容或對話文字自動轉換為帶有到期日的提醒事項。
瀏覽器和檔案控制
透過簡單的文字指令開啟 URL、管理標籤頁和組織檔案。
جرّب هذه الموجهات
Send an email to [recipient] with subject [subject] and body [message content].
Create a reminder called [task name] due [date/time] in my [list name] list.
Add a calendar event for [event name] on [date] at [time] at [location].
Give me a briefing of my calendar for today and list my unread emails from Mail.
أفضل الممارسات
- 首次使用前,請先在「系統偏好設定」中為每個應用程式授予自動化權限
- 執行刪除或清空垃圾桶等破壞性操作前,請先確認
- 使用精確的應用程式名稱,如「郵件」、「行事曆」、「提醒事項」、「Safari」、「Finder」
تجنب
- 未先檢查應用程式權限即執行自動化
- 未經使用者確認即執行刪除指令
- 假設所有第三方應用程式都支援 AppleScript