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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install adobe-automator - 安装完成后,直接呼叫该 Skill 的名称或使用
/adobe-automator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Adobe Automator 是什么?
Automate Photoshop, Illustrator, InDesign, Premiere Pro, and After Effects using ExtendScript (ES3) scripts executed via a cross-platform bridge. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1158 次。
如何安装 Adobe Automator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install adobe-automator」即可一键安装,无需额外配置。
Adobe Automator 是免费的吗?
是的,Adobe Automator 完全免费(开源免费),可自由下载、安装和使用。
Adobe Automator 支持哪些平台?
Adobe Automator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Adobe Automator?
由 abdul-karim-mia(@abdul-karim-mia)开发并维护,当前版本 v1.1.2。