altic-studio

Automates macOS apps via AppleScript/osascript and Chrome via MCP CDP screenshots and page interactions.

129|13|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/altic-dev/altic-mcp --skill altic-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: altic-studio
Source: https://github.com/altic-dev/altic-mcp/tree/main/skills/altic-studio
Command: npx skills add https://github.com/altic-dev/altic-mcp --skill altic-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates repetitive macOS automation tasks and Chrome browser interactions by leveraging AppleScript via osascript and MCP CDP tools, enabling reliable, repeatable workflows with minimal manual intervention.

Core Features & Use Cases

  • AppleScript mode executes commands through Bash with osascript to automate macOS apps and system actions (Messages, Contacts, Notes, Reminders, Calendar, Safari, and more).
  • MCP CDP mode provides deterministic Chrome automation for navigation, click/type actions, data extraction, and screenshots.
  • Includes a Swift utility (capture-active-screen.swift) to capture the active display for quick visual validation.

Quick Start

Install the altic-studio skill and start invoking the AppleScript or Chrome CDP scripts from skills/altic-studio/scripts to automate macOS tasks and Chrome interactions.

Frequently Asked Questions about altic-studio

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

FAQPage Schema
How do I automate macOS apps like Messages and Calendar with AppleScript?

You can automate macOS apps like Messages and Calendar by executing AppleScript commands through Bash with osascript. This approach enables reliable, repeatable workflows for system actions with minimal manual intervention across Notes, Reminders, and Safari.

What is the best way to control Chrome and capture screenshots deterministically?

Deterministic Chrome control and screenshot capture is achieved using MCP CDP tools. This mode provides reliable browser automation for navigation, click and type actions, data extraction, and taking screenshots for visual validation.

Do I need macOS to run AppleScript automation and Chrome CDP scripts?

Yes, macOS is required because the automation relies on AppleScript executed via osascript. You also need MCP CDP tooling installed, and scripts are managed under the specific skills directory and run via the Skills CLI.

Can I capture the active display screen for visual validation on macOS?

Yes, active display screen capture is supported through a bundled Swift utility called capture-active-screen.swift. This allows you to quickly capture the current display for immediate visual validation of your automated workflows.

What macOS system actions can I automate beyond basic browser control?

Beyond Chrome browser control, you can automate system actions across native macOS applications including Contacts, Notes, Reminders, Calendar events, Messages, and Safari, providing comprehensive local environment automation.

How does AppleScript compare to other macOS automation approaches?

AppleScript via osascript provides deep native integration with macOS applications like Contacts and Calendar, offering reliable system-level control that general browser automation tools cannot access directly.