Enables LLM applications to interact with macOS through AppleScript.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Create calendar event. Parameters: title (string), startDate (date), endDate (date)
List today's events. Parameters: None
Copy to clipboard. Parameters: content (string)
Get clipboard contents. Parameters: None
Clear clipboard. Parameters: None
Get selected files. Parameters: None
Search for files. Parameters: query (string), location (optional string)
Preview file. Parameters: path (string)
Show notification. Parameters: title (string), message (string), sound (optional string)
Toggle DND mode. Parameters: None
Set system volume. Parameters: level (integer, 0-100)
Get active app. Parameters: None
Open application. Parameters: name (string)
Close application. Parameters: name (string), force (optional boolean)
Toggle dark mode. Parameters: None
Paste to iTerm. Parameters: None
Execute command. Parameters: command (string), newWindow (optional boolean)