Universal Adobe application automation via ExtendScript bridge. Supports Photoshop, Illustrator, InDesign, Premiere Pro, and After Effects.
A generalized skill for automating multiple Adobe applications using a cross-platform ExtendScript bridge.
Executes raw ExtendScript (ES3) in the target application.
Parameters:
app: Target application (photoshop, illustrator, indesign, premiere, aftereffects).script: The JSX code to execute.[!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.
File and Folder objects.script parameter payload before allowing execution.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.