adobe-automator
Universal Adobe application automation via ExtendScript bridge. Supports Photoshop, Illustrator, InDesign, Premiere Pro, and After Effects.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abdul-karim-mia/adobe-automatorWhat This Skill Does
The adobe-automator skill acts as a robust bridge between the OpenClaw agent and the Adobe Creative Cloud suite. By utilizing the ExtendScript (ES3) engine, this skill allows users to programmatically control Photoshop, Illustrator, InDesign, Premiere Pro, and After Effects. It abstracts the complexity of OS-level scripting, enabling cross-platform automation on both Windows and macOS. Whether you need to automate repetitive design tasks, batch process media assets, or trigger complex rendering pipelines, this skill provides a direct command-line interface to the underlying Adobe automation engine.
Installation
To install the Adobe Master Automator, ensure you have the OpenClaw CLI configured. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/abdul-karim-mia/adobe-automator
Ensure that the Adobe applications you intend to automate are installed in their default locations on your machine, as the skill relies on the system's ability to trigger the host application via native scripting bridges (cscript for Windows or osascript for macOS).
Use Cases
- Batch Image Processing: Automate the resizing, filtering, and exporting of hundreds of assets in Photoshop.
- Asset Generation: Dynamically generate vector badges or layouts in Illustrator based on external data inputs.
- Video Pipeline Automation: Trigger render queues or metadata updates within Premiere Pro or After Effects projects.
- Document Automation: Batch generate PDF reports or marketing materials using InDesign templates.
Example Prompts
- "Open Photoshop and run a script to resize all images in the folder '/Users/docs/exports' to 1920x1080 and save them as JPEGs."
- "Use the adobe-automator to trigger an After Effects render for the project 'main_comp.aep' and output to the desktop."
- "Run an Illustrator script that selects all text layers in the current document and changes their font color to hex code #FF5733."
Tips & Limitations
- Syntax Constraints: ExtendScript is based on the older ES3 standard. Avoid using modern ES6 features like arrow functions or 'let/const' declarations; stick to 'var' and classic object-oriented patterns.
- Security Awareness: Because this skill allows arbitrary code execution, treat it as a high-privilege tool. Only run scripts you have written or verified yourself to prevent unauthorized filesystem access.
- Application State: Always ensure the target application is open before attempting to run a script, as some OS-level bridges may fail to initialize an application if it is not currently responsive.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abdul-karim-mia-adobe-automator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
terabox-link-extractor
Direct link extraction from TeraBox URLs using the XAPIverse protocol. Extracts high-speed download and stream links (All Resolutions) without browser session requirements. Use when the user provides a TeraBox link and wants to download or stream content directly.
gumroad-pro
Comprehensive Gumroad merchant management for Products, Sales, Licenses, Discounts, Payouts, and Webhooks. Use when Claude needs to: (1) Manage digital or physical inventory, (2) Oversee transactions and process refunds/shipping, (3) Verify or rotate license keys, (4) Manage offer codes, or (5) Monitor payout history and store webhooks.
photoshop-automator
Professional Adobe Photoshop automation via COM/ExtendScript bridge. Supports text updates, filters, and action playback.