Adobe Automator
/install adobe-automator
Adobe Master Automator (v1.1.2)
A generalized skill for automating multiple Adobe applications using a cross-platform ExtendScript bridge.
Supported Applications
- Photoshop
- Illustrator
- InDesign
- Premiere Pro
- After Effects
Commands
runScript
Executes raw ExtendScript (ES3) in the target application.
Parameters:
app: Target application (photoshop,illustrator,indesign,premiere,aftereffects).script: The JSX code to execute.
🛠 AI Protocol
1. Technical Constraints
- ES3 Syntax Only: Adobe apps use the ExtendScript (ES3) engine. Avoid modern JS features.
- Target App Availability: Ensure the target application is installed and running (or able to launch) on the host system.
2. Security & Side Effects
[!CAUTION] High Risk Capability: The
runScriptcommand accepts and executes arbitrary ExtendScript (JSX) code. Attempting to restrict this would break the skill's core purpose, but users must be aware of the implications.
- Filesystem Access: The Adobe ExtendScript engine has unrestricted access to the host filesystem via the
FileandFolderobjects. - Untrusted Scripts: ❌ NEVER execute scripts from untrusted sources. A malicious script could delete files, exfiltrate data, or install persistent malware.
- Verification: Always inspect the
scriptparameter payload before allowing execution.
Setup
The skill automatically detects your operating system and routes commands to the appropriate application.
- Windows: Uses built-in
cscript(Windows Script Host). - macOS: Uses built-in
osascript(AppleScript).
Developed for the OpenClaw community by Abdul Karim Mia.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install adobe-automator - After installation, invoke the skill by name or use
/adobe-automator - Provide required inputs per the skill's parameter spec and get structured output
What is Adobe Automator?
Automate Photoshop, Illustrator, InDesign, Premiere Pro, and After Effects using ExtendScript (ES3) scripts executed via a cross-platform bridge. It is an AI Agent Skill for Claude Code / OpenClaw, with 1158 downloads so far.
How do I install Adobe Automator?
Run "/install adobe-automator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Adobe Automator free?
Yes, Adobe Automator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Adobe Automator support?
Adobe Automator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Adobe Automator?
It is built and maintained by abdul-karim-mia (@abdul-karim-mia); the current version is v1.1.2.