← 返回
开发者工具 中文

MacPilot : Control macOS using CLI

Control macOS via CLI using MacPilot for automating UI actions, managing windows, handling file dialogs, capturing screenshots, and system tasks.
使用 MacPilot 通过命令行控制 macOS,自动化 UI 操作、管理窗口、处理文件对话框、截取屏幕截图及执行系统任务。
adhikjoshi adhikjoshi 来源
开发者工具 clawhub v0.7.0 1 版本 99872.4 Key: 无需
★ 1
Stars
📥 763
下载
💾 16
安装
1
版本
#latest

概述

MacPilot Skills

Agent skills for MacPilot — a CLI tool for macOS automation via Accessibility APIs.

These skills teach AI coding agents (Claude Code, Cursor, Codex, etc.) how to use MacPilot to automate macOS tasks: clicking buttons, typing text, managing windows, handling file dialogs, taking screenshots, and more.

Install

npx skills add adhikjoshi/macpilot-skills

This uses the skills CLI to install skills into your agent of choice.

Available Skills

SkillDescription
--------------------
macpilot-automationCore macOS automation — mouse, keyboard, apps, menus, clipboard (with history & search), notifications, shell, system controls
macpilot-ui-inspectorInspect and interact with UI elements via accessibility APIs — find, click, read, and modify controls
macpilot-dialog-handlerHandle native file dialogs (Open, Save, Print) — navigate folders, select files, dismiss alerts, wait-for & click-primary
macpilot-screenshot-ocrCapture screenshots, OCR click (find & click text on screen), screen recording with pause/resume
macpilot-window-managerManage windows — list, move, resize, snap, fullscreen, Spaces, save/restore layouts

Prerequisites

  1. MacPilot installed — Build from source or download from releases
  2. Accessibility permission — Grant MacPilot.app access in System Settings > Privacy & Security > Accessibility
  3. Screen Recording permission (for screenshot/OCR skills) — Grant in System Settings > Privacy & Security > Screen Recording

Quick Start

# Install MacPilot skills into Claude Code
npx skills add adhikjoshi/macpilot-skills

# Now ask Claude Code to automate macOS:
# "Open Safari and navigate to example.com"
# "Take a screenshot of the Finder window"
# "Snap VS Code to the left half and Terminal to the right"
# "Save this file to my Desktop"

Manual Install

If you prefer not to use npx skills, copy any SKILL.md file to your agent's skills directory:

# Claude Code (project scope)
mkdir -p .claude/skills/macpilot-automation
cp skills/macpilot-automation/SKILL.md .claude/skills/macpilot-automation/

# Claude Code (global scope)
mkdir -p ~/.claude/skills/macpilot-automation
cp skills/macpilot-automation/SKILL.md ~/.claude/skills/macpilot-automation/

License

MIT

版本历史

共 1 个版本

  • v0.7.0 当前
    2026-03-30 08:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,715
it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,803

Modelslab : Generate Video, Images, LLMs using CLI and APIs

adhikjoshi
通过CLI和API访问ModelsLab完整AI平台,生成图像、视频、音频、3D模型、深度伪造,管理账户、计费,探索AI模型。
★ 0 📥 297