Adobe Master Automator for Openclaw

A cross-platform automation bridge for the Adobe Creative Cloud suite using ExtendScript and native OS scripting hosts.

abdul-karim-mia
v1.1.2
Feb 14, 2026
0
2.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install adobe-automator

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install adobe-automator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Adobe Master Automator?

The Adobe Master Automator is a versatile extension designed for the Openclaw Skills repository that enables seamless programmatic control over the Adobe Creative Cloud suite. By leveraging a specialized ExtendScript bridge, it allows AI agents and developers to execute complex logic within Photoshop, Illustrator, InDesign, Premiere Pro, and After Effects.

This skill is built to handle the nuances of the legacy ES3 engine used by Adobe, providing a unified interface for creative automation. Whether you are batch-processing assets or building complex generative design pipelines, integrating this into your Openclaw Skills collection provides a direct link between AI reasoning and professional creative software.

Adobe Master Automator Use Cases

  • Automated batch processing and resizing of images in Photoshop.
  • Programmatic generation of vector variations within Illustrator.
  • Scripted layout adjustments and PDF exports in InDesign.
  • Dynamic timeline manipulation and rendering in Premiere Pro and After Effects.
  • Orchestrating multi-app workflows as part of a larger Openclaw Skills automation.

How Adobe Master Automator Works

  1. The user or AI agent initiates the runScript command, specifying the target Adobe application and the JSX code.
  2. The skill detects the host operating system to select the appropriate execution bridge.
  3. On Windows, the skill utilizes cscript (Windows Script Host) to communicate with the application.
  4. On macOS, the skill leverages osascript (AppleScript) to dispatch the ExtendScript payload.
  5. The target Adobe application receives the ES3 logic, executes it, and the results are piped back through the Openclaw Skills interface.

Adobe Master Automator Setup

To get started with this skill, ensure that the Adobe applications you wish to automate are installed on your machine.

  1. Navigate to your local skill directory and clone the repository:
# Example installation into your local environment
git clone https://github.com/abdul-karim-mia/adobe-automator
  1. Ensure your terminal or AI host has the necessary permissions to execute cscript (Windows) or osascript (macOS).
  2. Open the target Adobe application (e.g., Photoshop) before triggering scripts to ensure the fastest response time from the Openclaw Skills bridge.

Adobe Master Automator Data Schema & Taxonomy

The Adobe Master Automator uses a straightforward parameter schema to route logic to the correct creative environment.

Parameter Type Description
app String The target application (e.g., photoshop, illustrator, indesign, premiere, aftereffects).
script String The raw ExtendScript (ES3) JSX code to be executed within the app.

Because this skill operates within the ExtendScript environment, it has native access to the host filesystem via Adobe's File and Folder objects, making it a highly capable tool in the Openclaw Skills catalog.

Adobe Master Automator Advanced Features

  • Cross-platform routing: Automatically switches between Windows Script Host and AppleScript based on the environment.
  • Universal Bridge: A single command structure to control five different professional creative applications.
  • Raw JSX Execution: Full access to the Adobe Object Model (DOM) without intermediate API limitations.
  • Integration Ready: Designed to be part of complex multi-agent chains within the Openclaw Skills ecosystem.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*