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)