返回顶部
a

adobe-automator

Universal Adobe application automation via ExtendScript bridge. Supports Photoshop, Illustrator, InDesign, Premiere Pro, and After Effects.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.2
安全检测
已通过
1,007
下载量
0
收藏
概述
安装方式
版本历史

adobe-automator

# 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** ## Commands ### runScript Executes raw ExtendScript (ES3) in the target application. **Parameters:** - `app`: Target application (`photoshop`, `illustrator`, `indesign`, `premiere`, `aftereffects`). - `script`: The JSX code to execute. ## 🛠 AI Protocol ### 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](https://github.com/abdul-karim-mia).

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 adobe-automator-1776419933 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 adobe-automator-1776419933 技能

通过命令行安装

skillhub install adobe-automator-1776419933

下载 Zip 包

⬇ 下载 adobe-automator v1.1.2

文件大小: 3.58 KB | 发布时间: 2026-4-17 18:44

v1.1.2 最新 2026-4-17 18:44
- Enhanced security section in documentation to highlight the risks of executing arbitrary ExtendScript code.
- Added explicit warnings about unrestricted filesystem access and the dangers of running untrusted scripts.
- Removed obsolete test file (test_ps.js) from the codebase.
- Minor metadata and version updates for clarity.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部