Install
openclaw skills install applescriptWrite and run safe AppleScript automation on macOS with dictionary discovery, robust quoting, and deterministic read-first workflows.
openclaw skills install applescriptOn first use, follow setup.md to configure activation and safety preferences.
Setup review is read-only.
Any local file creation or modification requires explicit user confirmation.
User needs AppleScript automation on macOS for app control, data extraction, or scripted UI actions.
Agent handles script design, safe execution with osascript, output parsing, and troubleshooting.
osascript available.Memory lives in ~/applescript/. See memory-template.md for structure.
~/applescript/
├── memory.md # Preferences, safe defaults, and last working patterns
├── snippets.md # Reusable script snippets
├── failures.md # Error signatures and known fixes
└── app-notes.md # Per-app dictionary and behavior notes
Use these files only when the current request needs deeper detail.
| Topic | File |
|---|---|
| Setup behavior and onboarding | setup.md |
| Memory structure | memory-template.md |
| App dictionary workflow | app-dictionary-workflow.md |
| Script design patterns | script-patterns.md |
| Destructive-operation guardrails | safety-checklist.md |
| Debug and recovery steps | troubleshooting.md |
All local skill data stays in ~/applescript/.
Before creating or changing local files, explain the write and ask for confirmation.
app-dictionary-workflow.md before guessing object names.script-patterns.md for every variable.safety-checklist.md before delete, bulk edit, or irreversible app actions.troubleshooting.md to provide next-step fixes instead of generic retries.Data that stays local:
~/applescript/.Data that may leave your machine:
This skill does NOT:
Install with clawhub install <slug> if user confirms:
macos - macOS command and system operation patterns.automate - General automation workflow design and reliability strategy.bash - Shell scripting helpers for wrapping and testing commands.notes - Knowledge capture and structured note workflows.files - Safe file read and write workflows with clear boundaries.clawhub star applescriptclawhub sync