Install
openclaw skills install automatorAutomate macOS tasks by composing and executing Automator workflows through automator CLI and AppleScript control.
openclaw skills install automatorOn first use, follow setup.md to capture activation behavior and safety preferences.
Setup is read-only. Any local file write requires explicit user confirmation.
User needs to automate macOS tasks with Automator workflows instead of manual UI steps. Agent handles workflow execution, workflow composition, and repeatable runbooks using official Automator interfaces.
automator and osascript available./System/Applications/Automator.app.Memory lives in ~/automator/. See memory-template.md for structure.
~/automator/
├── memory.md # Activation rules and safety defaults
├── workflows.md # Known workflow paths and run arguments
├── action-catalog.md # Verified action names and categories
└── incidents.md # Failures and proven fixes
Use these files when the task needs deeper detail.
| Topic | File |
|---|---|
| Setup behavior and activation | setup.md |
| Memory structure | memory-template.md |
| Execution path matrix | interface-matrix.md |
| Workflow authoring patterns | workflow-authoring.md |
| Write safety gates | execution-guardrails.md |
| Debug and recovery | troubleshooting.md |
All local skill data stays in ~/automator/.
Before creating or changing local files, state the write scope and ask for confirmation.
| Endpoint | Data Sent | Purpose |
|---|---|---|
| None | None | This skill uses local macOS interfaces only |
No other data is sent externally.
.workflow, use automator CLI first.workflow-authoring.md.shortcuts fallback if user explicitly asks for Shortcuts conversion..workflow) and target operation (read, write, destructive).automator -i or -D name=value only with validated inputs.execution-guardrails.md before delete, reset, or mass-change paths.-v) for first execution or after failure.Data that stays local:
~/automator/.Data that leaves your machine:
This skill does NOT:
Install with clawhub install <slug> if user confirms:
applescript - Script app automation with robust quoting and pre-read checks.automate - Design reliable multi-step automation workflows.macos - Use macOS command-line and system operation patterns.workflow - Structure repeatable workflows and handoff checkpoints.clawhub star automatorclawhub sync