applescript

Execute AppleScript and JXA scripts to automate macOS applications and system settings.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill applescript-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: applescript
Source: https://github.com/malue-ai/dazee-small/tree/main/instances/xiaodazi/skills/applescript
Command: npx skills add https://github.com/malue-ai/dazee-small --skill applescript-malue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows for the automation of macOS applications, system settings, and user interface interactions through AppleScript and JXA, streamlining repetitive tasks on your Mac.

Core Features & Use Cases

  • Application Control: Launch, quit, and manage macOS applications like Finder, Safari, and Mail.
  • UI Automation: Interact with system elements, display dialogs, and prompt users for input.
  • System Settings Management: Adjust volume, screen brightness, and network settings.
  • File Operations: Reveal files in Finder and get selected file paths.
  • Use Case: Automatically fill out a form in a native macOS application by scripting user input and button clicks.

Quick Start

Use the applescript skill to display a dialog box with the message "Hello from Antigravity!".

Frequently Asked Questions about applescript

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate macOS system settings like volume and Wi-Fi using scripts?

You can automate macOS system settings by executing AppleScript or JXA scripts to adjust volume, toggle Wi-Fi, and change screen brightness. This Skill interfaces directly with system preferences to apply configuration changes.

How do I display a dialog box and prompt for user input on macOS?

To display a dialog box on macOS, execute an AppleScript that triggers a system UI interaction. This Skill supports UI automation to show dialogs, prompt users for input, and capture their responses within native applications.

Do I need osascript to run JXA scripts for application control?

Yes, you need the osascript binary installed to execute JXA and AppleScript scripts. This Skill relies on the osascript command-line tool to run automation scripts that launch, quit, and manage native macOS applications like Safari and Mail.

Can I use AppleScript to get selected file paths from Finder?

Yes, you can use AppleScript to perform Finder operations and retrieve selected file paths. This Skill executes scripts that interact with Finder to reveal files and extract path information for further automation workflows.

What is the best way to automate clicking buttons in native Mac applications?

The best way to automate button clicks in native Mac applications is through UI automation with AppleScript or JXA. This Skill scripts user input and UI element interactions to automatically fill out forms and click buttons.

Does JXA work for automating Mail and Safari on macOS?

Yes, JXA works for automating Mail and Safari by executing scripts through the osascript binary. This Skill supports application control to launch, quit, and manage native macOS apps, including interacting with their internal UI elements.