π¦ ClawHub
Adobe Automator
by @abdul-karim-mia
Automate Photoshop, Illustrator, InDesign, Premiere Pro, and After Effects using ExtendScript (ES3) scripts executed via a cross-platform bridge.
TERMINAL
clawhub install adobe-automatorπ About This Skill
name: adobe-automator description: "Universal Adobe application automation via ExtendScript bridge. Supports Photoshop, Illustrator, InDesign, Premiere Pro, and After Effects." metadata: { "openclaw": { "requires": { "bins": [], "os": ["windows", "macos"], "env": [], "config": [] } } }
Adobe Master Automator (v1.1.2)
A generalized skill for automating multiple Adobe applications using a cross-platform ExtendScript bridge.
Supported Applications
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
2. Security & Side Effects
> [!CAUTION] > High Risk Capability: TherunScript command 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.File and Folder objects.script parameter payload before allowing execution.Setup
The skill automatically detects your operating system and routes commands to the appropriate application.
cscript (Windows Script Host).osascript (AppleScript).Developed for the OpenClaw community by Abdul Karim Mia.
βοΈ Configuration
The skill automatically detects your operating system and routes commands to the appropriate application.
cscript (Windows Script Host).osascript (AppleScript).Developed for the OpenClaw community by Abdul Karim Mia.