A powerful automation toolkit for controlling native macOS applications including Mail, Calendar, Reminders, and Notes via AI-driven commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install macos-suite
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install macos-suite using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The macOS Suite is a comprehensive integration for Openclaw Skills designed to bridge the gap between AI agents and the local Apple ecosystem. It provides a secure and extensible framework to interact with system applications like Mail, Calendar, Reminders, Notes, Maps, and Freeform using a combination of AppleScript, UI Automation (System Events), URL Schemes, and the macOS open command.
This skill is engineered with a security-first approach, requiring explicit user confirmation for any data-modifying actions such as sending emails or creating calendar events. It transforms your local Mac environment into a programmable workspace where an AI agent can read your schedule, organize your notes, and even programmatically design boards in Freeform.
To get started with this component of your Openclaw Skills library, ensure you are running macOS (Darwin) with Python 3 installed.
# Navigate to your skill directory
cd macos-suite
# Test the installation by opening a system app
python3 scripts/main.py open app="Calendar"
# Example: List unread emails
python3 scripts/main.py mail.unread_list limit=5
Note: You must grant Accessibility and Automation permissions to your terminal or host app in System Settings > Privacy & Security.
The macOS Suite processes data through standardized JSON structures to ensure compatibility with various AI agents.
| Feature | JSON Keys | Description |
|---|---|---|
to, subject, body, attachments |
Fields for drafting and sending emails. | |
| Reminders | title, notes, due, list |
Structure for task management. |
| Calendar | start, end, location, title |
Event scheduling parameters. |
| Freeform | boardTitle, items, type, kind |
Schema for UI-based board composition. |
| Stocks | symbol, price, history |
Financial data structure. |
Loading
A read-only utility to fetch Mail, Calendar, Notes, and Stocks data from macOS in structured JSON format for AI agents.

An autonomous self-evolution engine that enables AI agents to learn from execution history, extract insights, and optimize their own strategies.

An intelligent tech-monitoring agent that finds trending repositories and autonomously verifies them within your project's context.

A natural language CLI tool for querying emails, meetings, documents, and Teams messages within the Microsoft 365 ecosystem.

A high-performance image generation skill for AI agents leveraging the SiliconFlow API for FLUX and Stable Diffusion models.

A high-performance text-to-speech skill leveraging the SiliconFlow API and CosyVoice2 model for realistic voice synthesis.








































