Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Automate Photoshop, Illustrator, InDesign, Premiere Pro, and After Effects using ExtendScript (ES3) scripts executed via a cross-platform bridge.
Automate Photoshop, Illustrator, InDesign, Premiere Pro, and After Effects using ExtendScript (ES3) scripts executed via a cross-platform bridge.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
A generalized skill for automating multiple Adobe applications using a cross-platform ExtendScript bridge.
Photoshop Illustrator InDesign Premiere Pro After Effects
Executes raw ExtendScript (ES3) in the target application. Parameters: app: Target application (photoshop, illustrator, indesign, premiere, aftereffects). script: The JSX code to execute.
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.
[!CAUTION] High Risk Capability: The runScript 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. Filesystem Access: The Adobe ExtendScript engine has unrestricted access to the host filesystem via the File and Folder objects. Untrusted Scripts: โ NEVER execute scripts from untrusted sources. A malicious script could delete files, exfiltrate data, or install persistent malware. Verification: Always inspect the script parameter payload before allowing execution.
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.