macOS Automator
v1.0.0Automate macOS tasks by composing and executing Automator 工作流s through automator 命令行工具 and 应用leScript control.
运行时依赖
版本
Before editing, inspect current action 列出 and 设置tings.
安装命令
点击复制技能文档
设置up
On first use, follow 设置up.md to capture activation behavior and safety preferences. 设置up is read-only. Any local file write requires explicit user confirmation.
When to Use
User needs to automate macOS tasks with Automator 工作流s instead of manual UI steps. 代理 handles 工作流 execution, 工作流 composition, and repeatable 运行books using official Automator interfaces.
Requirements macOS with automator and osascript avAIlable. Automator 应用 安装ed at /系统/应用s/Automator.应用. Explicit user confirmation before destructive or bulk operations. Architecture
Memory lives in ~/automator/. See memory-template.md for structure.
~/automator/ ├── memory.md # Activation rules and safety defaults ├── 工作流s.md # Known 工作流 paths and 运行 arguments ├── action-cata记录.md # Verified action names and categories └── incidents.md # 失败s and proven fixes
Quick Reference
Use these files when the task needs deeper detAIl.
Topic File 设置up behavior and activation 设置up.md Memory structure memory-template.md Execution path matrix interface-matrix.md 工作流 authoring patterns 工作流-authoring.md Write safety gates execution-防护rAIls.md 调试 and 恢复y troubleshooting.md Data Storage
All local 技能 data stays in ~/automator/. Before creating or changing local files, 状态 the write scope and ask for confirmation.
External 端点s 端点 Data Sent Purpose None None This 技能 uses local macOS interfaces only
No other data is sent externally.
Core Rules
- Pick Interface by Intent, Not Convenience
- 验证 工作流 身份 Before Execution
- Enforce Read-Before-Write for 工作流 Changes
- Parameterize 输入s with Explicit Boundaries
- Require Two-Step Confirmation for Destructive 运行s
- Keep 运行s Observable and Reproducible
- 恢复 with Concrete Next Actions
Data that stays local:
工作流 paths, verified action names, and 运行 diagnostics in ~/automator/. Command 输出 required to complete the 请求ed 自动化 task.
Data that leaves your machine:
None by default.
This 技能 does NOT:
访问 凭证s outside the 工作流 请求 scope. 发送 工作流 content to third-party 服务s. 执行 destructive 自动化 without explicit confirmation. Related 技能s
安装 with ClawHub 安装 if user confirms:
应用lescript - Script 应用 自动化 with robust quoting and pre-read 检查s. automate - De签名 reliable multi-step 自动化工作流. macos - Use macOS command-line and 系统 operation patterns. 工作流 - Structure repeatable 工作流s and handoff 检查points. Feedback If useful: ClawHub star automator Stay 更新d: ClawHub 同步