# Send Adobe Automator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "adobe-automator",
    "name": "Adobe Automator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/abdul-karim-mia/adobe-automator",
    "canonicalUrl": "https://clawhub.ai/abdul-karim-mia/adobe-automator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/adobe-automator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=adobe-automator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "handler.js",
      "package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "adobe-automator",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T08:55:47.483Z",
      "expiresAt": "2026-05-06T08:55:47.483Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=adobe-automator",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=adobe-automator",
        "contentDisposition": "attachment; filename=\"adobe-automator-1.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "adobe-automator"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/adobe-automator"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/adobe-automator",
    "downloadUrl": "https://openagent3.xyz/downloads/adobe-automator",
    "agentUrl": "https://openagent3.xyz/skills/adobe-automator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/adobe-automator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/adobe-automator/agent.md"
  }
}
```
## Documentation

### Adobe Master Automator (v1.1.2)

A generalized skill for automating multiple Adobe applications using a cross-platform ExtendScript bridge.

### Supported Applications

Photoshop
Illustrator
InDesign
Premiere Pro
After Effects

### runScript

Executes raw ExtendScript (ES3) in the target application.

Parameters:

app: Target application (photoshop, illustrator, indesign, premiere, aftereffects).
script: The JSX code to execute.

### 1. Technical Constraints

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.

### 2. Security & Side Effects

[!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.

### Setup

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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: abdul-karim-mia
- Version: 1.1.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T08:55:47.483Z
- Expires at: 2026-05-06T08:55:47.483Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/adobe-automator)
- [Send to Agent page](https://openagent3.xyz/skills/adobe-automator/agent)
- [JSON manifest](https://openagent3.xyz/skills/adobe-automator/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/adobe-automator/agent.md)
- [Download page](https://openagent3.xyz/downloads/adobe-automator)